Check_MK 1.6.0.p8 EE - Check_SQL + MSSQL Named Instance

Hello,

I want to run a SQL query on an MSSQL Named Instance. Unfortunately there is no way to pass an explicit instance name as an argument.
Is there an alternative way to run a SQL query on a MSSQL named instance?

Greetings

After a long time i found the solution for check_sql.

The following snippet works for me:
check_sql -v --debug -m -d mssql -H “HOST\INSTANCENAME”