Are there any options for how to script out the data synchronisation script?
mjashton
Posts: 10 New member
I can't find any options for how the script created by
Ideally I'd like to do a similar DropAndCreate on the static data.
provider.GetMigrationSQLis structured. For example, with Schema Compare scripts you can specify options for
DropAndCreateInsteadOfAlterto allow idempotence but I can't find anything similar for data synchronisation, which will just do INSERTS if it thinks the row is missing.
Ideally I'd like to do a similar DropAndCreate on the static data.
Tagged:
Comments