Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
The SQL Package actions in Continua are a wrapper around the SqlPackage command line. If you're having trouble using any of the SQL Package actions, please refer to the Command Line Reference.

The SQL Package Publish action incrementally updates the schema of a target database to match the structure of a source database. Publishing a deployment package that contains user data for all or a subset of tables update the table data in addition to the schema. Data deployment overwrites the schema and data in existing tables of the target database. Data deployment will not change existing schema or data in the target database for tables not included in the deployment package. [SqlPackage /Action:Publish]

SQL Package Publish

Name

A friendly name for this action (will be displayed in the actions workflow area).

...

If this is ticked, SSL certificate validation is bypassed. [/TargetEncryptConnectionTargetTrustServerCertificate]

Connection Timeout

The timeout for establishing a connection to the database in seconds. Leave blank to use the default of 15 seconds. [/TargetTimeout]

...