Skip to content

Commit e9e1649

Browse files
authored
Merge pull request #36109 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 1835fe2 + ba26833 commit e9e1649

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)