{"id":1238,"date":"2018-04-18T12:23:49","date_gmt":"2018-04-18T11:23:49","guid":{"rendered":"https:\/\/dbafox.com\/?p=1238"},"modified":"2018-08-03T11:14:14","modified_gmt":"2018-08-03T10:14:14","slug":"sql-server-memory-and-cpu-consumption","status":"publish","type":"post","link":"https:\/\/dbafox.com\/?p=1238","title":{"rendered":"SQL Server &#8211; Memory and CPU Consumption"},"content":{"rendered":"<pre class=\"brush: sql; title: ; notranslate\" title=\"\">\r\n-- total buffer usage by database for current instance\r\nWITH DB_CPU_Stats\r\nAS\r\n(SELECT DatabaseID, DB_Name(DatabaseID) AS &#x5B;DatabaseName], SUM(total_worker_time) AS &#x5B;CPU_Time_Ms]\r\n FROM sys.dm_exec_query_stats AS qs\r\n CROSS APPLY (SELECT CONVERT(int, value) AS &#x5B;DatabaseID] \r\n              FROM sys.dm_exec_plan_attributes(qs.plan_handle)\r\n              WHERE attribute = N'dbid') AS F_DB\r\n GROUP BY DatabaseID)\r\nSELECT ROW_NUMBER() OVER(ORDER BY &#x5B;CPU_Time_Ms] DESC) AS &#x5B;row_num],\r\n       DatabaseName, &#x5B;CPU_Time_Ms], \r\n       CAST(&#x5B;CPU_Time_Ms] * 1.0 \/ SUM(&#x5B;CPU_Time_Ms]) OVER() * 100.0 AS DECIMAL(5, 2)) AS &#x5B;CPUPercent]\r\nFROM DB_CPU_Stats\r\nWHERE DatabaseID &gt; 4 -- system databases\r\nAND DatabaseID &lt;&gt; 32767 -- ResourceDB\r\nORDER BY row_num OPTION (RECOMPILE);\r\n\r\n-- Memory utilization by database\r\nSELECT DB_NAME(database_id) AS &#x5B;Database Name],\r\nCOUNT(*) * 8\/1024.0 AS &#x5B;Cached Size (MB)]\r\nFROM sys.dm_os_buffer_descriptors\r\nWHERE database_id &gt; 4 -- system databases\r\nAND database_id &lt;&gt; 32767 -- ResourceDB\r\nGROUP BY DB_NAME(database_id)\r\nORDER BY &#x5B;Cached Size (MB)] DESC OPTION (RECOMPILE);\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>&#8212; total buffer usage by database for current instance WITH DB_CPU_Stats AS (SELECT DatabaseID, DB_Name(DatabaseID) AS &#x5B;DatabaseName], SUM(total_worker_time) AS &#x5B;CPU_Time_Ms] FROM sys.dm_exec_query_stats AS qs CROSS APPLY (SELECT CONVERT(int, value) AS &#x5B;DatabaseID] FROM sys.dm_exec_plan_attributes(qs.plan_handle) WHERE attribute = N&#8217;dbid&#8217;) AS F_DB GROUP &hellip; <a href=\"https:\/\/dbafox.com\/?p=1238\">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-1238","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 - Memory and CPU Consumption - 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=1238\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SQL Server - Memory and CPU Consumption - dbafox\" \/>\n<meta property=\"og:description\" content=\"-- total buffer usage by database for current instance WITH DB_CPU_Stats AS (SELECT DatabaseID, DB_Name(DatabaseID) AS &#x5B;DatabaseName], SUM(total_worker_time) AS &#x5B;CPU_Time_Ms] FROM sys.dm_exec_query_stats AS qs CROSS APPLY (SELECT CONVERT(int, value) AS &#x5B;DatabaseID] FROM sys.dm_exec_plan_attributes(qs.plan_handle) WHERE attribute = N&#039;dbid&#039;) AS F_DB GROUP &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbafox.com\/?p=1238\" \/>\n<meta property=\"og:site_name\" content=\"dbafox\" \/>\n<meta property=\"article:published_time\" content=\"2018-04-18T11:23:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-08-03T10:14:14+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=1238\",\"url\":\"https:\/\/dbafox.com\/?p=1238\",\"name\":\"SQL Server - Memory and CPU Consumption - dbafox\",\"isPartOf\":{\"@id\":\"https:\/\/dbafox.com\/#website\"},\"datePublished\":\"2018-04-18T11:23:49+00:00\",\"dateModified\":\"2018-08-03T10:14:14+00:00\",\"author\":{\"@id\":\"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb\"},\"breadcrumb\":{\"@id\":\"https:\/\/dbafox.com\/?p=1238#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbafox.com\/?p=1238\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbafox.com\/?p=1238#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbafox.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SQL Server &#8211; Memory and CPU Consumption\"}]},{\"@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 - Memory and CPU Consumption - 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=1238","og_locale":"en_GB","og_type":"article","og_title":"SQL Server - Memory and CPU Consumption - dbafox","og_description":"-- total buffer usage by database for current instance WITH DB_CPU_Stats AS (SELECT DatabaseID, DB_Name(DatabaseID) AS &#x5B;DatabaseName], SUM(total_worker_time) AS &#x5B;CPU_Time_Ms] FROM sys.dm_exec_query_stats AS qs CROSS APPLY (SELECT CONVERT(int, value) AS &#x5B;DatabaseID] FROM sys.dm_exec_plan_attributes(qs.plan_handle) WHERE attribute = N'dbid') AS F_DB GROUP &hellip; Continue reading &rarr;","og_url":"https:\/\/dbafox.com\/?p=1238","og_site_name":"dbafox","article_published_time":"2018-04-18T11:23:49+00:00","article_modified_time":"2018-08-03T10:14:14+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=1238","url":"https:\/\/dbafox.com\/?p=1238","name":"SQL Server - Memory and CPU Consumption - dbafox","isPartOf":{"@id":"https:\/\/dbafox.com\/#website"},"datePublished":"2018-04-18T11:23:49+00:00","dateModified":"2018-08-03T10:14:14+00:00","author":{"@id":"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb"},"breadcrumb":{"@id":"https:\/\/dbafox.com\/?p=1238#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbafox.com\/?p=1238"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dbafox.com\/?p=1238#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbafox.com\/"},{"@type":"ListItem","position":2,"name":"SQL Server &#8211; Memory and CPU Consumption"}]},{"@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-jY","_links":{"self":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/1238","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=1238"}],"version-history":[{"count":2,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/1238\/revisions"}],"predecessor-version":[{"id":1317,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/1238\/revisions\/1317"}],"wp:attachment":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1238"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1238"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1238"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}