Whats the right way to edit a webtask?

  • 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.

  • Add the outputfile pramater in steps under webtask job .

    sp_runwebtask [ [ @procname = ] 'procname' ]

        [ , [ @outputfile = ] 'outputfile'

     

     

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

  • Prakash... what about sp_updmswebtask? Can I use that to update an existing webtask?

  • sp_updatetask is provided for backward compatibility only, check BOL for more info.

    ------------
    Prakash Sawant

    http://psawant.blogspot.com

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply