Auditing DDL Changes in SQL Server databases

Posted on Simple Talk See other posts from Simple Talk
Published on Wed, 12 Oct 2011 00:00:00 GMT Indexed on 2011/11/11 18:16 UTC
Read the original article Hit count: 184

Even where Source Control isn't being used by developers, it is still possible to automate the process of tracking the changes being made to a database and put those into Source Control, in order to track what changed and when. You can even get an email alert when it happens. With suitable scripting, you can even do it if you don't have direct access to the live database. Grant shows how easy this is with SQL Compare.

© Simple Talk or respective owner

Related posts about Database Administration