Skip to content

Commit d9eea63

Browse files
authored
Merge pull request #21618 from MicrosoftDocs/main
4/01 pm publish again
2 parents 556705e + 9134bd6 commit d9eea63

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

azure-sql/index.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# Welcome to azure-sql!
1+
---
2+
title: Azure SQL documentation
3+
description: "Azure SQL is a family of SQL Server database engine products in the cloud, from a fully managed database in Azure SQL Database, a fully managed instance in Azure SQL Managed Instance, or SQL Server installed to virtual machine in Azure."
4+
services: sql-database
5+
ms.service: sql-db-mi
6+
ms.topic: landing-page
7+
author: MashaMSFT
8+
ms.author: mathoma
9+
ms.reviewer: kendralittle
10+
ms.date: 04/01/2021
11+
---
12+
13+
# Azure SQL documentation
14+
15+
See [Azure SQL](/azure/azure-sql/index).

docs/relational-databases/system-dynamic-management-views/sys-dm-workload-management-workload-group-stats-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Returns workload group statistics and the effective values of the workload group
2727
|name|**sysname**|Name of the workload group.||
2828
|statistics_start_time|**datetime**|Time that statistics collection began for the workload group. The value is either when the workload group was created or when instance is paused or scaled.||
2929
|total_request_count|**bigint**|Cumulative count of completed requests in the workload group.||
30-
|total_shared_resource_reqeusts|**bigint**|Cumulative count of completed requests in the workload group that used resources from the shared pool.||
30+
|total_shared_resource_requests|**bigint**|Cumulative count of completed requests in the workload group that go beyond the reserved resources for the workload group and use resources from the shared pool. When the workload group does not have a MinResourcePercentage set, the requests will always be using shared resources and do not register in this count.||
3131
|total_queued_request_count|**bigint**|Cumulative count of requests queued after the max_concurrency limit was reached.||
3232
|total_request_execution_timeouts|**bigint**|Cumulative count of requests in the workload group that timed out before completion based on the query_execution_timeout_sec setting.||
3333
|effective_min_percentage_resource|**tinyint**|The effective min_percentage_resource setting allowed considering the service level and the workload group settings. The effective min_percentage_resource can be adjusted higher on lower service levels. For example, on DW100c, the lowest min_percentage_resource allowable is 25%. The min_percentage_resource is adjusted to 0% if the value cannot be granted at the service level. For example, min_percentage_resource set to 10% at DW6000c, would have an effective_min_percentage_resource of 0% when scaled down to DW100c.||

docs/relational-databases/track-changes/about-change-data-capture-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ To provide more specific performance optimization guidance to customers, more de
5454

5555
- Monitor space utilization closely and test your workload thoroughly before enabling CDC on databases in production.
5656

57-
- Monitor log generation rate. To learn more [here](https://docs.microsoft.com/azure/azure-sql/database/resource-limits-logical-server#resource-consumption-by-user-workloads-and-internal-processes).
57+
- Monitor log generation rate. To learn more [here](/azure/azure-sql/database/resource-limits-logical-server#resource-consumption-by-user-workloads-and-internal-processes).
5858

5959
- Scan/cleanup are part of user workload (user’s resources are used). Performance impact can be substantial since entire rows are added to change tables and for updates operations pre-image is also included.
6060

61-
- Elastic Pools - Number of CDC-enabled databases should not exceed the number of vCores of the pool, in order to avoid latency increase. Learn more about resource management in dense Elastic Pools [here](https://docs.microsoft.com/azure/azure-sql/database/elastic-pool-resource-management).
61+
- Elastic Pools - Number of CDC-enabled databases should not exceed the number of vCores of the pool, in order to avoid latency increase. Learn more about resource management in dense Elastic Pools [here](/azure/azure-sql/database/elastic-pool-resource-management).
6262

6363
- Cleanup – based on the customer's workload, it may be advised to keep the retention period smaller than the default of 3 days, to ensure that the cleanup catches up with all changes in change table. In general, it is good to keep the retention low and track the database size.
6464

0 commit comments

Comments
 (0)