MS SQL instances not connecting

Hi there, Has anyone had issues with connecting with MS SQL instances?
Tried below config but will not work:

[[inputs.sqlserver]]
name_prefix = “MSSQL.”
servers = [
“Server=servername\instancename;Port=1433;User Id=telegraf;Password=password app name=telegraf;log=1;”
]

MS MQL dynamic port was enabled. This will be disabled.

1 Like