PDA

View Full Version : Backing up SQL Server


deepsix
2003-08-07, 11:51 AM
I know how to backup my sql server dbs, but I want to do it automatically... can I do that with program scheduler? if so, how?

thanks,

laxbobber
2003-08-07, 14:54 PM
Make a maintainence plan for your database and one of the options in there is to do regular backups or both transaction logs and the database. Look in SEM for "maintainence plan"

deepsix
2003-08-07, 15:06 PM
do i make that in enterprise manager?

deepsix
2003-08-07, 15:08 PM
nevermind found it,

thanks !!