You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Import action requires a `SourceFile` parameter to specify the name and location of the .bacpac file containing the database objects and data.
35
35
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:
37
37
-`TargetServerName` and `TargetDatabaseName` parameters, or
0 commit comments