database

March Madness – SQL Azure – Wait Events

March Madness – SQL Azure – Wait Events

Yesterday we discussed one way to improve query performance in SQL Azure by making sure your statistics are kept up to date. In today’s penultimate post we look at another way to get information about your queries in SQL Azure: wait events.
One of the first things I noticed that was missing from SQL Azure was [...]

March Madness – SQL Azure – UPDATE STATISTICS

March Madness – SQL Azure – UPDATE STATISTICS

Yesterday we looked at a handful of queries that you can use with the sys.dm_exec_query_stats system view to return information about the activity on your instance of SQL Azure. Today we will talk about one way you can help yourself to improve performance for your SQL Azure instance: updating statistics.
If you check the list of [...]

March Madness – SQL Azure – sys.dm_exec_query_stats

March Madness – SQL Azure – sys.dm_exec_query_stats

Yesterday we saw how to view the query plan for the statements hitting your SQL Azure instance. Looking at the statement and the plan itself is good, but it does not give you a complete picture for performance tuning. For that you will need some historical context. One way to get such context is to [...]