SQL Compare 12 - Question
Randy
Posts: 1
in SQL Compare
We are upgrading all of our tables to Bigint on all of the primary keys. How can I get SQL Compare to write a temp table to move all the data from the primary table to the temp table. I have ran a test and all it does is drop all the indexes and fks and pk. Then just does an alter on the column being changed to bigInt. Then aborts.