Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit d0077ec

Browse files
authored
Merge pull request #5539 from EricBuMSFT/patch-6
Adding information about basic authentication support
2 parents 349d581 + 438584f commit d0077ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/relational-databases/polybase/polybase-configure-sql-server.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ The following Transact-SQL commands are used in this section:
4444
CREATE DATABASE SCOPED CREDENTIAL SqlServerCredentials
4545
WITH IDENTITY = 'username', SECRET = 'password';
4646
```
47+
>[!IMPORTANT]
48+
>The SQL ODBC Connector for PolyBase only supports basic authentication, not Kerberos authentication.
4749

4850
1. Create an external data source with [CREATE EXTERNAL DATA SOURCE](../../t-sql/statements/create-external-data-source-transact-sql.md). The following example:
4951

0 commit comments

Comments
 (0)