Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

audit object changes

Status
Not open for further replies.

vadimg

IS-IT--Management
Oct 25, 2001
152
US
hi.
i know this has been discussed before, but i can't find it.

What is a good way to track object changes (tables, sps, constraints, etc). Can't have a trigger on system tables so that's not an option.

does anyone currently do this?

Thanks!
 
Make the developers use Visual Source Safe and only the DBA's have access to alter/create objects.

Denny

--Anything is possible. All it takes is a little research. (Me)
 
ahem... thanks ;0)

should i read this 'no there is no good way to audit trail object changes'?



 
Yeah pretty much. You could write something that pulls the data from the system tables into tables in a database, and compair the new records with the old versions.

I started working on something like that at my old job, but never got it finished.

Denny

--Anything is possible. All it takes is a little research. (Me)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top