Skip to content

Commit 56bb869

Browse files
Added SSMS links
1 parent 73e5146 commit 56bb869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-monitor-tune-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Azure SQL Database **provides the advices that can help you troubleshoot and fix
3434
You have the following options for monitoring and troubleshooting database performance:
3535

3636
- In the [Azure portal](https://portal.azure.com), click **SQL databases**, select the database, and then use the Monitoring chart to look for resources approaching their maximum. DTU consumption is shown by default. Click **Edit** to change the time range and values shown.
37-
- Tools such as SQL Server Management Studio provide many useful reports where you can monitor resource utilization and identify top resource consuming queries.
37+
- Tools such as SQL Server Management Studio provide many useful reports like a [Performance Dashboard](https://docs.microsoft.com/sql/relational-databases/performance/performance-dashboard?view=sql-server-2017) where you can monitor resource utilization and identify top resource consuming queries, or [Query Store](https://docs.microsoft.com/sql/relational-databases/performance/monitoring-performance-by-using-the-query-store#Regressed) where you can identify the queries with regressed performance.
3838
- Use [Query Performance Insight](sql-database-query-performance.md) the [Azure portal](https://portal.azure.com) in to identify the queries that spend the most of resources. This feature is available in Single Database and Elastic Pools only.
3939
- Use [SQL Database Advisor](sql-database-advisor-portal.md) to view recommendations for creating and dropping indexes, parameterizing queries, and fixing schema issues. This feature is available in Single Database and Elastic Pools only.
4040
- Use [Azure SQL Intelligent Insights](sql-database-intelligent-insights.md) for automatic monitoring of your database performance. Once a performance issue is detected, a diagnostic log is generated with details and Root Cause Analysis (RCA) of the issue. Performance improvement recommendation is provided when possible.

0 commit comments

Comments
 (0)