SQL Server - Specify Provider

Hi All,

I was wondering if there is a way to specify the provider inside the host parameter when connecting Grafana to an MSSQL database since you can specify multiple connection properties such as ApplicationIntent using the ‘;’ character to separate each property.

Something like an .udl file
Provider=SQLNCLI11.1;Persist Security Info=False;User ID=XXXX;Initial Catalog=Database1;Data Source=localhost;Initial File Name=“”;Server SPN=“”

Grafana version 9.0.1

Cheers and thanks for the help

1 Like