Skip to content

Commit 5cca0b1

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/sql-docs-pr into dataprivacy
2 parents b2a5e11 + 11485a8 commit 5cca0b1

19 files changed

Lines changed: 105 additions & 101 deletions

docs/ado/reference/ado-api/executeoptionenum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Specifies how a provider should execute a command.
2727
|**adAsyncFetchNonBlocking**|0x40|Indicates that the main thread never blocks while retrieving. If the requested row has not been retrieved, the current row automatically moves to the end of the file.<br /><br /> If you open a [Recordset](../../../ado/reference/ado-api/recordset-object-ado.md) from a [Stream](../../../ado/reference/ado-api/stream-object-ado.md) containing a persistently stored **Recordset**, **adAsyncFetchNonBlocking** will not have an effect; the operation will be synchronous and blocking.<br /><br /> **adAsynchFetchNonBlocking** has no effect when the [adCmdTableDirect](../../../ado/reference/ado-api/commandtypeenum.md) option is used to open the **Recordset**.|
2828
|**adExecuteNoRecords**|0x80|Indicates that the command text is a command or stored procedure that does not return rows (for example, a command that only inserts data). If any rows are retrieved, they are discarded and not returned.<br /><br /> **adExecuteNoRecords** can only be passed as an optional parameter to the **Command** or **Connection Execute** method.|
2929
|**adExecuteStream**|0x400|Indicates that the results of a command execution should be returned as a stream.<br /><br /> **adExecuteStream** can only be passed as an optional parameter to the **Command Execute** method.|
30-
|**adExecuteRecord**||Indicates that the **CommandText** is a command or stored procedure that returns a single row which should be returned as a **Record** object.|
30+
|**adExecuteRecord**|0x200|Indicates that the **CommandText** is a command or stored procedure that returns a single row which should be returned as a **Record** object.|
3131
|**adOptionUnspecified**|-1|Indicates that the command is unspecified.|
3232

3333
## ADO/WFC Equivalent

docs/big-data-cluster/change-azdata-password.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Update AZDATA_PASSWORD
33
description: Update the `AZDATA_PASSWORD` manually
4-
author: NelGson
5-
ms.author: negust
4+
author: MikeRayMSFT
5+
ms.author: mikeray
66
ms.reviewer: mikeray
77
ms.date: 03/05/2021
88
ms.topic: conceptual

docs/big-data-cluster/hdfs-tiering-manage-permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: HDFS tiering permissions for SQL Server Big Data Clusters
33
titleSuffix: Manage HDFS tiering permissions for SQL Server Big Data Clusters
44
description: Manage security for HDFS tiering on SQL Server Big Data Clusters like permissions on other Linux-based systems.
5-
author: nelgson
6-
ms.author: negust
5+
author: MikeRayMSFT
6+
ms.author: mikeray
77
ms.reviewer: mikeray
88
ms.date: 11/04/2019
99
ms.topic: conceptual

docs/big-data-cluster/hdfs-tiering-mount-adlsgen2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Mount ADLS Gen2 for HDFS tiering
33
titleSuffix: How to mount ADLS Gen2
44
description: This article provide an example of how to configure HDFS tiering with an Azure Data Lake Storage Gen2 data source.
5-
author: nelgson
6-
ms.author: negust
5+
author: MikeRayMSFT
6+
ms.author: mikeray
77
ms.reviewer: mikeray
88
ms.date: 06/29/2020
99
ms.topic: conceptual

docs/big-data-cluster/hdfs-tiering-mount-s3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Mount S3 for HDFS tiering
33
titleSuffix: SQL Server big data clusters
44
description: This article explains how to configure HDFS tiering to mount an external S3 file system into HDFS on a SQL Server 2019 big data cluster.
5-
author: nelgson
6-
ms.author: negust
5+
author: MikeRayMSFT
6+
ms.author: mikeray
77
ms.reviewer: mikeray
88
ms.date: 08/21/2019
99
ms.topic: conceptual

docs/big-data-cluster/hdfs-tiering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Configure HDFS tiering
33
titleSuffix: SQL Server big data clusters
44
description: This article explains how to configure HDFS tiering to mount an external Azure Data Lake Storage file system into HDFS on a SQL Server 2019 big data cluster.
5-
author: nelgson
6-
ms.author: negust
5+
author: MikeRayMSFT
6+
ms.author: mikeray
77
ms.reviewer: mikeray
88
ms.date: 08/21/2019
99
ms.topic: conceptual

