Mar 29, 2004 #1 ynnepztem Programmer Joined Aug 2, 2001 Messages 54 Location 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 Joined Oct 30, 2001 Messages 3,199 Location 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 Joined Aug 2, 2001 Messages 54 Location US Perfect, thanks. Upvote 0 Downvote