Skip to main content

Connecting to SQL Server

Overview

SQL Server is a relational database management system developed by Microsoft. You can use Skypoint's built-in connector for importing data from SQL Server.

This document will guide you through the process of connecting SQL Server to Skypoint Modern Data Stack Platform.

Prerequisite

You will need the following details to configure and import data using SQL Server:

  • Server Name
  • Database name
  • Port number
  • Username
  • Password.

Note: You can refer to SQL Server Set up Guide document to learn more about the Prerequisites.


To import data using SQL Server connector

Follow the below steps to create a new dataflow for the SQL Server import connector:

  1. Go to Dataflow > Imports.
  2. Click New dataflow.

The Set dataflow name page appears.


Alt text


  1. In the Set dataflow name page, type dataflow name in the Name text area.
  2. Click Next.

The Choose connector page appears.


Alt text


To add SQL Server connector

  1. In the Choose connector page, select SQL Server connector.

Note: You can use the Search feature to find the connector. Also, the SQL Server connector can be found under Developer Tools category.



Alt text


  1. Enter Display Name for your dataflow in the text area.
  2. Enter Description for your dataflow in the text area.
  3. Click Next.

The SQL Server configuration page appears.


Alt text


To configure SQL Server

Follow below steps to configure the connection to SQL Server:

  1. Enter Server Name in the text area.
  2. Enter Database name in the text area.
  3. Enter Port number in the text area.
  4. Enter User Name in the text area.
  5. Enter Password in the text area.
  6. Click Connect.

The Table Details columns appear.


Alt text


  1. Enter Table Details to process the data.
ItemDescription
PurposeOption to assign a purpose (Data or Metadata) for each table.
Data
Load customer data.
Metadata
Load Metadata.
Table NameDisplays the imported table name.
Table SchemaDisplays the schema or structure of the table.
Table TypeDisplays the type of created table.
  1. Click Save.

Run, edit, and delete the imported data

Once you save the connector, the SQL Server connector gets displayed in the list of tables created in the Dataflow page.


Alt text


ItemDescription
NameDisplays name of the imported Dataflow.
TypeDisplays connector type symbol.
StatusIndicates whether the data is imported successfully.
Tables CountDisplays the number of tables.
Created DateDisplays date of creation.
Last refresh typeDisplays the refresh value. You can see the value is Full or Incremental after the last refresh of data.
Updated DateDisplays last modified date.
Last RefreshDisplays the latest refresh date. This date will get updated whenever you refresh the data.
Group byOption to view the items in a specific Group (For example, name, type, status).
  • Select the horizontal ellipsis in the Actions column and do the following:
If you want toThen
Modify the DataflowSelect Edit and modify the Dataflow. Click Save to apply your changes.
Execute the DataflowSelect Run.
Bring the data to its previous stateSelect Rollback.
Delete the DataflowSelect Remove and then click the Delete button. All tables in the data source get deleted.
See the run history of the DataflowSelect Run history.

Next step

After completing the data import, start the Master Data Management (MDM) - Stitch process to develop a unified view of your customers.