|  | Posted by Erland Sommarskog on 02/15/07 22:47 
(danceli@gmail.com) writes:> Now I still can schedule a job for hourly full backup on server A, but
 > i have no idea how to schedule a job for hourly full restore dbs to
 > server B.
 
 ALTER DATBASE db SET SINGLE_USER WITH ROLLBACK IMMEDIATE
 RESTORE DATAHASE dh FROM DISK='locationofbackup'
 ALTER DATABASE db SET MULTI_USER
 
 Then use Enterprise Manager or Mgmt Studio to create a job, with this
 as the job step and set up a schedule.
 
 Of course, log shipping would be better, but if the databases are small,
 less then 1 GB, that's probably not worth the hassle.
 
 
 --
 Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
 
 Books Online for SQL Server 2005 at
 http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
 Books Online for SQL Server 2000 at
 http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
  Navigation: [Reply to this message] |