<?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; Brumedishetty</title>
	<atom:link href="http://learnsqlwithbru.com/author/admin/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>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[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Learn+SQL+With+Bru&link=http%3A%2F%2Flearnsqlwithbru.com%2F2012%2F02%2F29%2Falter-an-existing-object-rather-than-drop-and-create%2F&title=Alter+an+existing+object+rather+than+Drop+and+Create&desc=In+this+blog+I+would+like+to+write+on+a+topic+that+I+see+many+developers+%28and+few+DBA%27s+too%29+doing+without+trying+to+understand+or+think+about+the+complete+picture+of+what+is+affected.+The+task+of+making+changes+to+an+existing+database+object+such+as+tables%2C+stored+procedures%2C+%C2%A0views+etc.+Many&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>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>0</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[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Learn+SQL+With+Bru&link=http%3A%2F%2Flearnsqlwithbru.com%2F2012%2F02%2F02%2Fusing-dbcc-updateusage-to-correct-inaccuracies%2F&title=Using+DBCC+UPDATEUSAGE+to+correct+inaccuracies&desc=Recently+a+friend+of+mine+asked+to+help%2C+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+files+are+not+getting+filled+with+data%2C+rather+the+newer+data&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>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[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Learn+SQL+With+Bru&link=http%3A%2F%2Flearnsqlwithbru.com%2F2012%2F01%2F20%2Fssrs-setting-page-properties-for-a-report%2F&title=SSRS+-+Setting+Page+Properties+for+a+Report&desc=In+the+blog+we+shall+learn+how+to+change+Report+Properties+in+SQL+Server+Reporting+Services.+When+you+are+in+Business+Intelligence+Development+Studio+%28in+SQL+2005+or+2008%2C+2008+R2%29%2C+with+the+report+in+design+view%2C+in+the+Menu+options+go+to+Reports+and+choose+Report+Properties.+%28as+shown+below%29+The&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>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[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Learn+SQL+With+Bru&link=http%3A%2F%2Flearnsqlwithbru.com%2F2012%2F01%2F17%2Fusing-sp_delete_backuphistory-to-delete-backup-history%2F&title=Using+sp_delete_backuphistory+to+delete+backup+history&desc=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%2C+details+regarding+that+backup+is+stored+in+multiple+tables+in+msdb+database.+This+information+is+useful+when+you+want+to&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>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>
		<item>
		<title>SSIS &#8211; Creating a new folder and deploying package in that folder</title>
		<link>http://learnsqlwithbru.com/2012/01/15/ssis-creating-a-new-folder-and-deploying-package-in-that-folder/</link>
		<comments>http://learnsqlwithbru.com/2012/01/15/ssis-creating-a-new-folder-and-deploying-package-in-that-folder/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 05:00:26 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2790</guid>
		<description><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Learn+SQL+With+Bru&link=http%3A%2F%2Flearnsqlwithbru.com%2F2012%2F01%2F15%2Fssis-creating-a-new-folder-and-deploying-package-in-that-folder%2F&title=SSIS+-+Creating+a+new+folder+and+deploying+package+in+that+folder&desc=In+this+blog+we+shall+learn+how+to+create+a+folder+in+MSDB+using+SSMS+and+deploying+a+package+in+that+folder.+This+would+be+beneficial+when+there+are+a+large+number+of+SSIS+packages+deployed+on+your+SSIS+Server.+Having%C2%A0separate+folders+enables+you+to+keep+all+SSIS+packages+related+to+a+specific&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>In this blog we shall learn how to create a folder in MSDB using SSMS and deploying a package in that folder. This would be beneficial when there are a large number of SSIS packages deployed on your SSIS Server. &#8230; <a href="http://learnsqlwithbru.com/2012/01/15/ssis-creating-a-new-folder-and-deploying-package-in-that-folder/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/01/15/ssis-creating-a-new-folder-and-deploying-package-in-that-folder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing SQL Server 2008 R2 Service Pack 1</title>
		<link>http://learnsqlwithbru.com/2012/01/14/installing-sql-server-2008-r2-service-pack-1/</link>
		<comments>http://learnsqlwithbru.com/2012/01/14/installing-sql-server-2008-r2-service-pack-1/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 05:00:07 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Service Pack]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2532</guid>
		<description><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Learn+SQL+With+Bru&link=http%3A%2F%2Flearnsqlwithbru.com%2F2012%2F01%2F14%2Finstalling-sql-server-2008-r2-service-pack-1%2F&title=Installing+SQL+Server+2008+R2+Service+Pack+1&desc=This+blog+will+provide+a+step+by+step+details+of+installing+SQL+Server+2008+R2+Service+Pack+1.+Before+installing+Service+Pack%2C+I+would+recommend+you+read+one+of+my+earlier+blogs%C2%A0Best+Practices+for+applying+SQL+Server+Service+Packs.+Once+you+have+downloaded+the+Service+Pack+1%2C+copy+the+.exe+file+to&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>This blog will provide a step by step details of installing SQL Server 2008 R2 Service Pack 1. Before installing Service Pack, I would recommend you read one of my earlier blogs Best Practices for applying SQL Server Service Packs. Once &#8230; <a href="http://learnsqlwithbru.com/2012/01/14/installing-sql-server-2008-r2-service-pack-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/01/14/installing-sql-server-2008-r2-service-pack-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Things to know when Installing SQL Server 2008 R2 side by side with SQL Server 2008</title>
		<link>http://learnsqlwithbru.com/2012/01/13/things-to-know-when-installing-sql-server-2008-r2-side-by-side-with-sql-server-2008/</link>
		<comments>http://learnsqlwithbru.com/2012/01/13/things-to-know-when-installing-sql-server-2008-r2-side-by-side-with-sql-server-2008/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 00:27:54 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Multiple Instances]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2779</guid>
		<description><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Learn+SQL+With+Bru&link=http%3A%2F%2Flearnsqlwithbru.com%2F2012%2F01%2F13%2Fthings-to-know-when-installing-sql-server-2008-r2-side-by-side-with-sql-server-2008%2F&title=Things+to+know+when+Installing+SQL+Server+2008+R2+side+by+side+with+SQL+Server+2008&desc=If+you+are+planning+to+install+SQL+Server+2008+R2+as+an+additional+Instance+on+a+machine+where+SQL+Server+2008+exists%2C+then+you+have+to+keep+in+mind+some+implications.+Though+nothing+fatal+might+occur+in+the+first+place%2C+but+there+would+be+some+changes+depending+on+what+settings+%2F+features+that+are&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>If you are planning to install SQL Server 2008 R2 as an additional Instance on a machine where SQL Server 2008 exists, then you have to keep in mind some implications. Though nothing fatal might occur in the first place, &#8230; <a href="http://learnsqlwithbru.com/2012/01/13/things-to-know-when-installing-sql-server-2008-r2-side-by-side-with-sql-server-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/01/13/things-to-know-when-installing-sql-server-2008-r2-side-by-side-with-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Linked Server to connect to a SQL Server Part &#8211; II</title>
		<link>http://learnsqlwithbru.com/2012/01/12/create-linked-server-to-connect-to-a-sql-server-part-ii/</link>
		<comments>http://learnsqlwithbru.com/2012/01/12/create-linked-server-to-connect-to-a-sql-server-part-ii/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 14:09:55 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Linked Server]]></category>
		<category><![CDATA[SQL Server 2012]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2291</guid>
		<description><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Learn+SQL+With+Bru&link=http%3A%2F%2Flearnsqlwithbru.com%2F2012%2F01%2F12%2Fcreate-linked-server-to-connect-to-a-sql-server-part-ii%2F&title=Create+Linked+Server+to+connect+to+a+SQL+Server+Part+-+II&desc=This+blog+is+Part-II+of+last+week%27s+blog+post+Create+Linked+Server+to+connect+to+a+SQL+Server+Part+-+I.+In+this+blog+we+shall+learn+two+more+ways+of+creating+a+Linked+Server+for+a+SQL+Server+destination.+In+the+first+part%2C+we+saw+how+to+create+a+Linked+Server+using+graphical+interface+from+SSMS.+In&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>This blog is Part-II of last week&#8217;s blog post Create Linked Server to connect to a SQL Server Part &#8211; I. In this blog we shall learn two more ways of creating a Linked Server for a SQL Server destination. &#8230; <a href="http://learnsqlwithbru.com/2012/01/12/create-linked-server-to-connect-to-a-sql-server-part-ii/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/01/12/create-linked-server-to-connect-to-a-sql-server-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Database Compatibility Level for SQL Server 2012</title>
		<link>http://learnsqlwithbru.com/2012/01/11/setting-database-compatibility-level-for-sql-server-2012/</link>
		<comments>http://learnsqlwithbru.com/2012/01/11/setting-database-compatibility-level-for-sql-server-2012/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 13:08:26 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[Database Options]]></category>
		<category><![CDATA[Database Settings]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2645</guid>
		<description><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Learn+SQL+With+Bru&link=http%3A%2F%2Flearnsqlwithbru.com%2F2012%2F01%2F11%2Fsetting-database-compatibility-level-for-sql-server-2012%2F&title=Setting+Database+Compatibility+Level+for+SQL+Server+2012&desc=In+this+blog+we+shall+look+at+2+ways+to+set+a+database+to%C2%A0compatibility+level+for+SQL+Server+2012.+The+Compatibility+level+for+SQL+Server+2012+is+110.+Using+graphical+interface+in+SSMS+The+first+method+we+are+going+to+learn+is+from+SQL+Server+Management+Studio.+Connect+to+the+target+SQL+Server%2C&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>In this blog we shall look at 2 ways to set a database to compatibility level for SQL Server 2012. The Compatibility level for SQL Server 2012 is 110. Using graphical interface in SSMS The first method we are going to &#8230; <a href="http://learnsqlwithbru.com/2012/01/11/setting-database-compatibility-level-for-sql-server-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/01/11/setting-database-compatibility-level-for-sql-server-2012/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Server Database Filegroup is Full; What, Why and How?</title>
		<link>http://learnsqlwithbru.com/2012/01/10/sql-server-database-filegroup-is-full-what-why-and-how/</link>
		<comments>http://learnsqlwithbru.com/2012/01/10/sql-server-database-filegroup-is-full-what-why-and-how/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 15:55:30 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[Database Administration]]></category>
		<category><![CDATA[Database Maintenance]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2689</guid>
		<description><![CDATA[<div style="padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;;">
											<iframe
												style="height:25px !important; border:0px solid gray !important; overflow:hidden !important; width:550px !important;" frameborder="0" scrolling="no" allowTransparency="true"
												src="http://www.linksalpha.com/social?blog=Learn+SQL+With+Bru&link=http%3A%2F%2Flearnsqlwithbru.com%2F2012%2F01%2F10%2Fsql-server-database-filegroup-is-full-what-why-and-how%2F&title=SQL+Server+Database+Filegroup+is+Full%3B+What%2C+Why+and+How%3F&desc=Last+week+a+user+asked+my+help+on+this+error.+After+helping+him%2C+I+thought+it+would+be+a+good+idea+if+I+can+post+more+detailed+steps+as+a+blog.+What+is+the+issue%3F+You%C2%A0receive%C2%A0an+error+message+%26quot%3BCould+not+allocate+space+for+object+dbo.final+in+database+LSWB+because+the+%27PRIMARY%27+filegroup+is+full.&fc=333333&fs=arial&fblname=like&fblref=facebook&fbllang=en_US&fblshow=1&fbsbutton=1&fbsctr=1&fbslang=en&fbsendbutton=0&twbutton=1&twlang=en&twmention=&twrelated1=&twrelated2=&twctr=1&lnkdshow=noshow&lnkdctr=1&buzzbutton=0&buzzlang=en&buzzctr=1&diggbutton=1&diggctr=1&stblbutton=1&stblctr=1&g1button=1&g1ctr=1&g1lang=en-US">
											</iframe>
										</div>Last week a user asked my help on this error. After helping him, I thought it would be a good idea if I can post more detailed steps as a blog. What is the issue? You receive an error message &#8220;Could not &#8230; <a href="http://learnsqlwithbru.com/2012/01/10/sql-server-database-filegroup-is-full-what-why-and-how/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2012/01/10/sql-server-database-filegroup-is-full-what-why-and-how/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

