Datalore 2025.6 Help

Microsoft SQL Server

This procedure explains how to configure a Microsoft SQL Server/Microsoft SQL Server (jTds) database connection.

Before you begin

Make sure your database instance is configured to accept incoming connections from the following IP address:

63.33.83.29

Configure a Microsoft SQL Server connection

  1. Open the New Microsoft SQL Server connection dialog.

    1. Open the Attached data tool from the left-hand sidebar.

    2. Switch to the Databases tab. You will see the list of all database connections available from the respective workspace.

    3. Click Plus New database.

      The Attached data section in a notebook with the Databases tab open
    4. In the New database connection dialog, select Microsoft SQL Server.

    1. In the sidebar on the Home page, select the workspace where you want to create a Microsoft SQL Server connection.

    2. In the workspace resources, select Document Data and switch to the Databases tab.

      'Databases' tab
    3. Click Plus icon New database connection at the top right.

    4. In the dialog, select Sql server Microsoft SQL Server.

      New database connection dialog
  2. On the General tab, select the connection type.

    • default: to connect by specifying the Host, Port, and Database.

    • URL only: to connect by providing the URL of a pre-built connection.

  3. Proceed based on the selected connection type:

    1. In the Host field, type your server address.

    2. In the Port field, type the port. The default port is 1433.

    3. In the Instance field, type the instance you want to connect to.

    4. Under Authentication, select an authentication method:

      • User & Password: to use your login and password

      • No auth: to connect without authentication required

      • Domain credentials: to connect using Windows domain authentication (for Microsoft SQL Server (jTds) only)

    5. In the User and Password fields, specify your credentials if required by the selected authentication method.

    6. (If Domain credentials is selected) In the Domain field, specify the domain.

    7. In the Database field, type the database name to which you want to connect.

    1. Under Authentication, select an authentication method:

      • User & Password: to use your login and password

      • No auth: to connect without authentication required

      • Domain credentials: to connect using Windows domain authentication (for Microsoft SQL Server (jTds) only)

    2. In the User and Password fields, specify your credentials if required by the selected authentication method.

    3. (If Domain credentials is selected) In the Domain field, specify the domain.

    4. In the URL field, provide the URL of the pre-built connection you want to establish.

    5. (If Domain credentials is selected) In the Domain field, specify the domain.

  4. (Optional) For other options (SSH tunneling, scope inspection, or additional connection parameters), switch to the respective tab of the dialog and follow one of these procedures.

  5. Click the Test connection button at the bottom of the dialog.

  6. Once the connection is successfully tested, click the Create and close button.

Attach the connection to a notebook

  1. If the notebook is not running, start it by clicking Run | Start machine.

  2. In the sidebar, select Attached data and switch to the Databases tab.

  3. Enable the toggle in your Microsoft SQL Server connection.

  1. Open the notebook you want to attach the connection to.

  2. If the notebook is not running, start it by clicking Run | Start machine.

  3. In the sidebar, select Attached data and switch to the Databases tab.

  4. Enable the toggle in your Microsoft SQL Server connection.

    Next steps

    17 November 2025