Auditing DDL Changes in SQL Server databases

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.

Weiterlesen…