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

Commit 406f44d

Browse files
committed
Fix links
1 parent 59e531e commit 406f44d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/connect/odbc/linux-mac/connecting-with-bcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This switch is used by the client when connecting to Azure SQL Database or Azure
7575

7676
> [!IMPORTANT]
7777
> The `-G` option only applies to Azure SQL Database and Azure Synapse Analytics.
78-
> AAD Interactive Authentication is not currently supported on Linux or macOS. AAD Integrated Authentication requires [Microsoft ODBC Driver 17 for SQL Server](../connect/odbc/download-odbc-driver-for-sql-server.md) version 17.6.1 or higher and a properly [configured Kerberos environment](using-integrated-authentication#configure-kerberos).
78+
> AAD Interactive Authentication is not currently supported on Linux or macOS. AAD Integrated Authentication requires [Microsoft ODBC Driver 17 for SQL Server](../download-odbc-driver-for-sql-server.md) version 17.6.1 or higher and a properly [configured Kerberos environment](using-integrated-authentication.md#configure-kerberos).
7979
8080
- -k
8181
Specifies that empty columns should retain a null value during the operation, rather than have any default values for the columns inserted.

docs/connect/odbc/linux-mac/connecting-with-sqlcmd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Specifies the input and output code pages. The codepage number is a numeric valu
5656

5757
> [!IMPORTANT]
5858
> The `-G` option only applies to Azure SQL Database and Azure Synapse Analytics.
59-
> AAD Interactive Authentication is not currently supported on Linux or macOS. AAD Integrated Authentication requires [Microsoft ODBC Driver 17 for SQL Server](../connect/odbc/download-odbc-driver-for-sql-server.md) version 17.6.1 or higher and a properly [configured Kerberos environment](using-integrated-authentication#configure-kerberos).
59+
> AAD Interactive Authentication is not currently supported on Linux or macOS. AAD Integrated Authentication requires [Microsoft ODBC Driver 17 for SQL Server](../download-odbc-driver-for-sql-server.md) version 17.6.1 or higher and a properly [configured Kerberos environment](using-integrated-authentication.md#configure-kerberos).
6060
6161
- -h *number_of_rows* Specify the number of rows to print between the column headings.
6262

docs/tools/bcp-utility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Specifies that identity value or values in the imported data file are to be used
216216

217217
> [!IMPORTANT]
218218
> The **-G** option only applies to Azure SQL Database and Azure Synapse Analytics.
219-
> AAD Interactive Authentication is not currently supported on Linux or macOS. AAD Integrated Authentication requires [Microsoft ODBC Driver 17 for SQL Server](../connect/odbc/download-odbc-driver-for-sql-server.md) version 17.6.1 or higher and a properly [configured Kerberos environment](../connect/odbc/linux-mac/using-integrated-authentication#configure-kerberos).
219+
> AAD Interactive Authentication is not currently supported on Linux or macOS. AAD Integrated Authentication requires [Microsoft ODBC Driver 17 for SQL Server](../connect/odbc/download-odbc-driver-for-sql-server.md) version 17.6.1 or higher and a properly [configured Kerberos environment](../connect/odbc/linux-mac/using-integrated-authentication.md#configure-kerberos).
220220
221221
> [!TIP]
222222
> To check if your version of bcp includes support for Azure Active Directory Authentication (AAD) type **bcp --** (bcp\<space>\<dash>\<dash>) and verify that you see -G in the list of available arguments.

docs/tools/sqlcmd-utility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ This switch is used by the client when connecting to SQL Database or Azure Synap
195195
- **Azure Active Directory Integrated**
196196
197197
For Azure Active Directory Integrated authentication, provide the **-G** option without a user name or password.
198-
*AAD Integrated Authentication requires [Microsoft ODBC Driver 17 for SQL Server](../connect/odbc/download-odbc-driver-for-sql-server.md) version 17.6.1 or higher and a properly [configured Kerberos environment](../connect/odbc/linux-mac/using-integrated-authentication#configure-kerberos).*.
198+
*AAD Integrated Authentication requires [Microsoft ODBC Driver 17 for SQL Server](../connect/odbc/download-odbc-driver-for-sql-server.md) version 17.6.1 or higher and a properly [configured Kerberos environment](../connect/odbc/linux-mac/using-integrated-authentication.md#configure-kerberos).*.
199199
200200
```cmd
201201
Sqlcmd -S Target_DB_or_DW.testsrv.database.windows.net -G

0 commit comments

Comments
 (0)