The following examples show how the MSSQL connector can be used:
In example 1, the MSSQL connector is the source, and an entity is a destination.
In example 2, the MSSQL connector is the destination, and an entity is the source.
For both the examples below, the following are created:
An Entity with the name TEST_MSSQL_Entity with the following fields:
customer_id as integer and is the Primary Key
customer_id
integer
Primary Key
customer_name as string
customer_name
string
customer_email as string
customer_email
Active_status as boolean
Active_status
boolean
Data has already been added to the entity.
2. MSSQL table with columns to be mapped to the entity:
customer_id as integer
customer_name as varchar
varchar
customer_email as varchar
Active_status as bit
bit
3. Connection is established through the MSSQL connector. (click here to see steps for setting up the MSSQL connector)
Last updated 3 years ago