Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tools/sqlpackage/sqlpackage-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SqlPackage /Action:Import {parameters} {properties}

The Import action requires a `SourceFile` parameter to specify the name and location of the .bacpac file containing the database objects and data.

The Export action requires a target connection where a new database will be created by SqlPackage or where a blank database is present. This is specified either through a combination of:
The Import action requires a target connection where a new database will be created by SqlPackage or where a blank database is present. This is specified either through a combination of:
- `TargetServerName` and `TargetDatabaseName` parameters, or
- `TargetConnectionString` parameter.

Expand Down