diff --git a/docs/src/main/sphinx/connector/sqlserver.rst b/docs/src/main/sphinx/connector/sqlserver.rst index f7773388fff0..7d097f63fe9c 100644 --- a/docs/src/main/sphinx/connector/sqlserver.rst +++ b/docs/src/main/sphinx/connector/sqlserver.rst @@ -34,7 +34,7 @@ appropriate for your setup: .. code-block:: properties connector.name=sqlserver - connection-url=jdbc:sqlserver://:;database=;encrypt=false + connection-url=jdbc:sqlserver://:;databaseName=;encrypt=false connection-user=root connection-password=secret @@ -62,7 +62,7 @@ encryption in the connection string with the ``encrypt`` property: .. code-block:: properties - connection-url=jdbc:sqlserver://:;database=;encrypt=false + connection-url=jdbc:sqlserver://:;databaseName=;encrypt=false Further parameters like ``trustServerCertificate``, ``hostNameInCertificate``, ``trustStore``, and ``trustStorePassword`` are details in the `TLS section of