mermerd icon indicating copy to clipboard operation
mermerd copied to clipboard

MSSQL with a named instance

Open MarkEwer opened this issue 2 years ago • 4 comments

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?

MarkEwer avatar Jun 05 '23 17:06 MarkEwer

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&param2=value (Source here)

Have you tried to add the instance name after the host?

KarnerTh avatar Jun 13 '23 11:06 KarnerTh

Any update on the issue? Does it work now?

KarnerTh avatar Jul 14 '23 09:07 KarnerTh

Not for me.

MarkEwer avatar Jul 14 '23 11:07 MarkEwer