MSSQL

๐Ÿ’ช Difficulty: advanced

โณ Time to complete: approx: 10-15 min (if your database has a restricted inbound IP security rule, you need to schedule a call with us - weโ€™re working on something better!)

๐Ÿ’ฌ Description

MSSQL is a relational SQL database. If youโ€™re absolutely thrilled to learn more about what that is, check Codecademyโ€™s explanation.

๐Ÿค‘ Use Case

Connecting to an MSSQL database is very helpful if you have your own application that pushes data to a database. Such a database usually contains information on your customers and their behavior, but it could contain many important things.

๐Ÿ› ๏ธ Setup

This Connector should probably be configured by (or with assistance from) your database responsible - youโ€™re also welcome to schedule a call.

Step #1: Host IP

Input the Host IP of your MSSQL in the Less configuration window. Usually looks something like this: 87.398.80.712

Step #2: Host Port

Input the Host Port of your MSSQL in the Less configuration window. Itโ€™s usually 1433.

Step #3: Database Name

Input the Database name of your MSSQL in the Less configuration window.

Step #4: Input Table(s)

Input the names of the MongoDB Collections you want to extract in the Less configuration window. This should be a comma-separated list like table1,table2,table3

Step #5: Username & Password

Input the username and password of a MSSQL account with read access. Everything is encrypted in transit and at rest.

Last updated