Comments
1 comment
-
Hi @mikemalino thank you for your post!
I have set up a similar test scenario using a local DB where I changed an NVARCHAR(100) to NVARCHAR(150) and used SQL Compare to carry out the comparison and deployment which generated an ALTER statement by default.
Can I confirm which version of SQL Compare you're using and also that the "USE DROP and CREATE instead of ALTER" project setting is unticked?
Thank you very much!
Add comment
Please sign in to leave a comment.
SQL Compare seems to create a new table with the modified column, copy all the data to the new table, drop the old table and then rename the new table to the old table name.
Is there a setting or an option that would use an ALTER Table vs creating and dropping tables?