Comments
1 comment
-
Hi there,
There is an option in SQL Compare to force column order, thus if you were altering the column order of a table then this forces a table rebuild with the data being preserved in a temporary table whilst the drop and create is being done, unless of course any columns are being dropped.
Would this suit your needs?
Pete
Add comment
Please sign in to leave a comment.
I have a few tables that have changed slightly and they are being synched with alters but the data needs to be manipulated to truly synch them.