SQL Server
Last updated
Last updated
Use data on SQL Server as Data Source of CDP 365 by choosing SQL Server Connector. How to Create datasource
After selecting the connector, SQL Server will display the datasource creation interface as shown below.
Authentication information for SQL Server Database includes:
Host Name or IP: host name or IP server. Required.
Port: Port sever. Number only. Required
DB name: Database name. Required.
Username: Username to login. Required.
Password: Password to login. Required.
Fill out the information completely. Click the Authenticate button to authenticate.
The successful authentication interface is displayed as shown below. Select the object you want to connect to get information. Includes options: Table, View, Custom Query.
Clicking on the table item will show a list of tables that the authentication login account has access to.
Clicking on the table want to create datasource
Clicking on the View item will show a list of view that the authentication login account has access to.
Clicking on the table want to create datasource
Use the command to retrieve the desired data set. Only Select statements are allowed. Allow query input note: -- or /* */
Enter a query to create a dataset.
After selecting the object, click the connect button to create the datasource