Mar 29, 2004 #1 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.
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.
Mar 29, 2004 #2 JayKusch MIS Oct 30, 2001 3,199 US EXEC MSDB..sp_add_category 'JOB', 'LOCAL', 'My New Job' Thanks J. Kusch Upvote 0 Downvote
Mar 29, 2004 Thread starter #3 ynnepztem Programmer Aug 2, 2001 54 US Perfect, thanks. Upvote 0 Downvote