|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Today @ 7:35 PM
Points: 1,370,
Visits: 2,290
|
|
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...
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Wednesday, May 08, 2013 7:42 AM
Points: 2,802,
Visits: 7,103
|
|
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.
|
|
|
|