Does sql data compare write out all data or do inserts/sel
pkellner
Posts: 5
That is, is it reasonable to try and use sqldata compare to copy a 5 gig database (to azure).
if it is doing insert into (select..) then I'd think it's OK. If it's writing out raw insert statements, not so much.
if it is doing insert into (select..) then I'd think it's OK. If it's writing out raw insert statements, not so much.
Comments
Thank you for your forum post and sorry for the delay in replying.
SQL Data Compare will use an 'INSERT INTO' statement, similar to the following example:
If you are worried about copying the 5GB of data, you can perform comparison and deployment in stages by selecting the tables for deployment or/and configure 'Where' clause for each table. It will mean repeating the comparison and deployment two or more times as required.
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com