Is it possible to just deploy static data but not schema changes?
Marco_S
Posts: 5 New member
Is it possible to just deploy static data but not schema changes? There is a switch -IgnoreStaticData for data, but is there also something like -IgnoreSchema which does the opposite and just deploy data?
Tagged:
Answers
If not, you should use SQL Data Compare to sync the target database with source.
Tianjiao Li | Redgate Software
Have you visited our Help Center?
Unfortunately there isn't IgnoreSchema parameter and as I mentioned before, you can use SQL Data Compare to only deploy Static Data.
It might be worth noting that SDC command line is always installed alongside SCA powershell, so you can use that (it will be on a subfolder named SDC).
Tianjiao Li | Redgate Software
Have you visited our Help Center?