<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Get Database Backup History for a Single Database</title>
	<atom:link href="http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Thu, 20 Jun 2013 01:31:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Marc Jellinek</title>
		<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/#comment-503318</link>
		<dc:creator><![CDATA[Marc Jellinek]]></dc:creator>
		<pubDate>Sun, 16 Jun 2013 17:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10813#comment-503318</guid>
		<description><![CDATA[Sorry, made a mistake.  Look at [msdb].[dbo].[backupset].[compressed_backup_size]]]></description>
		<content:encoded><![CDATA[<p>Sorry, made a mistake.  Look at [msdb].[dbo].[backupset].[compressed_backup_size]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Jellinek</title>
		<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/#comment-503305</link>
		<dc:creator><![CDATA[Marc Jellinek]]></dc:creator>
		<pubDate>Sun, 16 Jun 2013 16:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10813#comment-503305</guid>
		<description><![CDATA[@Leon, the backup_size column will give you the compressed size.  You need to join to backupmediaset to determine if the backup is compressed.]]></description>
		<content:encoded><![CDATA[<p>@Leon, the backup_size column will give you the compressed size.  You need to join to backupmediaset to determine if the backup is compressed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/#comment-501629</link>
		<dc:creator><![CDATA[Leon]]></dc:creator>
		<pubDate>Fri, 14 Jun 2013 14:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10813#comment-501629</guid>
		<description><![CDATA[How do we get the &quot;compressed&quot; database backup file size, not the regular backup file size?]]></description>
		<content:encoded><![CDATA[<p>How do we get the &#8220;compressed&#8221; database backup file size, not the regular backup file size?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanchit</title>
		<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/#comment-427878</link>
		<dc:creator><![CDATA[sanchit]]></dc:creator>
		<pubDate>Tue, 26 Feb 2013 12:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10813#comment-427878</guid>
		<description><![CDATA[hey i want to create one history table for hole database .
without creating any link with any table.means whenever i will fire update,delete,insert query that history table automatically insert.]]></description>
		<content:encoded><![CDATA[<p>hey i want to create one history table for hole database .<br />
without creating any link with any table.means whenever i will fire update,delete,insert query that history table automatically insert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tanya</title>
		<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/#comment-418721</link>
		<dc:creator><![CDATA[tanya]]></dc:creator>
		<pubDate>Wed, 06 Feb 2013 20:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10813#comment-418721</guid>
		<description><![CDATA[this is great! thanks! is there a way to see who backed it up?]]></description>
		<content:encoded><![CDATA[<p>this is great! thanks! is there a way to see who backed it up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alok Panda</title>
		<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/#comment-405232</link>
		<dc:creator><![CDATA[Alok Panda]]></dc:creator>
		<pubDate>Tue, 08 Jan 2013 13:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10813#comment-405232</guid>
		<description><![CDATA[How to get both success and fail status for daily backup jobs to generate daily report, as i know failed database backup has no entry in msdb.dbo.backupset ?]]></description>
		<content:encoded><![CDATA[<p>How to get both success and fail status for daily backup jobs to generate daily report, as i know failed database backup has no entry in msdb.dbo.backupset ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #007 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/#comment-393522</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #007 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 15 Dec 2012 01:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10813#comment-393522</guid>
		<description><![CDATA[[...] Get Database Backup History for a Single Database Simple but effective script! [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Get Database Backup History for a Single Database Simple but effective script! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Beginning New Weekly Series &#8211; Memory Lane &#8211; #001 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/#comment-368292</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Beginning New Weekly Series &#8211; Memory Lane &#8211; #001 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 03 Nov 2012 01:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10813#comment-368292</guid>
		<description><![CDATA[[...] Version 1: Above script was improved to get more details about the database [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Version 1: Above script was improved to get more details about the database [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suhas Redij</title>
		<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/#comment-351772</link>
		<dc:creator><![CDATA[Suhas Redij]]></dc:creator>
		<pubDate>Fri, 21 Sep 2012 11:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10813#comment-351772</guid>
		<description><![CDATA[How can I get the result of the above script suggested by aasim abdullah on mail

I have configured DB mail and just get successful backup mail of DB.]]></description>
		<content:encoded><![CDATA[<p>How can I get the result of the above script suggested by aasim abdullah on mail</p>
<p>I have configured DB mail and just get successful backup mail of DB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya - Senior SQL DBA</title>
		<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/#comment-351219</link>
		<dc:creator><![CDATA[Aditya - Senior SQL DBA]]></dc:creator>
		<pubDate>Thu, 20 Sep 2012 07:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10813#comment-351219</guid>
		<description><![CDATA[select A.database_name, A.backup_start_date, A.backup_finish_date,
  datediff(ss, A.backup_start_date, A.backup_finish_date) as &#039;Duration&#039;,
  (case A.[type] when &#039;D&#039; then &#039;Full&#039; when &#039;I&#039; then &#039;Differential&#039; when &#039;L&#039; then &#039;Log&#039;
    when &#039;F&#039; then &#039;File or Filegroup&#039; when &#039;G&#039; then &#039;File Differential&#039;
    when &#039;P&#039; then &#039;Partial&#039; when &#039;Q&#039; then &#039;Partial Differential&#039; else A.[type] end) as &#039;Type&#039;,
  A.backup_size, B.physical_device_name
from msdb.dbo.backupset A
    left join msdb.dbo.backupmediafamily B on B.media_set_id = A.media_set_id
order by A.backup_finish_date desc 

This will give in KB]]></description>
		<content:encoded><![CDATA[<p>select A.database_name, A.backup_start_date, A.backup_finish_date,<br />
  datediff(ss, A.backup_start_date, A.backup_finish_date) as &#8216;Duration&#8217;,<br />
  (case A.[type] when &#8216;D&#8217; then &#8216;Full&#8217; when &#8216;I&#8217; then &#8216;Differential&#8217; when &#8216;L&#8217; then &#8216;Log&#8217;<br />
    when &#8216;F&#8217; then &#8216;File or Filegroup&#8217; when &#8216;G&#8217; then &#8216;File Differential&#8217;<br />
    when &#8216;P&#8217; then &#8216;Partial&#8217; when &#8216;Q&#8217; then &#8216;Partial Differential&#8217; else A.[type] end) as &#8216;Type&#8217;,<br />
  A.backup_size, B.physical_device_name<br />
from msdb.dbo.backupset A<br />
    left join msdb.dbo.backupmediafamily B on B.media_set_id = A.media_set_id<br />
order by A.backup_finish_date desc </p>
<p>This will give in KB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveesh Chandrapal</title>
		<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/#comment-311989</link>
		<dc:creator><![CDATA[Praveesh Chandrapal]]></dc:creator>
		<pubDate>Wed, 11 Jul 2012 00:26:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10813#comment-311989</guid>
		<description><![CDATA[Good one. 

But what if we need to get the backup history with backupfile size in Kbs?]]></description>
		<content:encoded><![CDATA[<p>Good one. </p>
<p>But what if we need to get the backup history with backupfile size in Kbs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhuvanesh Sekar</title>
		<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/#comment-147418</link>
		<dc:creator><![CDATA[Bhuvanesh Sekar]]></dc:creator>
		<pubDate>Mon, 11 Jul 2011 13:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10813#comment-147418</guid>
		<description><![CDATA[Nice Work !!!]]></description>
		<content:encoded><![CDATA[<p>Nice Work !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abdi</title>
		<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/#comment-101241</link>
		<dc:creator><![CDATA[abdi]]></dc:creator>
		<pubDate>Sun, 21 Nov 2010 06:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10813#comment-101241</guid>
		<description><![CDATA[Helo, I want to make sql server 2008 Replication with Mirroring. so I have 4 servers i want two of them to be mirrored . and the other two i want the Principle to be replicated to them. So that after fail over i want the mirrored to take the replication. Please help me i&#039;m new to sql server .]]></description>
		<content:encoded><![CDATA[<p>Helo, I want to make sql server 2008 Replication with Mirroring. so I have 4 servers i want two of them to be mirrored . and the other two i want the Principle to be replicated to them. So that after fail over i want the mirrored to take the replication. Please help me i&#8217;m new to sql server .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Change Database Access to Single User Mode Using SSMS Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/#comment-101205</link>
		<dc:creator><![CDATA[SQL SERVER – Change Database Access to Single User Mode Using SSMS Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Sun, 21 Nov 2010 01:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10813#comment-101205</guid>
		<description><![CDATA[[...] have previously written about how using T-SQL Script we can convert the database access to single user mode before [...]]]></description>
		<content:encoded><![CDATA[<p>[...] have previously written about how using T-SQL Script we can convert the database access to single user mode before [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sput</title>
		<link>http://blog.sqlauthority.com/2010/11/10/sql-server-get-database-backup-history-for-a-single-database/#comment-99817</link>
		<dc:creator><![CDATA[sput]]></dc:creator>
		<pubDate>Sun, 14 Nov 2010 19:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10813#comment-99817</guid>
		<description><![CDATA[What does the SELECT TOP 100 mean?

Thanks]]></description>
		<content:encoded><![CDATA[<p>What does the SELECT TOP 100 mean?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
