Skip to main content

SQL Server Destination Connector

The SQL Server destination connector writes extracted and transformed data from DataSync into a Microsoft SQL Server database, whether hosted on-premises or in the cloud. It serves as the storage destination for your reporting and analytics. Once your destination connections is ready, create your extraction to define what data gets loaded and how.

Create the destination connection in DataSync

  1. Log in to DataSync.
  2. From the welcome screen, select Connections.
  3. Next to Destination Connections, click New.
  4. Select SQL Server.
  5. Enter all required connection properties.
  6. (Optional) In the Additional Connection Properties panel, click Add property and enter any advanced parameters.
  7. Click Save.

Connection properties

PropertyWhat to enter
DescriptionUnique name for the connection. Example: SQL Server.
ServerServer name or IP address of the SQL Server database. Example: SQLSERVER01\MAIN or 192.168.1.50,1433.
DatabaseName of the SQL Server database to connect to. Example: SalesDB.
UsernameLogin account for accessing the database. Example: dbadmin.
PasswordPassword for this account.
TimeoutTime in seconds to wait before a connection attempt or query execution times out.
EncryptEnables SSL encryption for the connection. Recommended when data security is a priority.
Trust Server CertificateBypasses SSL certificate validation. Enable only if your server uses a self-signed certificate.

Additional connection properties

Use this panel to enter connection string properties not available in the Connection Properties panel. For sensitive values such as passwords, set the type to Encrypted. The value is hidden in the interface and stored encrypted in the back end.

PropertyWhat to enter
PropertyConnection string property that defines the action or behavior. Example: ReadOnly.
ValueValue for the property. Example: True.
TypeVisibility settings: Visible or Encrypted.