SQL Server Job Agent Job Category !!!

  • Hi pals,

    I am using sql server 2005.

    Is there any means to check/see the log if i add a new job category has been added or deleted .

    I just want to know this for Auditing purpose.

    i just want to keep a track what new job categories have been deleted or new Job categories have been added on so and so dates.

    Hint:

    -----

    Management Studio-->Jobs-->Right Click-->Manage Job Categories-->Add/Delete.

    Any Thoughts????

  • You can create a trigger on the syscategories table in msdb, which logs all the changes.

    [font="Verdana"]Markus Bohse[/font]

  • Thanks!

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

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