Comments on: March Madness – SQL Azure – sys.dm_exec_sql_text https://thomaslarock.com/2012/03/march-madness-sql-azure-sys-dm_exec_sql_text/ 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 15:24:36 +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_sql_text/#comment-6860 Mon, 02 Apr 2012 15:24:36 +0000 http://thomaslarock.com/?p=8260#comment-6860 […] 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 what […]

]]>
By: March Madness - SQL Azure - sys.dm_exec_query_plan | SQLRockstar | Thomas LaRock https://thomaslarock.com/2012/03/march-madness-sql-azure-sys-dm_exec_sql_text/#comment-6847 Thu, 29 Mar 2012 19:15:14 +0000 http://thomaslarock.com/?p=8260#comment-6847 […] Madness – SQL Azure – sys.dm_exec_query_plan Yesterday we saw how to use the sys.dm_exec_sql_text table function to return the statement text for the connections or requests that are hitting our instance of SQL […]

]]>
By: March Madness - SQL Azure - sys.dm_exec_requests | SQLRockstar | Thomas LaRock https://thomaslarock.com/2012/03/march-madness-sql-azure-sys-dm_exec_sql_text/#comment-6843 Wed, 28 Mar 2012 16:15:15 +0000 http://thomaslarock.com/?p=8260#comment-6843 […] past three days we have looked at how to see session, connections, and requests. Tomorrow we will start piecing them together to show you how to get some real details out of your SQL Azure […]

]]>