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
> When a database with SQL authentication user credentials is extracted, the password is replaced with a different password of suitable complexity. It is assumed that after the dacpac is published that the user password is changed.
28
28
29
+
### Examples
30
+
31
+
```bash
32
+
# example publish from Azure SQL Database using SQL authentication and a connection string
|**/SourceConnectionString:**|**/scs**|{string}|Specifies a valid SQL Server/Azure connection string to the source database. If this parameter is specified, it shall be used exclusively of all other source parameters. |
52
75
|**/SourceDatabaseName:**|**/sdn**|{string}|Defines the name of the source database. |
53
76
|**/SourceEncryptConnection:**|**/sec**|{True|False}|Specifies if SQL encryption should be used for the source database connection. |
54
-
|**/SourceFile:**|**/sf**|{string}|Specifies a source file to be used as the source of action instead of a database. If this parameter is used, no other source parameter shall be valid. |
77
+
|**/SourceFile:**|**/sf**|{string}|Specifies a source file to be used as the source of action instead of a database from local storage. If this parameter is used, no other source parameter shall be valid. |
55
78
|**/SourcePassword:**|**/sp**|{string}|For SQL Server Auth scenarios, defines the password to use to access the source database. |
56
79
|**/SourceServerName:**|**/ssn**|{string}|Defines the name of the server hosting the source database. |
57
80
|**/SourceTimeout:**|**/st**|{int}|Specifies the timeout for establishing a connection to the source database in seconds. |
0 commit comments