From 91af86f732e3e1f9e785a3b27c126c1f5e7458c1 Mon Sep 17 00:00:00 2001 From: Sean Story Date: Wed, 6 Nov 2024 11:08:52 -0500 Subject: [PATCH 1/2] Clarify that MSSQL supports only SQL Server auth --- .../connector/docs/connectors-ms-sql.asciidoc | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/reference/connector/docs/connectors-ms-sql.asciidoc b/docs/reference/connector/docs/connectors-ms-sql.asciidoc index 5b6b74e86e621..8c425879222d4 100644 --- a/docs/reference/connector/docs/connectors-ms-sql.asciidoc +++ b/docs/reference/connector/docs/connectors-ms-sql.asciidoc @@ -45,7 +45,9 @@ include::_connectors-create-native.asciidoc[] To use this connector as a *managed connector*, use the *Connector* workflow. See <>. -Users require the `sysadmin` server role. +Users require the `sysadmin` SQL Server role. +Note that SQL Server Authentication is required. +Windows Authenticationis not supported. For additional operations, see <>. @@ -75,10 +77,10 @@ Port:: The port where the Microsoft SQL Server is hosted. Default value is `1433`. Username:: -The username of the account for Microsoft SQL Server. +The username of the account for Microsoft SQL Server (SQL Server Authentication only). Password:: -The password of the account to be used for the Microsoft SQL Server. +The password of the account to be used for the Microsoft SQL Server (SQL Server Authentication only). Database:: Name of the Microsoft SQL Server database. @@ -310,6 +312,8 @@ include::_connectors-create-client.asciidoc[] ===== Usage Users require the `sysadmin` server role. +Note that SQL Server Authentication is required. +Windows Authenticationis not supported. To use this connector as a *self-managed connector*, see <> For additional usage operations, see <>. @@ -350,10 +354,10 @@ Examples: The port where the Microsoft SQL Server is hosted. Default value is `9090`. `username`:: -The username of the account for Microsoft SQL Server. +The username of the account for Microsoft SQL Server. (SQL Server Authentication only) `password`:: -The password of the account to be used for the Microsoft SQL Server. +The password of the account to be used for the Microsoft SQL Server. (SQL Server Authentication only) `database`:: Name of the Microsoft SQL Server database. From 76a5fdef88089635df10b1a41be2a111595f60b8 Mon Sep 17 00:00:00 2001 From: Sean Story Date: Wed, 6 Nov 2024 11:12:37 -0500 Subject: [PATCH 2/2] typo --- docs/reference/connector/docs/connectors-ms-sql.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/connector/docs/connectors-ms-sql.asciidoc b/docs/reference/connector/docs/connectors-ms-sql.asciidoc index 8c425879222d4..47fb282b16877 100644 --- a/docs/reference/connector/docs/connectors-ms-sql.asciidoc +++ b/docs/reference/connector/docs/connectors-ms-sql.asciidoc @@ -47,7 +47,7 @@ See <>. Users require the `sysadmin` SQL Server role. Note that SQL Server Authentication is required. -Windows Authenticationis not supported. +Windows Authentication is not supported. For additional operations, see <>. @@ -313,7 +313,7 @@ include::_connectors-create-client.asciidoc[] Users require the `sysadmin` server role. Note that SQL Server Authentication is required. -Windows Authenticationis not supported. +Windows Authentication is not supported. To use this connector as a *self-managed connector*, see <> For additional usage operations, see <>.