Synchronize schema only
SimonMazzucca
Posts: 3
I have tables in the source DB that have new columns. I want to propagate that to the target DB, but the data should not be copied.
How do I sync just the schema ?
Thank you,
Simon
How do I sync just the schema ?
Thank you,
Simon
Comments
Hopefully this helps.
I have a follow up question, though:
In SQL Compare, I have about 10 tables that are only in the source DB. I select about 5 of those, and deploy. All good.
Then if I save the SCP project and execute it, ALL tables get copied over.
This is my command line:
"C:\Program Files (x86)\Red Gate\SQL Compare 10\sqlcompare" /project:QA_to_Prod.scp /Synchronize
How do I sync just the tables selected in the project ?
Thank you,
Simon