Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sk55
Starting Member
4 Posts |
Posted - 2009-03-21 : 19:22:30
|
Hi guys,I am responsible for a few sql servers. Just wondering how you guys keep tracking of table changes, column changes, etc. We have outside programmers come in and make changes to tables. It would be nice if I had some kind of tool to keep track of all the changes.Any tips will be appreciated.TIA |
|
cshah1
Constraint Violating Yak Guru
347 Posts |
Posted - 2009-03-21 : 20:20:41
|
DDL Triggers[url]http://msdn.microsoft.com/en-us/library/ms190989.aspx[/url] |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-03-21 : 23:35:50
|
Use Schema change report |
 |
|
|
|
|