I am using the jTDS driver in a Java application. The database administrator told me that the SQL Server instance name is
MSSQL-DB09v1\v1
How should I write the connection URL?
I have been using something like
jdbc:jtds:sqlserver://server-name/database_name
for some time and it works well, but don't know the right connection string when the instance name contains a backslash.