mermerd
mermerd copied to clipboard
MSSQL with a named instance
I'm trying out this tool to hook it into our documentation system but I ran into a snag. My MSSQL server uses a Named Instance that is not the default. I can't quite figure out how to put that instance name in the connection string?
Is this an unsupported scenario?
Sry for the late response
I am not an expert regarding MSSQL, but according to the docs it should work like that sqlserver://username:password@host/instance?param1=value¶m2=value (Source here)
Have you tried to add the instance name after the host?
Any update on the issue? Does it work now?
Not for me.