How to monitor query performance in SQL Azure

Hi Guyz,

We are in the process of migrating to SQL Azure v12 (PAAS) from on-premise DB. While testing that we have identified lot of queries performance is affected badly and i want to trace those queries. Though i am using DMVs for now but the results are not as helpful as of SQL Profiler. What are the other available options for tracing queries in SQL Azure?

Secondly the queries whose performance got affected are mainly "UPDATE" queries. We didn't observe any issue with them in on-premise DB. Do we have to make any special tweaks to query/database in SQL Azure?


September 1st, 2015 9:20am

Hello,

You should try out the Query Store feature which captures the history of queries, plans, and runtime statistics, and retains these for your review.
Have a look at this blog post: http://azure.microsoft.com/en-us/blog/query-store-a-flight-data-recorder-for-your-database/ and at the MSDN docs: https://msdn.microsoft.com/en-us/library/dn817826(v=sql.130).aspx

Hope it helps,

Maja

Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 9:44am


For now you need to rely on DMVs majorly. Just try this : https://azure.microsoft.com/en-us/blog/query-store-a-flight-data-recorder-for-your-database/ and see if helps.


September 1st, 2015 9:47am

Hello,

You should try out the Query Store feature which captures the history of queries, plans, and runtime statistics, and retains these for your review.
Have a look at this blog post: http://azure.microsoft.com/en-us/blog/query-store-a-flight-data-recorder-for-your-database/ and at the MSDN docs: https://msdn.microsoft.com/en-us/library/dn817826(v=sql.130).aspx

Hope it helps,

Maja

Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 1:40pm

Hello,

You should try out the Query Store feature which captures the history of queries, plans, and runtime statistics, and retains these for your review.
Have a look at this blog post: http://azure.microsoft.com/en-us/blog/query-store-a-flight-data-recorder-for-your-database/ and at the MSDN docs: https://msdn.microsoft.com/en-us/library/dn817826(v=sql.130).aspx

Hope it helps,

Maja

September 1st, 2015 1:40pm

Hello,

You should try out the Query Store feature which captures the history of queries, plans, and runtime statistics, and retains these for your review.
Have a look at this blog post: http://azure.microsoft.com/en-us/blog/query-store-a-flight-data-recorder-for-your-database/ and at the MSDN docs: https://msdn.microsoft.com/en-us/library/dn817826(v=sql.130).aspx

Hope it helps,

Maja

Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 1:40pm

Hello,

You should try out the Query Store feature which captures the history of queries, plans, and runtime statistics, and retains these for your review.
Have a look at this blog post: http://azure.microsoft.com/en-us/blog/query-store-a-flight-data-recorder-for-your-database/ and at the MSDN docs: https://msdn.microsoft.com/en-us/library/dn817826(v=sql.130).aspx

Hope it helps,

Maja

September 1st, 2015 1:40pm

Hello,

You should try out the Query Store feature which captures the history of queries, plans, and runtime statistics, and retains these for your review.
Have a look at this blog post: http://azure.microsoft.com/en-us/blog/query-store-a-flight-data-recorder-for-your-database/ and at the MSDN docs: https://msdn.microsoft.com/en-us/library/dn817826(v=sql.130).aspx

Hope it helps,

Maja

Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 1:40pm

Thanks a ton Maja :)
September 2nd, 2015 12:50am

Thanks Harsh & Maja for providing such a useful tool.

Using this tool I have identified that "Clustered Index Update" is taking huge time. As we know that the prerequisite of SQL Azure is every table should have a Clustered Index. So i can't remove the clustered index even if I want. But is there any better way to reduce this operation cost?

Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2015 1:13am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics