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 Import action imports the schema and table data from a BACPAC package - .bacpac file - into a new or empty database in SQL Server or Azure SQL Database. [SqlPackage /Action:Import]

Note: At the time of the import operation to an existing database, the target database cannot contain any user-defined schema objects.

...