Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Automating a Database Restore

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-01-13 : 08:36:26
Steven writes "Hi there,

I am trying to automate the process of restoring a database on a weekly basis.

I need to restore this from a '.bak' file, using the 'From Device'. This is quite easy to do manually, however there doesn't seem to be away to automate this.

Do you know one ?

Thanks and regards,

Steve Harris"

royv
Constraint Violating Yak Guru

455 Posts

Posted - 2003-01-13 : 09:47:31
The way our company does it is to use a job to automatically run the restore code.

***************************************
Death must absolutely come to enemies of the code!
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-01-13 : 12:32:58
Just schedule your command that you run manually. Post the TSQL if you want some more help.

Go to Top of Page
   

- Advertisement -