Issue with database connection with instance name
Hello everyone!
I try to connect to my SQL server with instance name.
So standard (and working) connection string looks like that:
jdbc:jtds:sqlserver://serverAdress/DBname;useNTLMv2=true;domain=EU
And now I try to use something like this:
jdbc:jtds:sqlserver://serverAdress/DBname;instancename=myInstanceName;useNTLMv2=true;domain=EU
When I use local Database account for connection - it works. But when I try to use LDAP account for that, it doesn't work.
Maybe someone did have the same problem? Maybe I should change somehow connection string?
Thank you in advance!