docs/big-data-cluster/manage-user-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Manage big data cluster access in Active Directory mode
33
description: Manage access to the big data cluster
4-
author: NelGson
5-
ms.author: negust
4+
author: MikeRayMSFT
5+
ms.author: mikeray
66
ms.reviewer: mikeray
77
ms.date: 08/04/2020
88
ms.topic: conceptual

docs/integration-services/import-export-data/connect-to-a-sql-server-data-source-sql-server-import-and-export-wizard.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,11 @@ Here's the screen that you see after entering the connection string.
112112

113113
## Connect to SQL Server with the Microsoft OLE DB Provider for SQL Server or SQL Server Native Client
114114

115-
> [!IMPORTANT]
116-
> The Microsoft OLE DB Provider for SQL Server and SQL Server Native Client are not supported in versions of SQL Server after SQL Server 2012. Use the ODBC driver instead. To learn more about the transition to the ODBC driver, see the following blog posts.
117-
> - [Microsoft is Aligning with ODBC for Native Relational Data Access](/archive/blogs/sqlnativeclient/microsoft-is-aligning-with-odbc-for-native-relational-data-access)
118-
> - [Introducing the new Microsoft ODBC Drivers for SQL Server](/archive/blogs/sqlnativeclient/introducing-the-new-microsoft-odbc-drivers-for-sql-server)
115+
[Microsoft OLE DB Provider for SQL Server](../../connect/connect-history.md#ole-db) is the current OLE DB provider for SQL Server.
119116

120117
## Other data providers and more info
121118
For info about how to connect to SQL Server with a data provider that's not listed here, see [SQL Server connection strings](https://www.connectionstrings.com/sql-server/). This third-party site also contains more info about the data providers and the connection parameters described on this page.
122119

123120
## See also
124121
[Choose a Data Source](../../integration-services/import-export-data/choose-a-data-source-sql-server-import-and-export-wizard.md)
125-
[Choose a Destination](../../integration-services/import-export-data/choose-a-destination-sql-server-import-and-export-wizard.md)
122+
[Choose a Destination](../../integration-services/import-export-data/choose-a-destination-sql-server-import-and-export-wizard.md)

docs/linux/sql-server-linux-active-directory-authentication.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,11 @@ CONTOSO.COM = {
259259
> [!NOTE]
260260
> While it is not recommended, it is possible to use utilities, such as **realmd**, that set up SSSD while joining the Linux host to the domain, while configuring **disablesssd** to true so that SQL Server uses openldap calls instead of SSSD for Active Directory related calls.
261261
262+
> [!NOTE]
263+
> SQL Server login by using an FQDN (for example, CONTOSO.COM\Username) is not supported. Use the CONTOSO\Username format.
264+
>
265+
> SQL Server logins from Domain Local groups are not supported. Use Global Security Domain groups instead.
266+
262267
## Next steps
263268
264269
In this tutorial, we walked through how to set up Active Directory authentication with SQL Server on Linux. You learned how to:
@@ -272,4 +277,4 @@ In this tutorial, we walked through how to set up Active Directory authenticatio
272277
Next, explore other security scenarios for SQL Server on Linux.
273278
274279
> [!div class="nextstepaction"]
275-
> [Encrypting Connections to SQL Server on Linux](sql-server-linux-encrypted-connections.md)
280+
> [Encrypting Connections to SQL Server on Linux](sql-server-linux-encrypted-connections.md)

docs/machine-learning/administration/monitor-sql-server-machine-learning-services-using-dynamic-management-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use dynamic management views (DMVs) to monitor the execution of external scripts
1818
In this article, you will find the DMVs that are specific for SQL Server Machine Learning Services. You will also find example queries that show:
1919

2020
+ Settings and configuration options for machine learning
21-
+ Active sessions running external Python or scripts
21+
+ Active sessions running external Python or R scripts
2222
+ Execution statistics for the external runtime for Python and R
2323
+ Performance counters for external scripts
2424
+ Memory usage for the OS, SQL Server, and external resource pools

0 commit comments

Comments
 (0)