Skip to content

Commit ba26833

Browse files
Fix description of Import action parameters (#10253)
1 parent 4295c86 commit ba26833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tools/sqlpackage/sqlpackage-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ SqlPackage /Action:Import {parameters} {properties}
3333

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

36-
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:
36+
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:
3737
- `TargetServerName` and `TargetDatabaseName` parameters, or
3838
- `TargetConnectionString` parameter.
3939

0 commit comments

Comments
 (0)