<?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>SQL Server Performance &#187; system databases</title>
	<atom:link href="http://www.sql-server-performance.com/tag/system-databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Wed, 22 May 2013 06:37:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to Differentiate System and User Databases In SQL Server</title>
		<link>http://www.sql-server-performance.com/2012/differentiate-system-user-databases/</link>
		<comments>http://www.sql-server-performance.com/2012/differentiate-system-user-databases/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 02:15:45 +0000</pubDate>
		<dc:creator>Dinesh Asanka</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[system databases]]></category>
		<category><![CDATA[user databases]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?p=2799</guid>
		<description><![CDATA[This question is frequently asked in many forums and the most popular answer is to use the DB_ID() function as shown below. So if you want to get only the system databases you can use DB_ID(databasename) &#60; 5 in your where clause. This work around is used since there is no dedicated column in sys.databases [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2012/differentiate-system-user-databases/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
