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 |
|
sudhirbharti
Starting Member
16 Posts |
Posted - 2009-02-23 : 08:42:28
|
| How can we update the existing scheduler by using the tsql command.I have to modify the interval time by programming which is controlled by the web page.Any Ideas? |
|
|
sakets_2000
Master Smack Fu Yak Hacker
1472 Posts |
Posted - 2009-02-23 : 09:00:56
|
| using sp_update_jobschedule. |
 |
|
|
|
|
|