<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dushyanth Jyothi &#187; metadata</title>
	<atom:link href="http://dushi.co.uk/tag/metadata/feed/" rel="self" type="application/rss+xml" />
	<link>http://dushi.co.uk</link>
	<description>Me, My Life and the Binary</description>
	<lastBuildDate>Sun, 18 Dec 2011 00:54:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Information Schema Database Metadata</title>
		<link>http://dushi.co.uk/15/07/2009/information-schema-database-metadata/</link>
		<comments>http://dushi.co.uk/15/07/2009/information-schema-database-metadata/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 09:46:49 +0000</pubDate>
		<dc:creator>Dushyanth Jyothi</dc:creator>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Information schema]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[MS SQL Server 2008]]></category>

		<guid isPermaLink="false">http://dushi.co.uk/?p=71</guid>
		<description><![CDATA[Information schema is part of the SQL-92 standard, holds the structure if your database. Applies to MS SQL SERVER 2008 T-SQL CODE to see the metada: SELECT * FROM INFORMATION_SCHEMA.TABLES SELECT TABLE_CATALOG,/*'TABLE_CATALOG' IS SQL-92 STANDARD NAME FOR 'DATABASE'*/ TABLE_SCHEMA,/*'TABLE_SCHEMA' IS SQL-92 STANDARD NAME FOR 'OWNER'*/ TABLE_NAME, TABLE_TYPE FROM INFORMATION_SCHEMA.TABLES Further Reading/Details: http://msdn.microsoft.com/en-us/library/ms186778.aspx]]></description>
			<content:encoded><![CDATA[<p>Information schema is part of the SQL-92 standard, holds the structure if your database.</p>
<p><strong>Applies to MS SQL SERVER 2008</strong></p>
<p>T-SQL CODE to see the metada:</p>

<div class="wp_syntax"><div class="code"><pre class="tsql" style="font-family:monospace;"><span style="color: #0000FF;">SELECT</span> <span style="color: #808080;">*</span> <span style="color: #0000FF;">FROM</span> <span style="color: #808080;">IN</span>F<span style="color: #808080;">OR</span>MATION_SCHEMA.<span style="color: #202020;">TABLES</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="tsql" style="font-family:monospace;"><span style="color: #0000FF;">SELECT</span> 
TABLE_CATALOG,<span style="color: #008080;">/*'TABLE_CATALOG' IS SQL-92 STANDARD NAME FOR 'DATABASE'*/</span>
TABLE_SCHEMA,<span style="color: #008080;">/*'TABLE_SCHEMA' IS SQL-92 STANDARD NAME FOR 'OWNER'*/</span>
TABLE_NAME,
TABLE_TYPE
<span style="color: #0000FF;">FROM</span> <span style="color: #808080;">IN</span>F<span style="color: #808080;">OR</span>MATION_SCHEMA.<span style="color: #202020;">TABLES</span></pre></div></div>

<p><strong>Further Reading/Details:</strong><br />
<a href="http://msdn.microsoft.com/en-us/library/ms186778.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/ms186778.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dushi.co.uk/15/07/2009/information-schema-database-metadata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

