tracing the objects created/modified by particular user.

  • Dear All,

    I have created a seperate login id for my developers. I have given all the rights for that login id, even though they are not supposed to create Procs & tables in DB. Now I want to trace the procedures and tables created/modified by that particuar login id. (if possible it's date & time tooo).

    Can anyone guide me how can I get those details......

    thanks in advance.

    Santhu...

  • You can get this information from the Schema Changes report that is part of the default trace on sql 2005.

    Right click on the db in SSMS --> Reports.

    Or else you can create DDL triggers on the CREATE events and use these to record the information needed in a table.

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

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