Hi All,
I am on SQL Server 2008 R2 and want to track the changes happening in the database and then re-apply the change when it is required. I am aware that I can use database change tracking which is available from SQL server 2008 version.
I am after any third party tool which can do the same.
I am particular about the DML, DDL changes which need to be tracked after a base point. Once the database is refreshed from production to development, I want apply the development changes which are done during this time after the production restore.
If I am able to do this then I can save lot of time in manually applying the changes in the database.
Any thoughts???
Regards,
Kccrga