MS SQL Server Market Data Connector
Microsoft SQL Server Data Connector based on Microsoft JDBC Driver for SQL Server.
Configuration
Data Connector Parameters
| Parameter | Default Value | Description |
|---|---|---|
| Server Host | localhost | Host name/IP address of the SQL Server. |
| Server Port | 1433 | Port of the SQL Server. |
| Database Name | N/A | The name of the SQL Server database. |
| Integrated Security | false | This option allows to connect to SQL Server using Windows Authentication. If the option is selected, the current Windows account credentials are used for authentication. Otherwise, the data connector will connect to SQL Server using SQL Server Authentication. The default value for this option is false. |
| User Name | N/A | User name for connecting to SQL Server database using SQL Server Authentication. |
| Password | N/A | Password for connecting to SQL Server database using SQL Server Authentication. |
| Type Schema File | N/A | Path to the type schema file. |
| Polling Interval | 1H | The data connector will request new data from the SQL Server database at the specified interval. |
| SQL Server Time Zone | UTC | Time zone of the SQL Server database. This parameter is used to correctly retrieve Timestamp values. |
| Exchange Name | SQLSERVER | Exchange name for this session. |
Symbology
TBD