<?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>Learn SQL With Bru &#187; SQL Server</title>
	<atom:link href="http://learnsqlwithbru.com/tag/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsqlwithbru.com</link>
	<description>Bru Medishetty&#039;s SQL Server Blog</description>
	<lastBuildDate>Tue, 06 Mar 2012 19:02:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>SQL Server fails to Start-Troubleshooting the failure</title>
		<link>http://learnsqlwithbru.com/2010/05/19/sql-server-fails-to-start-troubleshooting-the-failure/</link>
		<comments>http://learnsqlwithbru.com/2010/05/19/sql-server-fails-to-start-troubleshooting-the-failure/#comments</comments>
		<pubDate>Wed, 19 May 2010 04:00:55 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[Error Logs]]></category>
		<category><![CDATA[SQL Server Errors]]></category>
		<category><![CDATA[SQL Startup Problems]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=728</guid>
		<description><![CDATA[Many times I see people asking in forums about SQL Server not started and how to troubleshoot the reasons for the failure to start the SQL Server. This video explains the steps to troubleshoot the failures and find the error &#8230; <a href="http://learnsqlwithbru.com/2010/05/19/sql-server-fails-to-start-troubleshooting-the-failure/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/05/19/sql-server-fails-to-start-troubleshooting-the-failure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Retrieving data from a Database Snapshots in SQL Server</title>
		<link>http://learnsqlwithbru.com/2010/05/10/retrieving-data-from-a-database-snapshots-in-sql-server/</link>
		<comments>http://learnsqlwithbru.com/2010/05/10/retrieving-data-from-a-database-snapshots-in-sql-server/#comments</comments>
		<pubDate>Mon, 10 May 2010 04:00:24 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[snapshots]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=720</guid>
		<description><![CDATA[I wrote a blog earlier, on Database Snapshots which explained about Database Snapshots, steps to create Database Snapshots and some points to remember when working with them. Before continuing reading this blog, I would recommend you read that blog here&#8230; Introduction &#8230; <a href="http://learnsqlwithbru.com/2010/05/10/retrieving-data-from-a-database-snapshots-in-sql-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/05/10/retrieving-data-from-a-database-snapshots-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choosing how the query result are displayed</title>
		<link>http://learnsqlwithbru.com/2010/03/22/choosing-how-the-query-result-are-displayed/</link>
		<comments>http://learnsqlwithbru.com/2010/03/22/choosing-how-the-query-result-are-displayed/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 04:00:31 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=579</guid>
		<description><![CDATA[When working in Query Editor of the SQL Server Management Studio, you can choose how to display the query results. There are 3 different ways to choose from and each of them has its advantage. You can choose/ switch the &#8230; <a href="http://learnsqlwithbru.com/2010/03/22/choosing-how-the-query-result-are-displayed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/03/22/choosing-how-the-query-result-are-displayed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to know the SQL Server Version</title>
		<link>http://learnsqlwithbru.com/2010/03/19/how-to-know-the-sql-server-version/</link>
		<comments>http://learnsqlwithbru.com/2010/03/19/how-to-know-the-sql-server-version/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 04:00:26 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=556</guid>
		<description><![CDATA[In order to know the SQL Server and Edition details you would be possibly looking at the SQL Server properties and find out the details. Occasionally it might be needed to check the same as part of a job / &#8230; <a href="http://learnsqlwithbru.com/2010/03/19/how-to-know-the-sql-server-version/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/03/19/how-to-know-the-sql-server-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Downgrading SQL Server Enterprise Edition to Standard Edition</title>
		<link>http://learnsqlwithbru.com/2009/09/24/downgrading-sql-server-enterprise-edition-to-standard-edition/</link>
		<comments>http://learnsqlwithbru.com/2009/09/24/downgrading-sql-server-enterprise-edition-to-standard-edition/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 05:00:49 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Downgrading]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=41</guid>
		<description><![CDATA[In this blog, we shall look at something that may not be done as frequently as you would want to. It is Downgrading a SQL Server 2005 from an Enterprise Edition to Standard Edition. First you need to know why &#8230; <a href="http://learnsqlwithbru.com/2009/09/24/downgrading-sql-server-enterprise-edition-to-standard-edition/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/09/24/downgrading-sql-server-enterprise-edition-to-standard-edition/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

