CreateMsSQLConnectionString
Alias:CreateMsSQLConnectionString
Output:Entity
Creates an MSSQL connection string
Parameter | Type | Required | Position | Default Value | Summary |
---|---|---|---|---|---|
Server | string | ✔ | 1 | The server address (and port) | |
Database Db | string | ✔ | 2 | The database to run the query against | |
UserName | string | 3 | Use integrated security if not set. | The username for database access. | |
Password | string | 4 | Use integrated security if not set. | The password for database access. |