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
 General SQL Server Forums
 New to SQL Server Programming
 Backup

Author  Topic 

joepitt91
Starting Member

2 Posts

Posted - 2008-07-07 : 11:21:20
i have backed up a database to D:\Backups\DP_SQL_Backup.bak using SQL Server Managment Studio Express. how do sheduale this to run daily?

Cheers, Joe

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-07-07 : 11:25:07
Create a job in SQL agent? Otherwise you can use maintenance plan for it.
Go to Top of Page

joepitt91
Starting Member

2 Posts

Posted - 2008-07-07 : 12:43:03
SQL Agent which is where ?????
maintenance plan which is where ???????
Go to Top of Page

jdaman
Constraint Violating Yak Guru

354 Posts

Posted - 2008-07-07 : 13:01:55
http://www.google.com/search?hl=en&client=firefox-a&channel=s&rls=org.mozilla%3Aen-US%3Aofficial&hs=PqE&q=creating+jobs+sql+server+agent&btnG=Search
Go to Top of Page
   

- Advertisement -