Microsoft SQL Server (Structured Query Language) is a proprietary relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications—which may run either on the same computer or on another computer across a network.
destinations
section where you can manage your destinations.Add destination
button.Microsoft SQL
from the list of available destination types.Host
The hostname or IP address of the server where your MicrosoftSQL database is hosted.
Port
The port number on which your MicrosoftSQL server is listening (default is 1433).
Database
The name of the database you want to connect to.
Schema
The schema within your MicrosoftSQL database you wish to access. The default schema for Microsoft SQL Server is dbo.
Username
The username used to access the database.
Password
The password associated with the username.
Enter these details in the respective fields on the connector configuration page and press continue.