<?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; Best Practices to Store the SQL Server Backups</title>
	<atom:link href="http://blog.sqlauthority.com/2013/01/21/sql-server-best-practices-to-store-the-sql-server-backups/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2013/01/21/sql-server-best-practices-to-store-the-sql-server-backups/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 23 May 2013 14:22:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Microsoft SQL Server Seminare</title>
		<link>http://blog.sqlauthority.com/2013/01/21/sql-server-best-practices-to-store-the-sql-server-backups/#comment-431407</link>
		<dc:creator><![CDATA[Microsoft SQL Server Seminare]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 10:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22458#comment-431407</guid>
		<description><![CDATA[Hi Pinal!
I´m glad to have found your site. I know a ton of people whom could very positively benifit from this and especially me too. After I took part in the SQL Server Workshop I want to get more and more informations about SQL. And your blog is a good source! Thanks for that.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal!<br />
I´m glad to have found your site. I know a ton of people whom could very positively benifit from this and especially me too. After I took part in the SQL Server Workshop I want to get more and more informations about SQL. And your blog is a good source! Thanks for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phani</title>
		<link>http://blog.sqlauthority.com/2013/01/21/sql-server-best-practices-to-store-the-sql-server-backups/#comment-417960</link>
		<dc:creator><![CDATA[phani]]></dc:creator>
		<pubDate>Tue, 05 Feb 2013 04:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22458#comment-417960</guid>
		<description><![CDATA[Hello Pinal,

As part of our work routine we get production db backups and restore them into QA. We dont have sufficient space in QA environment and management dont increase the diskspace too. When getting production db .bak files, .bak contains only 20-30GB space, but when we are restoring it occupies almost 200 + GB drive space. I am thinking that this bacause of intial size mentioned in the properties of Production Database. Is there any chance of alter /update .bak files before restoring the data? 

[email]

Thanks
Phani]]></description>
		<content:encoded><![CDATA[<p>Hello Pinal,</p>
<p>As part of our work routine we get production db backups and restore them into QA. We dont have sufficient space in QA environment and management dont increase the diskspace too. When getting production db .bak files, .bak contains only 20-30GB space, but when we are restoring it occupies almost 200 + GB drive space. I am thinking that this bacause of intial size mentioned in the properties of Production Database. Is there any chance of alter /update .bak files before restoring the data? </p>
<p>[email]</p>
<p>Thanks<br />
Phani</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avinash</title>
		<link>http://blog.sqlauthority.com/2013/01/21/sql-server-best-practices-to-store-the-sql-server-backups/#comment-414851</link>
		<dc:creator><![CDATA[avinash]]></dc:creator>
		<pubDate>Tue, 29 Jan 2013 21:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22458#comment-414851</guid>
		<description><![CDATA[Good information
Can u help me to understand how much diskspace is required to backup daily full backup of 100 GB database on local(internal) disk drive using SQL maintenace for 1 day ?. It will be backedup to tape after that.
Thanks in advance]]></description>
		<content:encoded><![CDATA[<p>Good information<br />
Can u help me to understand how much diskspace is required to backup daily full backup of 100 GB database on local(internal) disk drive using SQL maintenace for 1 day ?. It will be backedup to tape after that.<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karel Vandenhove</title>
		<link>http://blog.sqlauthority.com/2013/01/21/sql-server-best-practices-to-store-the-sql-server-backups/#comment-411707</link>
		<dc:creator><![CDATA[Karel Vandenhove]]></dc:creator>
		<pubDate>Wed, 23 Jan 2013 09:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22458#comment-411707</guid>
		<description><![CDATA[Hi,
I think a combination is the best option: backup on a local dedicated disk for speed of backup and restore.  Copy that backup to an off-site storage for availability in case of disaster.
That&#039;s what I do.  Most of the times you can rely on your local backup and the restore will be fast.  But in case of a disaster you still have the remote copy of the backup.
I do this with the dayly full backup and the TL backups throughout the day.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I think a combination is the best option: backup on a local dedicated disk for speed of backup and restore.  Copy that backup to an off-site storage for availability in case of disaster.<br />
That&#8217;s what I do.  Most of the times you can rely on your local backup and the restore will be fast.  But in case of a disaster you still have the remote copy of the backup.<br />
I do this with the dayly full backup and the TL backups throughout the day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit Garg</title>
		<link>http://blog.sqlauthority.com/2013/01/21/sql-server-best-practices-to-store-the-sql-server-backups/#comment-410900</link>
		<dc:creator><![CDATA[Rohit Garg]]></dc:creator>
		<pubDate>Mon, 21 Jan 2013 21:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=22458#comment-410900</guid>
		<description><![CDATA[Hi Pinal

But on most of Production systems, Client never allow to move data out of there network. Although it good for local boxes &amp; small bussiness.

-Rohit garg]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal</p>
<p>But on most of Production systems, Client never allow to move data out of there network. Although it good for local boxes &amp; small bussiness.</p>
<p>-Rohit garg</p>
]]></content:encoded>
	</item>
</channel>
</rss>
