Skip to content

Commit

Permalink
Update mssql_jdbc_connect_strings.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmano1 authored May 16, 2024
1 parent 813cd36 commit 194fe8a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions mssql_jdbc_connect_strings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,4 @@ jdbc:sqlserver://<HOST>[:<PORT>];databaseName=<DB>;[instanceName=<PARAM>;]authen

JTDS:

SQL Server Auth:
jdbc:jtds:sqlserver://<HOST>[:<PORT>][/<DB>];user=<USER>;password=<PASSWORD>;ssl=request[;instance=<PARAM>]

Windows Auth:
jdbc:jtds:sqlserver://<HOST>[:<PORT>]/<DB>;domain=<PARAM2>;useNTLMv2=true;ssl=request[;instance=<PARAM>]

Windows Auth, Current User:
jdbc:jtds:sqlserver://<HOST>[:<PORT>]/<DB>;domain=<PARAM2>;useNTLMv2=true;ssl=request[;instance=<PARAM>]
REMOVED. Use MS JDBC since it is maintained.

0 comments on commit 194fe8a

Please sign in to comment.