Database
Specifies the name of the Azure Synapse SQL database that the provider connects to at login.
Data Type
string
Default Value
""
Remarks
This property specifies the name of the Azure Synapse database running on the specified Server.
If your workspace contains more than one database or pool, set this property to the exact database name shown in Synapse Studio. Doing so guarantees that every command starts in the correct context and avoids wrong-database errors.
Leaving the field blank is acceptable in single-database workspaces since you can also switch later with a USE <dbName> statement, but declaring the database up front is safer and makes connection strings self-documenting.