<?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; Backups</title>
	<atom:link href="http://learnsqlwithbru.com/tag/backups/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>Backups of a higher version cannot be restored on a lower version of SQL Server</title>
		<link>http://learnsqlwithbru.com/2011/12/22/backups-of-a-higher-version-cannot-be-restored-on-a-lower-version-of-sql-server/</link>
		<comments>http://learnsqlwithbru.com/2011/12/22/backups-of-a-higher-version-cannot-be-restored-on-a-lower-version-of-sql-server/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 05:00:05 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[Backups]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=2312</guid>
		<description><![CDATA[SQL Server has always allowed a database backup of a lower version to be restored on a higher version where as the opposite is not allowed. That is, if you have backup of a higher version, that cannot be restored &#8230; <a href="http://learnsqlwithbru.com/2011/12/22/backups-of-a-higher-version-cannot-be-restored-on-a-lower-version-of-sql-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/12/22/backups-of-a-higher-version-cannot-be-restored-on-a-lower-version-of-sql-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Server Database Backup types and why are they required</title>
		<link>http://learnsqlwithbru.com/2011/11/11/sql-server-database-backup-types-and-why-are-they-required/</link>
		<comments>http://learnsqlwithbru.com/2011/11/11/sql-server-database-backup-types-and-why-are-they-required/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 05:00:52 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[Learn SQL Server]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Administration]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Database Backups]]></category>
		<category><![CDATA[DBA Tasks]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=1184</guid>
		<description><![CDATA[Database Backups are very important and there is not much to say why are they important; that is the only way to restore the data back to a point of time. In this blog we shall learn the different database &#8230; <a href="http://learnsqlwithbru.com/2011/11/11/sql-server-database-backup-types-and-why-are-they-required/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2011/11/11/sql-server-database-backup-types-and-why-are-they-required/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>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[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[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>
		<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>Performing SSAS Database Backup</title>
		<link>http://learnsqlwithbru.com/2010/01/23/performing-ssas-database-backup/</link>
		<comments>http://learnsqlwithbru.com/2010/01/23/performing-ssas-database-backup/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 05:00:31 +0000</pubDate>
		<dc:creator>Brumedishetty</dc:creator>
				<category><![CDATA[SSAS]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://learnsqlwithbru.com/?p=221</guid>
		<description><![CDATA[In this article you will learn the steps to backup a SQL Server Analysis Server Database. After logging to the Analysis Services, in the object explorer, select the database that needs to be backed up. Right click the database and from the pop-up &#8230; <a href="http://learnsqlwithbru.com/2010/01/23/performing-ssas-database-backup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://learnsqlwithbru.com/2010/01/23/performing-ssas-database-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

