What is the substitute for sp_helptask in sql server 2008 ?

  • Can anyone tell me what is the substitute for sp_helptask in sql server 2008 ? this was available in sql server 2000. so how i can get the same functionality in 2008 ? help me please.

  • You can use the following stored procedures in the msdb database to get job information.

    sp_help_job

    sp_help_jobhistory

    sp_help_jobschedule

    sp_help_jobstep

Viewing 2 posts - 1 through 1 (of 1 total)

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