From 337188244f1229dd55035fc1742bb8c050421c13 Mon Sep 17 00:00:00 2001 From: Sean Story Date: Wed, 6 Nov 2024 11:52:06 -0500 Subject: [PATCH] Clarify that MSSQL supports only SQL Server auth (#116340) * Clarify that MSSQL supports only SQL Server auth * typo --- .../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..47fb282b16877 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 Authentication is 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 Authentication is 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.