Comments
Sort by recent activity
What i did was create a data script of the table as it is PRIOR to an update and checked that into source control. I then made a change to the data in the database and did a data compare against the script in source control and its doing an insert. Currently when we have updates to tables our developers create an update script we check that into tfs and deploy to production using SQLCMD. I was trying to see if this was something that could be automated using SQL Source control, DLM and compare. / comments
What i did was create a data script of the table as it is PRIOR to an update and checked that into source control. I then made a change to the data in the database and did a data compare against th...