﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Discuss Content Posted by Bilal Ahmed / Article Discussions / Article Discussions by Author  / Backup Scenarios for successful SQL Server Restores and Recovery / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 19 Jun 2013 05:21:53 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Backup Scenarios for successful SQL Server Restores and Recovery</title><link>http://www.sqlservercentral.com/Forums/Topic123119-180-1.aspx</link><description>Not much great artical as far as experience is con....</description><pubDate>Tue, 06 Apr 2010 00:38:24 GMT</pubDate><dc:creator>saby</dc:creator></item><item><title>RE: Backup Scenarios for successful SQL Server Restores and Recovery</title><link>http://www.sqlservercentral.com/Forums/Topic123119-180-1.aspx</link><description>I have another comment on this article. It is very important where you put your backups to. You may backup transaction log every 15 min but your server is backed up to tape once a day. Here you go. The standard advice is to put a backup on the separate physical drive (not a different partition, but different physical drive or array). Good advice. Exceptions: I personally had a case when both (2 ) RAID 5 arrays failed at the same time. Another scenario when you really have 1 physical array. My strategy in this case is to create a second (or next) step to the job to copy backups to a network location rigth after they are completed. I use just regular Copy command OR you can use you server scheduler to do that.</description><pubDate>Thu, 01 Jul 2004 11:40:00 GMT</pubDate><dc:creator>Yelena Varshal</dc:creator></item><item><title>RE: Backup Scenarios for successful SQL Server Restores and Recovery</title><link>http://www.sqlservercentral.com/Forums/Topic123119-180-1.aspx</link><description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have a simple script that queries MSDB database sysjobs and sysjobhistory from a simple ASP page. Remove the appropriate quotes if you run it from query analyzer&lt;/P&gt;&lt;P&gt;strSQL = "select " &amp;amp; _       " job_name = Substring(sj.name,1,20)," &amp;amp; _   " step_name = Substring (' '+sjh.step_name,1,30)," &amp;amp; _          " sjh.run_status," &amp;amp; _          " sjh.run_date," &amp;amp; _          " sjh.run_time," &amp;amp; _          " sjh.run_duration" &amp;amp; _  " from msdb.dbo.sysjobhistory sjh, msdb.dbo.sysjobs sj" &amp;amp; _  " WHERE  (sj.job_id = sjh.job_id)" &amp;amp; _ " and run_date &amp;gt;convert (int,(convert (char(8),getdate()-3,112)))" &amp;amp; _ " ORDER BY run_date desc,run_time desc"&lt;/P&gt;&lt;P&gt;My script connects in a loop to my several servers and gives me a table of job completions in my browser. You may write a simple VB script that does the same and schedule it. You can also use FileSystemObject to check what date and time the files in the backup directory are and alert you using email if the dates are incorrect.&lt;/P&gt;</description><pubDate>Thu, 01 Jul 2004 11:31:00 GMT</pubDate><dc:creator>Yelena Varshal</dc:creator></item><item><title>RE: Backup Scenarios for successful SQL Server Restores and Recovery</title><link>http://www.sqlservercentral.com/Forums/Topic123119-180-1.aspx</link><description>&lt;P&gt;Good one!!!&lt;/P&gt;&lt;P&gt;I have a concern,&lt;/P&gt;&lt;P&gt;How can we check the backups.&lt;/P&gt;&lt;P&gt;Is there any tools available Or do we have to text them manually&lt;/P&gt;</description><pubDate>Wed, 30 Jun 2004 02:31:00 GMT</pubDate><dc:creator>Dinesh Asanka</dc:creator></item><item><title>RE: Backup Scenarios for successful SQL Server Restores and Recovery</title><link>http://www.sqlservercentral.com/Forums/Topic123119-180-1.aspx</link><description>&lt;P&gt;Good one!!!&lt;/P&gt;&lt;P&gt;I have a concern,&lt;/P&gt;&lt;P&gt;How can we check the backups.&lt;/P&gt;&lt;P&gt;Is there any tools available Or do we have to text them manually&lt;/P&gt;</description><pubDate>Wed, 30 Jun 2004 02:31:00 GMT</pubDate><dc:creator>Dinesh Asanka</dc:creator></item><item><title>Backup Scenarios for successful SQL Server Restores and Recovery</title><link>http://www.sqlservercentral.com/Forums/Topic123119-180-1.aspx</link><description>Comments posted to this topic are about the content posted at &lt;A HREF=http://www.sqlservercentral.com/columnists/VSrinivasan/backupscenariosforsuccessfulsqlserverrestoresandre.asp&gt;http://www.sqlserver</description><pubDate>Fri, 25 Jun 2004 15:54:00 GMT</pubDate><dc:creator>vsrinivasan</dc:creator></item></channel></rss>