Feature Support
Connector support for specific features is shown in the following table. Key: Y - Supported; N - Not Supported; N/A - not applicableConnect to Microsoft SQL Server
When establishing a connection to SQL Server, you need to provide the following.-
Specify the connection name and JDBC URL. The JDBC URL for SQL Server database being connected, must be in the format
jdbc:sqlserver://MYSQLSERVERHOST:PORT;databaseName=DATABASE. -
If not using the default
PORTof1433, you can specify a port. For example:jdbc:sqlserver://MYSQLSERVERHOST:1434;databaseName=AdventureWorks2014. - If authentication is required, provide the username and password.
Support for Azure Synapse Data Sources
This connector can also be used to connect to Azure Synapse data sources with the following caveats:- If you use offset, pagination is implemented using the
ROW_NUMBER()function. - When you use a LIKE pattern, use square brackets [ ] as the escape characters.
- When using the IIF function, use the CASE expression.