<?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; Scripts</title>
	<atom:link href="http://learnsqlwithbru.com/category/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://learnsqlwithbru.com</link>
	<description>Bru Medishetty&#039;s SQL Server Blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 16:23:09 +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>Finding Databases which had Transaction Log Growth</title>
		<link>http://learnsqlwithbru.com/2011/12/30/finding-databases-which-had-transaction-log-growth/</link>
		<comments>http://learnsqlwithbru.com/2011/12/30/finding-databases-which-had-transaction-log-growth/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 05:00:11 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Log file growth]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=669</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%2F2011%2F12%2F30%2Ffinding-databases-which-had-transaction-log-growth%2F&title=Finding+Databases+which+had+Transaction+Log+Growth&desc=Ever+wanted+to+know+the+list+of+databases+where%C2%A0Transaction+Log+file+grew%3F+The+following+T-SQL+script+will+give+the+list+of+the+databases+and+how+many+times+the+log+file+grew+by+using+the+auto-grow+v&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>Ever wanted to know the list of databases where Transaction Log file grew? The following T-SQL script will give the list of the databases and how many times the log file grew by using the auto-grow value. This information is available &#8230; <a href="http://learnsqlwithbru.com/2011/12/30/finding-databases-which-had-transaction-log-growth/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/12/30/finding-databases-which-had-transaction-log-growth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OFFSET and FETCH &#8211; New in SQL Server 2012</title>
		<link>http://learnsqlwithbru.com/2011/12/06/offset-and-fetch-new-in-sql-server-2012/</link>
		<comments>http://learnsqlwithbru.com/2011/12/06/offset-and-fetch-new-in-sql-server-2012/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 05:00:24 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Learn SQL Server]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server Development]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2039</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%2F2011%2F12%2F06%2Foffset-and-fetch-new-in-sql-server-2012%2F&title=OFFSET+and+FETCH+-+New+in+SQL+Server+2012&desc=In+this+article+we+shall+learn+how+to+limit+the+numbers+of+rows+returned+by+a+query+using+OFFSET+and+FETCH+clause+introduced+in+SQL+Server+2012.+The+following+query+is+executed+against+AdventureWorks+&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 article we shall learn how to limit the numbers of rows returned by a query using OFFSET and FETCH clause introduced in SQL Server 2012. The following query is executed against AdventureWorks Database. SELECT SalesOrderID,SalesOrderDetailID,OrderQty,SpecialOfferID FROM [Sales].[SalesOrderDetail] ORDER &#8230; <a href="http://learnsqlwithbru.com/2011/12/06/offset-and-fetch-new-in-sql-server-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/12/06/offset-and-fetch-new-in-sql-server-2012/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CONCAT &#8211; New String Function in SQL Server 2012</title>
		<link>http://learnsqlwithbru.com/2011/12/02/concat-new-string-function-in-sql-server-2012/</link>
		<comments>http://learnsqlwithbru.com/2011/12/02/concat-new-string-function-in-sql-server-2012/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 00:05:09 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Learn SQL Server]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server Development]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[SQL Server 2012]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=1998</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%2F2011%2F12%2F02%2Fconcat-new-string-function-in-sql-server-2012%2F&title=CONCAT+-+New+String+Function+in+SQL+Server+2012&desc=CONCAT+is+a+new+String+function+introduced+in+SQL+Server+2012.+This+function+returns+an+output+which+is+a+concatenated+string+value+of+the+argument+values+passed+in+the+function.+The+function+would+ne&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>CONCAT is a new String function introduced in SQL Server 2012. This function returns an output which is a concatenated string value of the argument values passed in the function. The function would need a minimum of 2 values to &#8230; <a href="http://learnsqlwithbru.com/2011/12/02/concat-new-string-function-in-sql-server-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/12/02/concat-new-string-function-in-sql-server-2012/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Most 1s in SQL Server datetime value</title>
		<link>http://learnsqlwithbru.com/2011/11/11/most-1s-in-sql-server-datetime-value/</link>
		<comments>http://learnsqlwithbru.com/2011/11/11/most-1s-in-sql-server-datetime-value/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 18:57:57 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[WAITFOR]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=1673</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%2F2011%2F11%2F11%2Fmost-1s-in-sql-server-datetime-value%2F&title=Most+1s+in+SQL+Server+datetime+value&desc=Today+is+one+of+those+rare+days+where+you+can+see+a+lots+of+1s+in+the+date+i.e%2C%C2%A011%2F11%2F2011.+To+add+to+that%2C+the+clock+ticks+11%3A11%3A11+everyday%2C+so+I+planned+to+capture%C2%A0the+SQL+Server+datetime+value%C2%A0&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>Today is one of those rare days where you can see a lots of 1s in the date i.e, 11/11/2011. To add to that, the clock ticks 11:11:11 everyday, so I planned to capture the SQL Server datetime value returned by GETDATE() function. &#8230; <a href="http://learnsqlwithbru.com/2011/11/11/most-1s-in-sql-server-datetime-value/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/11/11/most-1s-in-sql-server-datetime-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of all Data and Log Files of a SQL Instance</title>
		<link>http://learnsqlwithbru.com/2011/08/16/list-of-all-data-and-log-files-of-a-sql-instance/</link>
		<comments>http://learnsqlwithbru.com/2011/08/16/list-of-all-data-and-log-files-of-a-sql-instance/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 04:00:49 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Administration]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=718</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%2F2011%2F08%2F16%2Flist-of-all-data-and-log-files-of-a-sql-instance%2F&title=List+of+all+Data+and+Log+Files+of+a+SQL+Instance&desc=Ever+faced+a+sitaution+where+you+had+to+find+out+all+the+database+files+%28Data+and+Log%29+of+a+SQL+Instance%3F%0D%0AI+came+across+this+situaion+many+times%2C+especially+when+I+am+working+with+a+new+SQL+Instance+&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>Ever faced a sitaution where you had to find out all the database files (Data and Log) of a SQL Instance? I came across this situaion many times, especially when I am working with a new SQL Instance which was &#8230; <a href="http://learnsqlwithbru.com/2011/08/16/list-of-all-data-and-log-files-of-a-sql-instance/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/08/16/list-of-all-data-and-log-files-of-a-sql-instance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dropping a Column from a table using T-SQL &#8211; SQL Server</title>
		<link>http://learnsqlwithbru.com/2010/05/30/dropping-a-column-from-a-table-using-t-sql-sql-server/</link>
		<comments>http://learnsqlwithbru.com/2010/05/30/dropping-a-column-from-a-table-using-t-sql-sql-server/#comments</comments>
		<pubDate>Sun, 30 May 2010 04:00:57 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Development]]></category>
		<category><![CDATA[Alter Table]]></category>
		<category><![CDATA[Drop Columns]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=1126</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%2F2010%2F05%2F30%2Fdropping-a-column-from-a-table-using-t-sql-sql-server%2F&title=Dropping+a+Column+from+a+table+using+T-SQL+-+SQL+Server&desc=This+blog+explains+how+to+drop+a+column+from+a+table+using+T-SQL+query.+It+might+be+easy+to+do+it+from+SSMS%2C+on+the+other+side%2C+it+is+not+always+convenient+to+do+it+from+SSMS.+When+you+have+to+repeat+&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 explains how to drop a column from a table using T-SQL query. It might be easy to do it from SSMS, on the other side, it is not always convenient to do it from SSMS. When you have &#8230; <a href="http://learnsqlwithbru.com/2010/05/30/dropping-a-column-from-a-table-using-t-sql-sql-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/05/30/dropping-a-column-from-a-table-using-t-sql-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Primary Key in a SQL Server table</title>
		<link>http://learnsqlwithbru.com/2010/05/24/creating-primary-key-in-a-sql-server-table/</link>
		<comments>http://learnsqlwithbru.com/2010/05/24/creating-primary-key-in-a-sql-server-table/#comments</comments>
		<pubDate>Mon, 24 May 2010 04:00:04 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Development]]></category>
		<category><![CDATA[Constraints]]></category>
		<category><![CDATA[Primary Key]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=1067</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%2F2010%2F05%2F24%2Fcreating-primary-key-in-a-sql-server-table%2F&title=Creating+Primary+Key+in+a+SQL+Server+table&desc=In+this+blog+we+shall+learn+how+to+create+a+Primary+Key+on+a+table+using+T-SQL.+%0D%0AA+Primary+Key+on+a+table+can+be+either+created+at+the+time+of+creating+the+table+or+after+the+table+is+created+by+alte&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 Primary Key on a table using T-SQL. A Primary Key on a table can be either created at the time of creating the table or after the table is created &#8230; <a href="http://learnsqlwithbru.com/2010/05/24/creating-primary-key-in-a-sql-server-table/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/05/24/creating-primary-key-in-a-sql-server-table/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DB_NAME() System Function in SQL Server</title>
		<link>http://learnsqlwithbru.com/2010/05/17/db_name-system-function-in-sql-server/</link>
		<comments>http://learnsqlwithbru.com/2010/05/17/db_name-system-function-in-sql-server/#comments</comments>
		<pubDate>Mon, 17 May 2010 04:00:01 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[System Functions]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=972</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%2F2010%2F05%2F17%2Fdb_name-system-function-in-sql-server%2F&title=DB_NAME%28%29+System+Function+in+SQL+Server&desc=In+this+blog%2C+let%27s+take+a+look+at%C2%A0a%C2%A0SQL+Server+System+function%2C+DB_NAME%28%29+.%0D%0AThis+function%C2%A0is+pretty+handy+when+writing+scripts+that+need+you+to+identify+the+the+Database+name+based+on+Database+ID&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, let&#8217;s take a look at a SQL Server System function, DB_NAME() . This function is pretty handy when writing scripts that need you to identify the the Database name based on Database ID. DB_NAME() DB_NAME() function accepts an optional integer parameter &#8230; <a href="http://learnsqlwithbru.com/2010/05/17/db_name-system-function-in-sql-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/05/17/db_name-system-function-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Databases without recent full backups</title>
		<link>http://learnsqlwithbru.com/2010/04/12/find-databases-without-recent-full-backups/</link>
		<comments>http://learnsqlwithbru.com/2010/04/12/find-databases-without-recent-full-backups/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 04:00:38 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[DBA Tasks]]></category>
		<category><![CDATA[Monitoring]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=744</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%2F2010%2F04%2F12%2Ffind-databases-without-recent-full-backups%2F&title=Find+Databases+without+recent+full+backups&desc=One+of+the+important+tasks+a+SQL+Server+DBA+does+is+database+backup.+While+maintaining+the+backups+of+the+important+database+is+important%2C+the+need+to+monitor+that+the+exists+a+valid+Full+backups+for+&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>One of the important tasks a SQL Server DBA does is database backup. While maintaining the backups of the important database is important, the need to monitor that the exists a valid Full backups for the databases is equally important. &#8230; <a href="http://learnsqlwithbru.com/2010/04/12/find-databases-without-recent-full-backups/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/04/12/find-databases-without-recent-full-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Backup File info using T-SQL Query</title>
		<link>http://learnsqlwithbru.com/2010/04/06/sql-server-backup-file-info-using-t-sql-query/</link>
		<comments>http://learnsqlwithbru.com/2010/04/06/sql-server-backup-file-info-using-t-sql-query/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 04:00:01 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[MSDB]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=692</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%2F2010%2F04%2F06%2Fsql-server-backup-file-info-using-t-sql-query%2F&title=SQL+Server+Backup+File+info+using+T-SQL+Query&desc=Few+days+back%2C+I+was+asked+this+question.+Using+T-SQL+is+there+a+way+to+find+the+backup+details+about+a+database%3F+Including+physical+location+of+the+database+where+the+backup+of+a+particular+database+&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>Few days back, I was asked this question. Using T-SQL is there a way to find the backup details about a database? Including physical location of the database where the backup of a particular database was performed. I did recollect &#8230; <a href="http://learnsqlwithbru.com/2010/04/06/sql-server-backup-file-info-using-t-sql-query/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/04/06/sql-server-backup-file-info-using-t-sql-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

