<?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; Tips</title>
	<atom:link href="http://learnsqlwithbru.com/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsqlwithbru.com</link>
	<description>Bru Medishetty&#039;s SQL Server Blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:09:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Verifying SQL Server Database Backups</title>
		<link>http://learnsqlwithbru.com/2010/09/10/verifying-sql-server-database-backups/</link>
		<comments>http://learnsqlwithbru.com/2010/09/10/verifying-sql-server-database-backups/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 04:00:08 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Best Practice]]></category>
		<category><![CDATA[Restore]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=1284</guid>
		<description><![CDATA[We know that data in a database is important and also aware that database backups are required in case of a disaster in order to restore the database to a previous state (before the disaster). As a Database Admin it is crucial to perform regular database &#8230; <a href="http://learnsqlwithbru.com/2010/09/10/verifying-sql-server-database-backups/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/09/10/verifying-sql-server-database-backups/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>Backup Information for a Database</title>
		<link>http://learnsqlwithbru.com/2010/03/16/backup-information-for-a-database/</link>
		<comments>http://learnsqlwithbru.com/2010/03/16/backup-information-for-a-database/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 05:00:40 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=498</guid>
		<description><![CDATA[How do I find the backup information about a particular database ? Some one asked me this question in the past and since it is being repeatedly asked in forums and to me personally , I decided to write this. &#8230; <a href="http://learnsqlwithbru.com/2010/03/16/backup-information-for-a-database/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/03/16/backup-information-for-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Shared Drives on a Cluster</title>
		<link>http://learnsqlwithbru.com/2010/03/10/finding-shared-drives-on-a-cluster/</link>
		<comments>http://learnsqlwithbru.com/2010/03/10/finding-shared-drives-on-a-cluster/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 05:00:50 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Dynamic Mangement Views]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=168</guid>
		<description><![CDATA[When working in a clustered environment, it is a common practice to open the Cluster Administrator to look at the shared drives for the SQL Server instance.  This can be performed from one of the participating nodes in the cluster. &#8230; <a href="http://learnsqlwithbru.com/2010/03/10/finding-shared-drives-on-a-cluster/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/03/10/finding-shared-drives-on-a-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scripting database objects in SQL Server 2008</title>
		<link>http://learnsqlwithbru.com/2010/03/07/scripting-database-objects-in-sql-server-2008/</link>
		<comments>http://learnsqlwithbru.com/2010/03/07/scripting-database-objects-in-sql-server-2008/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 05:00:16 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=455</guid>
		<description><![CDATA[In this article, we would go through the steps to script the objects in a database using SQL Server 2008. This might be required when we need to setup a database similar in structure to your existing database and move &#8230; <a href="http://learnsqlwithbru.com/2010/03/07/scripting-database-objects-in-sql-server-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/03/07/scripting-database-objects-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding the nodes in a Failover Cluster</title>
		<link>http://learnsqlwithbru.com/2010/02/18/finding-the-nodes-in-a-failover-cluster/</link>
		<comments>http://learnsqlwithbru.com/2010/02/18/finding-the-nodes-in-a-failover-cluster/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 05:00:51 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Dynamic Mangement Views]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=380</guid>
		<description><![CDATA[I was recently asked by a friend, how to find the names of the nodes that are participating in a failover cluster. The Dynamic Management View sys.dm_os_cluster_nodes will give this information. The following script will return the list of Node &#8230; <a href="http://learnsqlwithbru.com/2010/02/18/finding-the-nodes-in-a-failover-cluster/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/02/18/finding-the-nodes-in-a-failover-cluster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Querying Multiple Servers in SQL Server 2008</title>
		<link>http://learnsqlwithbru.com/2009/12/15/querying-multiple-servers-in-sql-server-2008/</link>
		<comments>http://learnsqlwithbru.com/2009/12/15/querying-multiple-servers-in-sql-server-2008/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 05:00:27 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=37</guid>
		<description><![CDATA[SQL Server 2008 provides the functionality of querying multiple Servers from a single query window. This is helpful for tasks like retrieving server information such as Version, Edition, Instance Name, logins available across each instance, databases on the servers etc. &#8230; <a href="http://learnsqlwithbru.com/2009/12/15/querying-multiple-servers-in-sql-server-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/12/15/querying-multiple-servers-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View SQL Server Error Logs through T-SQL</title>
		<link>http://learnsqlwithbru.com/2009/12/01/view-sql-server-error-logs-through-t-sql/</link>
		<comments>http://learnsqlwithbru.com/2009/12/01/view-sql-server-error-logs-through-t-sql/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 05:00:19 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Error Logs]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=74</guid>
		<description><![CDATA[When SQL Server error log is not initialized at a regular interval causing the error log file to grow into a huge file. Viewing that in the SQL Log File Viewer would be a time consuming task.  This article will &#8230; <a href="http://learnsqlwithbru.com/2009/12/01/view-sql-server-error-logs-through-t-sql/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2009/12/01/view-sql-server-error-logs-through-t-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

