Tag: SQLAzure
Azure Recipe #1 – Query Performance Insight and Long Running Queries
Problem You have a SQL Azure database and you wish to identify which queries in your database takes more time to execute. Solution You can use Query Performance Insights in Azure to identify the slow running queries in SQLAzure. The Query Performance Insight provides intelligent query analysis for both single and pooled databases. It is a nice tool that lets you to find queries to…