Activity overview
Latest activity by mesosoup
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...
Update Table data
Hello all,
We are currently testing SQL Source Control in ongoing effort to migrate our deployment process to DLM automation. In our testing we found that when we do an update to the data of a tabl...