<?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>rstoever.com &#187; tabelas</title>
	<atom:link href="http://www.rstoever.com/tag/tabelas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rstoever.com</link>
	<description>Oracle, PHP e muita tecnologia que se envolva.</description>
	<lastBuildDate>Fri, 16 Jul 2010 03:48:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Como obter a lista de tabelas no SQLSever?</title>
		<link>http://www.rstoever.com/2009/07/10/como-obter-a-lista-de-tabelas-no-sqlsever/</link>
		<comments>http://www.rstoever.com/2009/07/10/como-obter-a-lista-de-tabelas-no-sqlsever/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:02:58 +0000</pubDate>
		<dc:creator>.rafa</dc:creator>
				<category><![CDATA[Banco de Dados]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[lista]]></category>
		<category><![CDATA[schema]]></category>
		<category><![CDATA[sqlserver]]></category>
		<category><![CDATA[tabelas]]></category>

		<guid isPermaLink="false">http://www.rstoever.com/?p=350</guid>
		<description><![CDATA[Usando o seguinte SQL podes obter a lista do SQL Server

Use testDB
SELECT table_name FROM INFORMATION_SCHEMA.TABLES;

table_name
———–
ExceptionLog
Employee
...

]]></description>
		<wfw:commentRss>http://www.rstoever.com/2009/07/10/como-obter-a-lista-de-tabelas-no-sqlsever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
