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 |
|
jackstow
Posting Yak Master
160 Posts |
Posted - 2002-07-12 : 02:05:06
|
| No matter what I try, this;sp_dropwebtask @procname = 'NewsProc', @outputfile = 'd:\hostedsites\http\news.js' always gives me this;Server: Msg 16802, Level 11, State 1, Procedure sp_dropwebtask, Line 25sp_dropwebtask cannot find the specified task.even though the proc and the file are there. Ideas? |
|
|
|
|
|