<?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</title>
	<atom:link href="http://learnsqlwithbru.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsqlwithbru.com</link>
	<description>Bru Medishetty&#039;s SQL Server Blog</description>
	<lastBuildDate>Wed, 01 May 2013 17:18:32 +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 find the Table which has Maximum Columns in a database</title>
		<link>http://learnsqlwithbru.com/2013/05/01/how-to-find-the-table-which-has-maximum-columns-in-a-database/</link>
		<comments>http://learnsqlwithbru.com/2013/05/01/how-to-find-the-table-which-has-maximum-columns-in-a-database/#comments</comments>
		<pubDate>Wed, 01 May 2013 17:04:28 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=3133</guid>
		<description><![CDATA[If you are interested to know about the table (in a particular database) that has most number of columns and how many columns.. You can run the below script.. SELECT NAME AS Table_Name, max_column_id_used AS Total_Columns FromSYS.tables WHERE max_column_id_used = &#8230; <a href="http://learnsqlwithbru.com/2013/05/01/how-to-find-the-table-which-has-maximum-columns-in-a-database/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2013/05/01/how-to-find-the-table-which-has-maximum-columns-in-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download SQL Server 2012 Service Pack 1</title>
		<link>http://learnsqlwithbru.com/2012/11/15/download-sql-server-2012-service-pack-1/</link>
		<comments>http://learnsqlwithbru.com/2012/11/15/download-sql-server-2012-service-pack-1/#comments</comments>
		<pubDate>Thu, 15 Nov 2012 14:14:02 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[Service Pack]]></category>
		<category><![CDATA[SQL Server 2012]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=3064</guid>
		<description><![CDATA[Last week Microsoft released Service Pack 1 for Microsoft SQL Server 2012. If you have been waiting for the Service Pack 1 to be released, to apply on your existing SQL Server 2012 installations, then go ahead and download the &#8230; <a href="http://learnsqlwithbru.com/2012/11/15/download-sql-server-2012-service-pack-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/11/15/download-sql-server-2012-service-pack-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to refresh Test, Dev Systems with Prod Data?</title>
		<link>http://learnsqlwithbru.com/2012/07/31/how-to-refresh-test-dev-systems-with-prod-data/</link>
		<comments>http://learnsqlwithbru.com/2012/07/31/how-to-refresh-test-dev-systems-with-prod-data/#comments</comments>
		<pubDate>Tue, 31 Jul 2012 15:34:06 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Data Refresh]]></category>
		<category><![CDATA[Database Restore]]></category>
		<category><![CDATA[Import Export Wizard]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=623</guid>
		<description><![CDATA[When I attended PASS Summit last October, there were many people whom I met during breakfast and lunch and sometimes in the lobby and we discussed a variety of topics on  SQL Server. During one of those conversation, I was &#8230; <a href="http://learnsqlwithbru.com/2012/07/31/how-to-refresh-test-dev-systems-with-prod-data/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/07/31/how-to-refresh-test-dev-systems-with-prod-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error when trying to use Database Engine Tuning Advisor</title>
		<link>http://learnsqlwithbru.com/2012/06/27/error-when-trying-to-use-database-engine-tuning-advisor/</link>
		<comments>http://learnsqlwithbru.com/2012/06/27/error-when-trying-to-use-database-engine-tuning-advisor/#comments</comments>
		<pubDate>Thu, 28 Jun 2012 02:01:43 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[DTA]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2971</guid>
		<description><![CDATA[Recently, I received an email from a user saying that on one of their SQL Servers, a developer was trying to use Database Engine Tuning Advisor (DTA) and the user was unable to use the tool, as there was an error message &#8230; <a href="http://learnsqlwithbru.com/2012/06/27/error-when-trying-to-use-database-engine-tuning-advisor/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/06/27/error-when-trying-to-use-database-engine-tuning-advisor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planning to take a Microsoft Certification Exam?</title>
		<link>http://learnsqlwithbru.com/2012/06/22/planning-to-take-a-microsoft-certification-exam/</link>
		<comments>http://learnsqlwithbru.com/2012/06/22/planning-to-take-a-microsoft-certification-exam/#comments</comments>
		<pubDate>Fri, 22 Jun 2012 15:11:35 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Goals]]></category>
		<category><![CDATA[Certification]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2954</guid>
		<description><![CDATA[For those who are new to Microsoft Certifications or who have not taken a certification exam in the recent times, there are some changes in the exam format. I was looking for information on SQL Server 2012 certifications, I found &#8230; <a href="http://learnsqlwithbru.com/2012/06/22/planning-to-take-a-microsoft-certification-exam/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/06/22/planning-to-take-a-microsoft-certification-exam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Learn SQL?</title>
		<link>http://learnsqlwithbru.com/2012/06/14/why-learn-sql/</link>
		<comments>http://learnsqlwithbru.com/2012/06/14/why-learn-sql/#comments</comments>
		<pubDate>Thu, 14 Jun 2012 15:30:42 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2934</guid>
		<description><![CDATA[If you have not yet encountered SQL (structured Query Language), then you may not be aware of the advantages which can be had from learning this particular programming language for yourself. However, there are plenty of reasons why more and &#8230; <a href="http://learnsqlwithbru.com/2012/06/14/why-learn-sql/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/06/14/why-learn-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alter an existing object rather than Drop and Create</title>
		<link>http://learnsqlwithbru.com/2012/02/29/alter-an-existing-object-rather-than-drop-and-create/</link>
		<comments>http://learnsqlwithbru.com/2012/02/29/alter-an-existing-object-rather-than-drop-and-create/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 05:00:39 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server Development]]></category>
		<category><![CDATA[Alter]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Database Objects]]></category>
		<category><![CDATA[Drop]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2777</guid>
		<description><![CDATA[In this blog I would like to write on a topic that I see many developers (and few DBA&#8217;s too) doing without trying to understand or think about the complete picture of what is affected. The task of making changes &#8230; <a href="http://learnsqlwithbru.com/2012/02/29/alter-an-existing-object-rather-than-drop-and-create/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/02/29/alter-an-existing-object-rather-than-drop-and-create/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using DBCC UPDATEUSAGE to correct inaccuracies</title>
		<link>http://learnsqlwithbru.com/2012/02/02/using-dbcc-updateusage-to-correct-inaccuracies/</link>
		<comments>http://learnsqlwithbru.com/2012/02/02/using-dbcc-updateusage-to-correct-inaccuracies/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 05:00:58 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2848</guid>
		<description><![CDATA[Recently a friend of mine asked to help, their SQL Server was not showing correct database free space information even when they have added new data file. As they add new data into their database the previously existing database data &#8230; <a href="http://learnsqlwithbru.com/2012/02/02/using-dbcc-updateusage-to-correct-inaccuracies/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/02/02/using-dbcc-updateusage-to-correct-inaccuracies/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SSRS &#8211; Setting Page Properties for a Report</title>
		<link>http://learnsqlwithbru.com/2012/01/20/ssrs-setting-page-properties-for-a-report/</link>
		<comments>http://learnsqlwithbru.com/2012/01/20/ssrs-setting-page-properties-for-a-report/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 05:05:52 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SSRS]]></category>
		<category><![CDATA[Report Properties]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2811</guid>
		<description><![CDATA[In the blog we shall learn how to change Report Properties in SQL Server Reporting Services. When you are in Business Intelligence Development Studio (in SQL 2005 or 2008, 2008 R2), with the report in design view, in the Menu &#8230; <a href="http://learnsqlwithbru.com/2012/01/20/ssrs-setting-page-properties-for-a-report/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/01/20/ssrs-setting-page-properties-for-a-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using sp_delete_backuphistory to delete backup history</title>
		<link>http://learnsqlwithbru.com/2012/01/17/using-sp_delete_backuphistory-to-delete-backup-history/</link>
		<comments>http://learnsqlwithbru.com/2012/01/17/using-sp_delete_backuphistory-to-delete-backup-history/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 05:00:14 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[MSDB]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2664</guid>
		<description><![CDATA[You might be aware that system database msdb in SQL Server contains tables related to backup and restore operations of that Instance. Every time a database backup is performed, details regarding that backup is stored in multiple tables in msdb &#8230; <a href="http://learnsqlwithbru.com/2012/01/17/using-sp_delete_backuphistory-to-delete-backup-history/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/01/17/using-sp_delete_backuphistory-to-delete-backup-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.722 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-05-17 07:18:16 -->
