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 |
Smitty200
Starting Member
11 Posts |
Posted - 2008-04-24 : 13:48:24
|
I have an SQL 2000 database and would like to call a Job from an ASP.NET page. I know this can be done in a SQL 2005 database using sp_start_job. Does anyone know if the equivilant is available in SQL 2000?Thanks |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-04-24 : 13:49:48
|
Yes it's available in SQL 2000. Why didn't you check SQL Server Books Online for 2000 first?Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
Smitty200
Starting Member
11 Posts |
Posted - 2008-04-24 : 14:16:55
|
Thank You Almighty SQL Goddess |
 |
|
velliraj
Yak Posting Veteran
59 Posts |
Posted - 2008-04-26 : 06:45:13
|
Thanks a lot, Iam refering it. |
 |
|
|
|
|