<?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>TechColumnist &#187; sql</title>
	<atom:link href="http://www.techcolumnist.com/wp/tag/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techcolumnist.com/wp</link>
	<description>Storage Information Blog</description>
	<lastBuildDate>Tue, 17 Jan 2012 08:13:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>List all databases and their files on MS SQL</title>
		<link>http://www.techcolumnist.com/wp/2007/09/09/list-all-databases-and-their-files-on-ms-sql/</link>
		<comments>http://www.techcolumnist.com/wp/2007/09/09/list-all-databases-and-their-files-on-ms-sql/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 06:32:05 +0000</pubDate>
		<dc:creator>TomLasswell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://techcolumnist.com/wp/?p=7</guid>
		<description><![CDATA[A quick way to check and see all databases for your MS SQL server is to run the following command using the Query Analyzer on the Master database: select name, filename from sysdatabases]]></description>
		<wfw:commentRss>http://www.techcolumnist.com/wp/2007/09/09/list-all-databases-and-their-files-on-ms-sql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

