Create INSERTs for the missing destination table?
JureP
Posts: 5
Hi!
Is there a way to persuade/trick SQL data compare to also include tables that are missing from destination database?
I just need simple INSERTs for each row in the source table(s).
Thanks,
Jure
Is there a way to persuade/trick SQL data compare to also include tables that are missing from destination database?
I just need simple INSERTs for each row in the source table(s).
Thanks,
Jure
Comments
To work out what needs to be inserted, Data Compare has to run the comparison, which means it successfully needs to have mapped the source and target together.
You could try creating a set of scripts of your source DB, then comparing the DB > Scripts.
That should create a sync script with all the inserts in it that you could then take and run against another database that does have the table?
Redgate Software