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;”
]