Skip to content

Commit 26fef01

Browse files
authored
Merge pull request #102612 from anumjs/t46-releasenotes
adding rebranding @@Version msg
2 parents 82925f9 + 28bc0c5 commit 26fef01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/sql-data-warehouse/release-notes-10-0-10106-0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Use the version identified to confirm which release has been applied to your Azu
3333
| --- | --- |
3434
|**Workload Management Portal Metrics (Preview)**|With the release of [Workload Isolation](/azure/sql-data-warehouse/sql-data-warehouse-workload-isolation) for preview this past October, users can create their own [workload groups](/sql/t-sql/statements/create-workload-group-transact-sql?view=azure-sqldw-latest) to efficiently manage system resources and ensure business SLAs are met. As part of the overall [workload management](/azure/sql-data-warehouse/sql-data-warehouse-workload-management) enhancements for Azure Synapse Analytics, new [workload management monitoring metrics](/azure/sql-data-warehouse/sql-data-warehouse-workload-management-portal-monitor) are now available.</br> </br> Monitoring your workload now has greater insights with the following metrics: </br> - Effective cap resource percent </br> - Effective min resource percent </br> - Workload group active queries </br> - Workload group allocation by max resource percent </br> - Workload group allocation by system percent </br> - Workload group query timeouts </br> - Workload group queued queries </br></br> Use these metrics to identify [workload group bottlenecks](/azure/sql-data-warehouse/sql-data-warehouse-workload-management-portal-monitor#workload-group-bottleneck) or workload groups that are configured with [underutilized workload isolation](/azure/sql-data-warehouse/sql-data-warehouse-workload-management-portal-monitor#underutilized-workload-isolation). These metrics can be used in the Azure Portal that allows splitting by workload group. Filter and pin your favorite graphs to a dashboard for quick access to insights.|
3535
|**Portal Monitoring Metrics**| The following metrics were added to the portal for monitoring overall query activity: </br> - Active queries </br> - Queued queries </br> </br>These metrics are described along with the existing metrics in the [Monitoring resource utilization and query activity documentation](/azure/sql-data-warehouse/sql-data-warehouse-concept-resource-utilization-query-activity).|
36+
|**Product Name**|By June 2020, the product name returned by SELECT @@VERSION will change from Microsoft Azure SQL Data Warehouse to Azure Synapse Analytics. We will publish the schedule in our release notes. This change is relevant for customers who parse product name from the result of SELECT @@VERSION in their application code. To avoid application code changes due to product rebranding, please use these commands to query SERVERPROPERTY for the database product name and version. </br> To return DW version number XX.X.XXXXX.X (without product name) use this command: SELECT SERVERPROPERTY('ProductVersion') </br> To return engine edition, use this command that returns 6 for Azure Synapse Analytics (Formerly SQL Data Warehouse): SELECT SERVERPROPERTY('EngineEdition')|
3637

3738
## October 2019
3839

0 commit comments

Comments
 (0)