<?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; Mirrored Backup and Restore and Split File Backup</title>
	<atom:link href="http://blog.sqlauthority.com/2009/04/05/sql-server-mirrored-backup-and-restore-and-split-file-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/04/05/sql-server-mirrored-backup-and-restore-and-split-file-backup/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sun, 12 Feb 2012 09:22:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: prathyu</title>
		<link>http://blog.sqlauthority.com/2009/04/05/sql-server-mirrored-backup-and-restore-and-split-file-backup/#comment-59670</link>
		<dc:creator><![CDATA[prathyu]]></dc:creator>
		<pubDate>Tue, 12 Jan 2010 21:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4670#comment-59670</guid>
		<description><![CDATA[Hello
I want to backup my server(sqlremusServer) into external harddrive
and i need to put time schedule on it to backup every week
and i want to backup trasactLog for every 3 days?

my main requirement is to maintain sqlserver
I thought maintainnig sql server is backing up without lossing the dat

I am new to this work?

could any one help regarding this
thanak u]]></description>
		<content:encoded><![CDATA[<p>Hello<br />
I want to backup my server(sqlremusServer) into external harddrive<br />
and i need to put time schedule on it to backup every week<br />
and i want to backup trasactLog for every 3 days?</p>
<p>my main requirement is to maintain sqlserver<br />
I thought maintainnig sql server is backing up without lossing the dat</p>
<p>I am new to this work?</p>
<p>could any one help regarding this<br />
thanak u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2009/04/05/sql-server-mirrored-backup-and-restore-and-split-file-backup/#comment-53593</link>
		<dc:creator><![CDATA[Imran Mohammed]]></dc:creator>
		<pubDate>Fri, 10 Jul 2009 04:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4670#comment-53593</guid>
		<description><![CDATA[@ Ye, 

This process is called as Archiving. 

Generally all companies do this process to improve performance of application, if you have Millions of records, then select statements would take plenty of time to display output, so archive unwanted data and put historical data into other (History) database.

If you are using any COTS product, an application which is not build in house, but you bought it from outside ( Vendor product). Then generally Vendors provide script to archive data. 

If application is built in house, then you can do this, 
SQL Server by default does not provide any feature that I know of.. which you can use to archive history data. You need to write script /DTS / SSIS Package  that will load data from your main database to history database. And schedule this script /DTS / SSIS Package monthly / bi-monthly ( Of-course during maintenance window). 

While loading data into History Database make sure you check the order to load ( Load data first in parent table and then child table, Foreign Key relation Ship).  and while deleting data from your main database, delete first from child tables and then from parent tables. 

This should take care of Archiving. 


~ IM.]]></description>
		<content:encoded><![CDATA[<p>@ Ye, </p>
<p>This process is called as Archiving. </p>
<p>Generally all companies do this process to improve performance of application, if you have Millions of records, then select statements would take plenty of time to display output, so archive unwanted data and put historical data into other (History) database.</p>
<p>If you are using any COTS product, an application which is not build in house, but you bought it from outside ( Vendor product). Then generally Vendors provide script to archive data. </p>
<p>If application is built in house, then you can do this,<br />
SQL Server by default does not provide any feature that I know of.. which you can use to archive history data. You need to write script /DTS / SSIS Package  that will load data from your main database to history database. And schedule this script /DTS / SSIS Package monthly / bi-monthly ( Of-course during maintenance window). </p>
<p>While loading data into History Database make sure you check the order to load ( Load data first in parent table and then child table, Foreign Key relation Ship).  and while deleting data from your main database, delete first from child tables and then from parent tables. </p>
<p>This should take care of Archiving. </p>
<p>~ IM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ye</title>
		<link>http://blog.sqlauthority.com/2009/04/05/sql-server-mirrored-backup-and-restore-and-split-file-backup/#comment-53566</link>
		<dc:creator><![CDATA[ye]]></dc:creator>
		<pubDate>Thu, 09 Jul 2009 07:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=4670#comment-53566</guid>
		<description><![CDATA[Hi,

I would like to know more about backup and restore. I need to separate operational db and history db. The operation db will store only data for 6 months. The history db will store everything. How can I implement this ?

Thanks
Ye]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I would like to know more about backup and restore. I need to separate operational db and history db. The operation db will store only data for 6 months. The history db will store everything. How can I implement this ?</p>
<p>Thanks<br />
Ye</p>
]]></content:encoded>
	</item>
</channel>
</rss>

