Skip to content

Commit 178d1e6

Browse files
Merge branch 'master' of https://github.com/MicrosoftDocs/sql-docs-pr into us1613578c
2 parents 44ff442 + cba76fa commit 178d1e6

41 files changed

Lines changed: 3610 additions & 3596 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/database-engine/configure-windows/configure-windows-service-accounts-and-permissions.md

Lines changed: 543 additions & 575 deletions
Large diffs are not rendered by default.

docs/database-engine/database-mirroring/create-a-database-mirroring-endpoint-for-windows-authentication-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ms.author: mikeray
116116
117117
- *\<algorithm>* provides the option of specifying the encryption standards for the endpoint. The value of *\<algorithm>* can be one following algorithms or combinations of algorithms: RC4, AES, AES RC4, or RC4 AES.
118118
119-
AES RC4 specifies that this endpoint will negotiate for the encryption algorithm, giving preference to the AES algorithm. RC4 AES specifies that this endpoint will negotiate for the encryption algorithm, giving preference to the RC4 algorithm. If both endpoints specify both algorithms but in different orders, the endpoint accepting the connection wins.
119+
AES RC4 specifies that this endpoint will negotiate for the encryption algorithm, giving preference to the AES algorithm. RC4 AES specifies that this endpoint will negotiate for the encryption algorithm, giving preference to the RC4 algorithm. If both endpoints specify both algorithms but in different orders, the endpoint accepting the connection wins. Provide the same algorithm explicitly to avoid connection errors between different servers.
120120
121121
> [!NOTE]
122122
> The RC4 algorithm is deprecated. [!INCLUDE[ssNoteDepFutureDontUse](../../includes/ssnotedepfuturedontuse-md.md)] We recommend that you use AES.

docs/integration-services/integration-services-error-and-message-reference.md

Lines changed: 2125 additions & 2124 deletions
Large diffs are not rendered by default.

docs/relational-databases/extended-events/advanced-viewing-of-target-data-from-extended-events-in-sql-server.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Advanced view of target data from extended events"
3+
description: Use the advanced features of SQL Server Management Studio to view target data from extended events in rich detail. You can view, export, and manipulate data.
34
ms.date: "05/24/2019"
45
ms.prod: sql
56
ms.prod_service: "database-engine, sql-database"

docs/relational-databases/extended-events/alter-an-extended-events-session.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Alter an Extended Events Session"
3+
description: Use the SQL Server Extended Events Wizard to alter an Extended Events session. Changes you can make depend on whether the session is active and inactive.
34
ms.date: "05/24/2019"
45
ms.prod: sql
56
ms.prod_service: "database-engine, sql-database"

docs/relational-databases/extended-events/convert-an-existing-sql-trace-script-to-an-extended-events-session.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Convert a SQL Trace script to Extended Events session"
3+
description: Use these procedures to create an Extended Events session equivalent to an existing SQL Trace script that you want to convert.
34
ms.date: "03/04/2017"
45
ms.prod: sql
56
ms.prod_service: "database-engine, sql-database"

docs/relational-databases/extended-events/determine-which-queries-are-holding-locks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Determine Which Queries Are Holding Locks"
3+
description: This article shows a method of finding which query holds a lock. Database administrators may need to find the source of locks that hinder database performance.
34
ms.date: "10/18/2019"
45
ms.prod: sql
56
ms.prod_service: "database-engine, sql-database"

docs/relational-databases/extended-events/event-tracing-for-windows-target.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Event Tracing for Windows Target"
3+
description: Learn how to use Event Tracing for Windows (ETW) as a target. Use ETW tracing either together with Extended Events or as an Extended Events event consumer.
34
ms.date: "03/15/2017"
45
ms.prod: sql
56
ms.prod_service: "database-engine, sql-database"

docs/relational-databases/extended-events/extended-events-tools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Extended Events Tools"
3+
description: These tools create and manage SQL Server Extended Events sessions. In addition to sessions you create, there is a default system health session on the server.
34
ms.date: "03/17/2017"
45
ms.prod: sql
56
ms.prod_service: "database-engine, sql-database"

docs/relational-databases/extended-events/extended-events.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "XEvents overview - SQL Server"
3+
description: The SQL Server Extended Events architecture lets you collect data necessary to identify and troubleshoot a performance problem. It is configurable and scalable.
34
ms.date: "07/23/2019"
45
ms.prod: sql
56
ms.prod_service: "database-engine, sql-database"

0 commit comments

Comments
 (0)