Comments on: March Madness – SQL Azure – sys.dm_exec_requests https://thomaslarock.com/2012/03/march-madness-sql-azure-sys-dm_exec_requests/ Thomas LaRock is an author, speaker, data expert, and SQLRockstar. He helps people connect, learn, and share. Along the way he solves data problems, too. Mon, 02 Apr 2012 02:13:37 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: March Madness - SQL Azure - Wait Events | SQLRockstar | Thomas LaRock https://thomaslarock.com/2012/03/march-madness-sql-azure-sys-dm_exec_requests/#comment-6857 Mon, 02 Apr 2012 02:13:37 +0000 http://thomaslarock.com/?p=8253#comment-6857 […] at first but then I remembered that I could find wait details in system views that we have already seen. That means I can use the following query to gather details about the currently requests and […]

]]>
By: March Madness - SQL Azure - sys.dm_exec_sql_text | SQLRockstar | Thomas LaRock https://thomaslarock.com/2012/03/march-madness-sql-azure-sys-dm_exec_requests/#comment-6842 Wed, 28 Mar 2012 16:08:51 +0000 http://thomaslarock.com/?p=8253#comment-6842 […] Madness – SQL Azure – sys.dm_exec_sql_text Yesterday we were looking at how to find all the current requests that were hitting your SQL Azure instance. We can take the information returned by that system view and use it with a CROSS APPLY to the […]

]]>
By: March Madness - SQL Azure - sys.dm_exec_connections | SQLRockstar | Thomas LaRock https://thomaslarock.com/2012/03/march-madness-sql-azure-sys-dm_exec_requests/#comment-6840 Tue, 27 Mar 2012 18:56:08 +0000 http://thomaslarock.com/?p=8253#comment-6840 […] that query you can poll your SQL Azure instance to track your connections at regular intervals. Tomorrow we will take a look at yet another SQL Azure system view that helps us see what activity is hitting […]

]]>