Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I create a Catagory for a scheduled job

Status
Not open for further replies.

ynnepztem

Programmer
Aug 2, 2001
54
US
Does anyone have the code to create a new Catagory to use when scheduling a new job. It gets a bit confusing when everything goes under Uncatagorized.
 

EXEC MSDB..sp_add_category 'JOB', 'LOCAL', 'My New Job'

Thanks

J. Kusch
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top