{"id":637,"date":"2016-03-11T07:15:20","date_gmt":"2016-03-11T07:15:20","guid":{"rendered":"http:\/\/www.dbafox.com\/?p=637"},"modified":"2017-10-24T13:39:09","modified_gmt":"2017-10-24T13:39:09","slug":"sql-server-display-executed-sql","status":"publish","type":"post","link":"https:\/\/dbafox.com\/?p=637","title":{"rendered":"SQL Server &#8211; Display Executed SQL"},"content":{"rendered":"<p>&nbsp;<\/p>\n<pre class=\"toolbar-overlay:false lang:tsql decode:true \" title=\"Show Recently-Executed SQL\">SELECT * FROM\r\n(\r\nSELECT TOP 10000 SUBSTRING(qt.TEXT, (qs.statement_start_offset\/2)+1,\r\n((CASE qs.statement_end_offset\r\nWHEN -1 THEN DATALENGTH(qt.TEXT)\r\nELSE qs.statement_end_offset\r\nEND - qs.statement_start_offset)\/2)+1) AS [Text],\r\nqs.execution_count,\r\nqs.total_logical_reads, qs.last_logical_reads,\r\nqs.total_logical_writes, qs.last_logical_writes,\r\nqs.total_worker_time\/1000 total_worker_time_in_ms,\r\nqs.last_worker_time\/1000 last_worker_time_in_ms,\r\nqs.total_elapsed_time\/1000 total_elapsed_time_in_ms,\r\nqs.last_elapsed_time\/1000 last_elapsed_time_in_ms,\r\nqs.last_execution_time,\r\nqp.query_plan\r\nFROM sys.dm_exec_query_stats qs\r\nCROSS APPLY sys.dm_exec_sql_text(qs.sql_handle) qt\r\nCROSS APPLY sys.dm_exec_query_plan(qs.plan_handle) qp\r\nORDER BY total_elapsed_time_in_ms DESC\r\n) T\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; SELECT * FROM ( SELECT TOP 10000 SUBSTRING(qt.TEXT, (qs.statement_start_offset\/2)+1, ((CASE qs.statement_end_offset WHEN -1 THEN DATALENGTH(qt.TEXT) ELSE qs.statement_end_offset END &#8211; qs.statement_start_offset)\/2)+1) AS [Text], qs.execution_count, qs.total_logical_reads, qs.last_logical_reads, qs.total_logical_writes, qs.last_logical_writes, qs.total_worker_time\/1000 total_worker_time_in_ms, qs.last_worker_time\/1000 last_worker_time_in_ms, qs.total_elapsed_time\/1000 total_elapsed_time_in_ms, qs.last_elapsed_time\/1000 last_elapsed_time_in_ms, qs.last_execution_time, qp.query_plan FROM sys.dm_exec_query_stats &hellip; <a href=\"https:\/\/dbafox.com\/?p=637\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"pgc_sgb_lightbox_settings":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[24],"tags":[],"class_list":["post-637","post","type-post","status-publish","format-standard","hentry","category-ms-sql-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SQL Server - Display Executed SQL - dbafox<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbafox.com\/?p=637\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SQL Server - Display Executed SQL - dbafox\" \/>\n<meta property=\"og:description\" content=\"&nbsp; SELECT * FROM ( SELECT TOP 10000 SUBSTRING(qt.TEXT, (qs.statement_start_offset\/2)+1, ((CASE qs.statement_end_offset WHEN -1 THEN DATALENGTH(qt.TEXT) ELSE qs.statement_end_offset END - qs.statement_start_offset)\/2)+1) AS [Text], qs.execution_count, qs.total_logical_reads, qs.last_logical_reads, qs.total_logical_writes, qs.last_logical_writes, qs.total_worker_time\/1000 total_worker_time_in_ms, qs.last_worker_time\/1000 last_worker_time_in_ms, qs.total_elapsed_time\/1000 total_elapsed_time_in_ms, qs.last_elapsed_time\/1000 last_elapsed_time_in_ms, qs.last_execution_time, qp.query_plan FROM sys.dm_exec_query_stats &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbafox.com\/?p=637\" \/>\n<meta property=\"og:site_name\" content=\"dbafox\" \/>\n<meta property=\"article:published_time\" content=\"2016-03-11T07:15:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-10-24T13:39:09+00:00\" \/>\n<meta name=\"author\" content=\"Ray Fox\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ray Fox\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbafox.com\/?p=637\",\"url\":\"https:\/\/dbafox.com\/?p=637\",\"name\":\"SQL Server - Display Executed SQL - dbafox\",\"isPartOf\":{\"@id\":\"https:\/\/dbafox.com\/#website\"},\"datePublished\":\"2016-03-11T07:15:20+00:00\",\"dateModified\":\"2017-10-24T13:39:09+00:00\",\"author\":{\"@id\":\"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb\"},\"breadcrumb\":{\"@id\":\"https:\/\/dbafox.com\/?p=637#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbafox.com\/?p=637\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbafox.com\/?p=637#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbafox.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SQL Server &#8211; Display Executed SQL\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbafox.com\/#website\",\"url\":\"https:\/\/dbafox.com\/\",\"name\":\"dbafox\",\"description\":\"DBA Technical Information\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbafox.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb\",\"name\":\"Ray Fox\",\"sameAs\":[\"http:\/\/www.dbafox.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SQL Server - Display Executed SQL - dbafox","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dbafox.com\/?p=637","og_locale":"en_GB","og_type":"article","og_title":"SQL Server - Display Executed SQL - dbafox","og_description":"&nbsp; SELECT * FROM ( SELECT TOP 10000 SUBSTRING(qt.TEXT, (qs.statement_start_offset\/2)+1, ((CASE qs.statement_end_offset WHEN -1 THEN DATALENGTH(qt.TEXT) ELSE qs.statement_end_offset END - qs.statement_start_offset)\/2)+1) AS [Text], qs.execution_count, qs.total_logical_reads, qs.last_logical_reads, qs.total_logical_writes, qs.last_logical_writes, qs.total_worker_time\/1000 total_worker_time_in_ms, qs.last_worker_time\/1000 last_worker_time_in_ms, qs.total_elapsed_time\/1000 total_elapsed_time_in_ms, qs.last_elapsed_time\/1000 last_elapsed_time_in_ms, qs.last_execution_time, qp.query_plan FROM sys.dm_exec_query_stats &hellip; Continue reading &rarr;","og_url":"https:\/\/dbafox.com\/?p=637","og_site_name":"dbafox","article_published_time":"2016-03-11T07:15:20+00:00","article_modified_time":"2017-10-24T13:39:09+00:00","author":"Ray Fox","twitter_misc":{"Written by":"Ray Fox","Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dbafox.com\/?p=637","url":"https:\/\/dbafox.com\/?p=637","name":"SQL Server - Display Executed SQL - dbafox","isPartOf":{"@id":"https:\/\/dbafox.com\/#website"},"datePublished":"2016-03-11T07:15:20+00:00","dateModified":"2017-10-24T13:39:09+00:00","author":{"@id":"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb"},"breadcrumb":{"@id":"https:\/\/dbafox.com\/?p=637#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbafox.com\/?p=637"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dbafox.com\/?p=637#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbafox.com\/"},{"@type":"ListItem","position":2,"name":"SQL Server &#8211; Display Executed SQL"}]},{"@type":"WebSite","@id":"https:\/\/dbafox.com\/#website","url":"https:\/\/dbafox.com\/","name":"dbafox","description":"DBA Technical Information","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbafox.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb","name":"Ray Fox","sameAs":["http:\/\/www.dbafox.com"]}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p3ecMb-ah","_links":{"self":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/637","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=637"}],"version-history":[{"count":4,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/637\/revisions"}],"predecessor-version":[{"id":944,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/637\/revisions\/944"}],"wp:attachment":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=637"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=637"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=637"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}