Used to connect to Azure Synapse SQL.
Template Name | Description |
---|---|
Azure Synapse SQL | The standard connection string for connecting to an Azure Synapse SQL instance, which requires the server, database name, and username and password. You can choose to add your username and password to the connection string or the separate fields available above the connection string field. |
You can copy the connection string template below into the connection string field in Loome Monitor and then replace the placeholders with your own details.
Template | Example |
---|---|
Server=YOUR_SERVER ,1433;Initial Catalog=YOUR_DATABASE_NAME ;Persist Security Info=False;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30; |
Server=tcp:sample-synapse.sql.azuresynapse.net,1433;Initial Catalog=Sample;Persist Security Info=False;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30; |