Activity overview
Latest activity by mikemalino
Adding GO statements
Is there an option where the script, generated by SQL Data Compare, can add GO; statements after each batch of SQL?
Changing a column length
We have several tables, that contain a lot of data, where we want to change the column length from a user defined datatype of varchar(15) to the standard datatype of varchar (30). It would be much ...
Does an option exist to include an "If Not Exists" prior to inserting data?
We are using SQL Data Compare in an automated environment. We have updates that get released every 2 weeks, and a major upgrade every 3 months. We have meta data that we push every two weeks and we...