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.
| Author |
Topic |
|
gtvt6
Starting Member
3 Posts |
Posted - 2005-08-26 : 10:40:24
|
| I have a database application and would like the user to schedule their own database backups, am I able to call thw sp_add_job, and sp_add_jobschedule directly from my program? Does anyone have a sample of this?-Andrew |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2005-08-26 : 13:01:36
|
| Yes you can call these from inside your application. Samples of its use can be found in SQL Server Books Online.Tara |
 |
|
|
|
|
|