easy_coder
SSC Enthusiast
Points: 166
More actions
June 1, 2006 at 9:16 am
#113154
How can I edit an existing webtask output file location? I can see that it's stored in msdb.mswebtasks but I can't find a way to edit that information from enterprise manager.
Prakash Sawant
SSCrazy
Points: 2173
June 1, 2006 at 10:57 am
#641243
Add the outputfile pramater in steps under webtask job .
sp_runwebtask [ [ @procname = ] 'procname' ]
[ , [ @outputfile = ] 'outputfile'
------------Prakash Sawant
http://psawant.blogspot.com
June 1, 2006 at 11:40 am
#641256
Prakash... what about sp_updmswebtask? Can I use that to update an existing webtask?
June 2, 2006 at 1:01 am
#641360
sp_updatetask is provided for backward compatibility only, check BOL for more info.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply