<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; 2005 &#8211; List all the database</title>
	<atom:link href="http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tejas Shah</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-57104</link>
		<dc:creator>Tejas Shah</dc:creator>
		<pubDate>Wed, 28 Oct 2009 13:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-57104</guid>
		<description>@Sachin,

sys.sysdatabases will list out all databases, includes System and user defined, both.

Thanks,

Tejas</description>
		<content:encoded><![CDATA[<p>@Sachin,</p>
<p>sys.sysdatabases will list out all databases, includes System and user defined, both.</p>
<p>Thanks,</p>
<p>Tejas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sachin sharma burhanpur</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-57098</link>
		<dc:creator>sachin sharma burhanpur</dc:creator>
		<pubDate>Wed, 28 Oct 2009 08:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-57098</guid>
		<description>thanks dear for sysdatabase


how can i get list of user defined databases?</description>
		<content:encoded><![CDATA[<p>thanks dear for sysdatabase</p>
<p>how can i get list of user defined databases?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sachin sharma</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-57097</link>
		<dc:creator>sachin sharma</dc:creator>
		<pubDate>Wed, 28 Oct 2009 08:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-57097</guid>
		<description>thanks dear</description>
		<content:encoded><![CDATA[<p>thanks dear</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcos</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-56343</link>
		<dc:creator>Marcos</dc:creator>
		<pubDate>Fri, 02 Oct 2009 08:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-56343</guid>
		<description>WHen using 

EXEC sp_databases
EXEC sp_helpdb

You can&#039;t find offline databases, using 

SELECT name
FROM sys.sysdatabases

You will find all databases even in suspect mode.

Regards</description>
		<content:encoded><![CDATA[<p>WHen using </p>
<p>EXEC sp_databases<br />
EXEC sp_helpdb</p>
<p>You can&#8217;t find offline databases, using </p>
<p>SELECT name<br />
FROM sys.sysdatabases</p>
<p>You will find all databases even in suspect mode.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunil</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-55987</link>
		<dc:creator>sunil</dc:creator>
		<pubDate>Sat, 19 Sep 2009 10:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-55987</guid>
		<description>how can i get list of user defined databases</description>
		<content:encoded><![CDATA[<p>how can i get list of user defined databases</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: subramaniam</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-54095</link>
		<dc:creator>subramaniam</dc:creator>
		<pubDate>Sun, 26 Jul 2009 05:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-54095</guid>
		<description>how can i insert a new column in existing table?
but that column should insert between two columns
plz tell me query

thank u</description>
		<content:encoded><![CDATA[<p>how can i insert a new column in existing table?<br />
but that column should insert between two columns<br />
plz tell me query</p>
<p>thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giovanni Alora</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-52076</link>
		<dc:creator>Giovanni Alora</dc:creator>
		<pubDate>Tue, 19 May 2009 22:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-52076</guid>
		<description>How to query or list all online database and offline database? I try &quot;SELECT name FROM sys.databases&#039; but it shows all database including the offline. Thank you.</description>
		<content:encoded><![CDATA[<p>How to query or list all online database and offline database? I try &#8220;SELECT name FROM sys.databases&#8217; but it shows all database including the offline. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sudheer</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-50198</link>
		<dc:creator>sudheer</dc:creator>
		<pubDate>Mon, 30 Mar 2009 10:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-50198</guid>
		<description>Hi pinal 

what is the use of sp_help in sql server 2005. when i execute it  gives list of proc, usertables , views, extended proc</description>
		<content:encoded><![CDATA[<p>Hi pinal </p>
<p>what is the use of sp_help in sql server 2005. when i execute it  gives list of proc, usertables , views, extended proc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pradeep KP</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-49488</link>
		<dc:creator>pradeep KP</dc:creator>
		<pubDate>Thu, 19 Mar 2009 13:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-49488</guid>
		<description>Thank you very much</description>
		<content:encoded><![CDATA[<p>Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-47208</link>
		<dc:creator>SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave</dc:creator>
		<pubDate>Tue, 24 Feb 2009 12:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-47208</guid>
		<description>[...] SQL SERVER - 2005 - List all the database [...]</description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER &#8211; 2005 &#8211; List all the database [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-46306</link>
		<dc:creator>Imran Mohammed</dc:creator>
		<pubDate>Wed, 04 Feb 2009 05:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-46306</guid>
		<description>@ Tim

This script will return all SQL Servers in a network.

http://blog.sqlauthority.com/2007/04/13/sql-server-script-to-find-sql-server-on-network/

or 

http://sqlserver2000.databases.aspfaq.com/how-do-i-find-all-the-available-sql-servers-on-my-network.html

Regards,
IM</description>
		<content:encoded><![CDATA[<p>@ Tim</p>
<p>This script will return all SQL Servers in a network.</p>
<p><a href="http://blog.sqlauthority.com/2007/04/13/sql-server-script-to-find-sql-server-on-network/" rel="nofollow">http://blog.sqlauthority.com/2007/04/13/sql-server-script-to-find-sql-server-on-network/</a></p>
<p>or </p>
<p><a href="http://sqlserver2000.databases.aspfaq.com/how-do-i-find-all-the-available-sql-servers-on-my-network.html" rel="nofollow">http://sqlserver2000.databases.aspfaq.com/how-do-i-find-all-the-available-sql-servers-on-my-network.html</a></p>
<p>Regards,<br />
IM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-46272</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 03 Feb 2009 07:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-46272</guid>
		<description>Hi Dave,

Can you find a database from all the sql servers in a domain? Good if you can help.</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>Can you find a database from all the sql servers in a domain? Good if you can help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haque</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-44434</link>
		<dc:creator>Haque</dc:creator>
		<pubDate>Sat, 29 Nov 2008 05:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-44434</guid>
		<description>Very good!

How to get all SQL datatype via SQL query?

Thnaks!</description>
		<content:encoded><![CDATA[<p>Very good!</p>
<p>How to get all SQL datatype via SQL query?</p>
<p>Thnaks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jithin</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-44192</link>
		<dc:creator>jithin</dc:creator>
		<pubDate>Thu, 13 Nov 2008 05:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-44192</guid>
		<description>very good</description>
		<content:encoded><![CDATA[<p>very good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pushpendra Tyagi</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-43355</link>
		<dc:creator>Pushpendra Tyagi</dc:creator>
		<pubDate>Mon, 29 Sep 2008 06:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-43355</guid>
		<description>Thanks!!!!</description>
		<content:encoded><![CDATA[<p>Thanks!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JG</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-42894</link>
		<dc:creator>JG</dc:creator>
		<pubDate>Wed, 17 Sep 2008 14:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-42894</guid>
		<description>pinaldrive thank you. . . the database list is just what I needed and thefirst hit Google came up with. Please keep creating stuff and leaving it on the web to benefit others.</description>
		<content:encoded><![CDATA[<p>pinaldrive thank you. . . the database list is just what I needed and thefirst hit Google came up with. Please keep creating stuff and leaving it on the web to benefit others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: harinath clavib</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-41816</link>
		<dc:creator>harinath clavib</dc:creator>
		<pubDate>Wed, 20 Aug 2008 09:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-41816</guid>
		<description>Really it shows the diffrenece between sys.sysdatabases and sys.databses

Thanks to pinal dave


Harinath</description>
		<content:encoded><![CDATA[<p>Really it shows the diffrenece between sys.sysdatabases and sys.databses</p>
<p>Thanks to pinal dave</p>
<p>Harinath</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karthik</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-39177</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Thu, 12 Jun 2008 09:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-39177</guid>
		<description>it&#039;s very nice thak you very much</description>
		<content:encoded><![CDATA[<p>it&#8217;s very nice thak you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charles</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-38281</link>
		<dc:creator>charles</dc:creator>
		<pubDate>Sat, 17 May 2008 06:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-38281</guid>
		<description>yes i agree with the point of Mr.Josh Davis


The select method using sys.databases returns an error:
Msg 208, Level 16, State 1, Line 1

Invalid object name ’sys.sysdatabases’.

but the remaining thins are working good</description>
		<content:encoded><![CDATA[<p>yes i agree with the point of Mr.Josh Davis</p>
<p>The select method using sys.databases returns an error:<br />
Msg 208, Level 16, State 1, Line 1</p>
<p>Invalid object name ’sys.sysdatabases’.</p>
<p>but the remaining thins are working good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Davis</title>
		<link>http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-35402</link>
		<dc:creator>Josh Davis</dc:creator>
		<pubDate>Wed, 23 Apr 2008 14:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/12/sql-server-2005-list-all-the-database/#comment-35402</guid>
		<description>I think for SQL 2000 you need to do:
select name from master..sysdatabases


The select method using sys.databases returns an error:
Msg 208, Level 16, State 1, Line 1

Invalid object name &#039;sys.sysdatabases&#039;.</description>
		<content:encoded><![CDATA[<p>I think for SQL 2000 you need to do:<br />
select name from master..sysdatabases</p>
<p>The select method using sys.databases returns an error:<br />
Msg 208, Level 16, State 1, Line 1</p>
<p>Invalid object name &#8217;sys.sysdatabases&#8217;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
