RDBMS providers: SQL Server
Overview
Redpoint Data Management v9.6.1 introduces a next-generation set of database providers, including Microsoft SQL Server, with bulk load. These next-generation data providers were rewritten to be more robust and performant.
Next-generation provider features: Refer to RDBMS database providers for additional information.
Connection options: Refer to Configure RDBMS connection options for information about setting options for both next-generation and legacy database providers.
Schemas: Refer to RDBMS schemas for information about schemas for both next-generation and legacy database providers.
This section summarizes the database providers that can connect to Microsoft SQL Server database servers and describes their variants.
Data Management v9.5.3 introduces the following connection attributes (refer to the corresponding properties in Setting the connection properties for more information).
Connection attribute | Description | Default value |
---|---|---|
Encrypt | Set to |
|
Trust server certificate | If Set to |
|
Host name in certificate | The host name to be used to validate the SQL Server TLS/SSL certificate. | null |
Many providers offer authentication variants:
Trusted connections use implicit operating system security based on the login used by the Data Management services.
SQL Auth or Standard Security both refer to SQL Server Authentication.
Many providers offer both "allow reconnect" and "no reconnect" variants. Select the "allow reconnect" option to enable database reconnect for long-running projects that may be susceptible to database disconnects due to cloud-based environmental factors or other issues.
"Allow reconnect" strategies will cause the RDBMS Input tool to spool records until the data set is complete and then move the entire data set at once, rather than streaming records as soon as they are available.
Database name | Database API | Authentication options available | Reconnect option available | Notes |
---|---|---|---|---|
SQL Server | JDBC | SQL Auth, Trusted | Yes | Requires |