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 |
mrgalvan
Starting Member
9 Posts |
Posted - 2006-11-30 : 18:02:33
|
How can I create a stored procedure to kick of a windows\tasks\scheduled job? Is this possible? |
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2006-12-04 : 00:21:52
|
why do you want to tie a windows task with sql?anyways, it's your requirement... explore xp_cmdshellhave fun!--------------------keeping it simple... |
 |
|
Westley
Posting Yak Master
229 Posts |
Posted - 2006-12-04 : 05:12:02
|
Normally it should be the other way round, using Windows task to kick start sql? |
 |
|
|
|
|