UiPath Documentation
industry-department-solutions
latest
false
UiPath logo, featuring letters U and I in white

Supply Chain & Retail Solutions user guide

Last updated Apr 16, 2026

Configuring a Microsoft SQL Server connector

A Microsoft SQL Server connector extracts data directly from your SQL Server instances into Peak, enabling you to pull specific datasets for analysis.

Prerequisites

Before configuring a Microsoft SQL Server connector, ensure you meet the following requirements:

  • You have access to Peak with permissions to configure Data Sources.
  • You have SQL Server credentials (host, port, username, password, database name).
  • Your SQL Server instance is accessible from Peak (network connectivity and firewall rules configured).

Configuring the connection

  1. In Peak, open Manage and select Data Sources.
  2. Select Add feed and choose the MSSQL connector.
  3. At the Connection stage, either select an existing connection from the dropdown or select New connection.
  4. Enter the connection parameters. See Connection parameters.
  5. Select Test to validate the connection. If the test fails, hover over the info icon for details.
  6. Select Save and proceed to the next stage.

Connection parameters

ParameterDescription
Connection nameA name for this connection. Use alphanumeric characters.
Database hostThe hostname, IP address, or full server name in host\server format.
Database portThe port your database uses (typically 1433).
Database usernameA user with DBA or SYSDBA privileges.
Database passwordThe password for the database user.
Database nameThe name of the database.

Connecting through SSH

If your database requires an SSH tunnel, select Connect through SSH and enter the following:

ParameterDescription
SSH host or IPThe SSH server host or IP address.
SSH portThe SSH port (typically 22).
SSH userThe SSH server username.
SSH passwordOptional. The SSH server password.
Public keyRequired if no password is used. Copy the public key and add it to the SSH server.

Peak's external IP address is the same across all tenants. Add it to your SSH server allowlist to allow the connection.

Configuring import settings

  1. Select the database table to ingest and preview the data.
  2. Select a load type: Truncate and insert, Incremental, or Upsert. See Load types.
  3. Optionally, add field filters by operator and value.
  4. Add a primary key if using the upsert load type (required for upsert).
  5. Enter a feed name following these rules:
    • Use only alphanumeric characters and underscores.
    • Must start with a letter.
    • Must not end with an underscore.
    • Maximum 50 characters.

Configuring the destination

Select where your data will be ingested. Available options depend on your configured data warehouse. See Destination options.

Configuring the trigger

Set up how and when the feed runs. See Triggers and watchers.

Result

Peak creates the MSSQL connector feed and runs it according to the selected trigger. You can monitor feed runs and troubleshoot failures from Manage > Data Sources.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated