Microsoft SQL Server connection

This article provides a guide on how to create a Microsoft SQL Server connection in Upsolver.

Create a Microsoft SQL Server connection

1. Enter the connection string in the following format: jdbc:sqlserver://HOST:PORT;Database=DB_NAME where:

  • HOST = host name (e.g. database instance endpoint in AWS RDS)

  • PORT = port number

  • DB_NAME = database name

2. Enter your SQL Server database username.

3. (Optional) Enter the corresponding password.

4. Name this connection.

5. (Optional) Enter in the number of concurrent connections.

circle-exclamation

Last updated

Was this helpful?