SQL Server 2019 JDBC Connection Information
To access SQL Server 2019 Big Data Cluster (BDC), use the following format for the JDBC connection
string:
jdbc:sqlserver://<ip>:<port>;databaseName=<database name>
- ip - IP address of the SQL Server master instance.
- port - Port number of the SQL Server master instance.
- database name - Name of the database to use.
Use the SQL Server user name and password with this connection string.