{"id":3437,"date":"2021-08-30T08:00:00","date_gmt":"2021-08-30T05:00:00","guid":{"rendered":"https:\/\/www.dataplatform.gr\/?p=3437"},"modified":"2023-05-16T22:03:04","modified_gmt":"2023-05-16T19:03:04","slug":"giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores","status":"publish","type":"post","link":"https:\/\/www.dataplatform.gr\/en\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/","title":{"rendered":"Why doesn&#039;t SQL Server use all CPU Cores?"},"content":{"rendered":"<p>Having a SQL Server Instance installation we can face the following strange situation, while there is a need for CPU usage that never reaches this 100%. In the article we will see what could be the reason and how to fix it.<\/p>\n\n\n\n<p>The image we will see if we go to <strong>Activity Monitor<\/strong> in SQL Server Management Studio is that the chart never exceeds as below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"909\" height=\"355\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-01.png\" alt=\"\" class=\"wp-image-3438\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-01.png 909w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-01-300x117.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-01-768x300.png 768w\" sizes=\"auto, (max-width: 909px) 100vw, 909px\" \/><figcaption class=\"wp-element-caption\">1<\/figcaption><\/figure>\n\n\n\n<p>By running the following query we can see which CPU cores are available:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"sql\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">select cpu_id,scheduler_id,status,is_online from sys.dm_os_schedulers order by scheduler_id;<\/pre>\n\n\n\n<p>We see that out of the 12 cores, 4 are shown as offline:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"352\" height=\"273\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-03.png\" alt=\"\" class=\"wp-image-3439\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-03.png 352w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-03-300x233.png 300w\" sizes=\"auto, (max-width: 352px) 100vw, 352px\" \/><figcaption class=\"wp-element-caption\">2<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Where could it be due to?<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Affinity mask<\/h4>\n\n\n\n<p>The first thought is to have one set <a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/database-engine\/configure-windows\/affinity-mask-server-configuration-option?redirectedfrom=MSDN&amp;view=sql-server-ver15\" target=\"_blank\" rel=\"noreferrer noopener\">Affinity Mask<\/a> in which it has been defined that only specific CPU cores are used by the threads.<\/p>\n\n\n\n<p>We can check if it is enabled with the following query:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"sql\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">sp_configure 'show advanced option',1;\nreconfigure;\ngo\nsp_configure\ngo<\/pre>\n\n\n\n<p>We see that it has the default values, so that&#039;s not it.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"521\" height=\"178\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-02.png\" alt=\"\" class=\"wp-image-3440\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-02.png 521w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-02-300x102.png 300w\" sizes=\"auto, (max-width: 521px) 100vw, 521px\" \/><figcaption class=\"wp-element-caption\">3<\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Resource Governor<\/h4>\n\n\n\n<p>By <a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/relational-databases\/resource-governor\/resource-governor?view=sql-server-ver15\" target=\"_blank\" rel=\"noreferrer noopener\">Resource Governor<\/a> (only for enterprise edition) we can define how many CPU, I\/O resources a user group consumes.<\/p>\n\n\n\n<p>But we see that this is also disabled:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"298\" height=\"340\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-06.png\" alt=\"\" class=\"wp-image-3444\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-06.png 298w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-06-263x300.png 263w\" sizes=\"auto, (max-width: 298px) 100vw, 298px\" \/><figcaption class=\"wp-element-caption\">4<\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">SQL Server Edition<\/h4>\n\n\n\n<p>But could the version of SQL Server be to blame? Yes maybe!!<\/p>\n\n\n\n<p>Checking the version we see that it is Standard Edition:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"852\" height=\"149\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-05.png\" alt=\"\" class=\"wp-image-3442\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-05.png 852w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-05-300x52.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-05-768x134.png 768w\" sizes=\"auto, (max-width: 852px) 100vw, 852px\" \/><figcaption class=\"wp-element-caption\">5<\/figcaption><\/figure>\n\n\n\n<p>In accordance with <a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/sql-server\/editions-and-components-of-sql-server-version-15?view=sql-server-ver15\" target=\"_blank\" rel=\"noreferrer noopener\">manual<\/a> of Microsoft, the Standard edition in SQL Server 2019 has the limitation of 24 cores and up to 4 sockets:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"898\" height=\"484\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-04.png\" alt=\"\" class=\"wp-image-3441\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-04.png 898w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-04-300x162.png 300w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-04-768x414.png 768w\" sizes=\"auto, (max-width: 898px) 100vw, 898px\" \/><figcaption class=\"wp-element-caption\">6 (from docs.microsoft.com)<\/figcaption><\/figure>\n\n\n\n<p>By running the following query we can see how many sockets the Server has:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"sql\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\" data-no-translation=\"\" data-no-auto-translation=\"\">select cpu_count\/hyperthread_ratio from sys.dm_os_sys_info<\/pre>\n\n\n\n<p>In this case we had 6 sockets with 2 cores each, i.e. a total of 12 cores and due to version only 4 sockets were online which left us to use the 8 cores. So that was why the CPU limit was up to 66%.<\/p>\n\n\n\n<p>To solve the problem is all we have to do <strong>if the Server is a Virtual Machine<\/strong>, is to change the number of sockets to up to 4 and increase the number of cores per socket e.g. 2 sockets with 6 cores per socket which again makes us 12 cores.<\/p>\n\n\n\n<p>After this change we will see that we now see all CPU cores online:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"354\" height=\"273\" src=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-07.png\" alt=\"\" class=\"wp-image-3445\" srcset=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-07.png 354w, https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2021\/05\/cpc-07-300x231.png 300w\" sizes=\"auto, (max-width: 354px) 100vw, 354px\" \/><figcaption class=\"wp-element-caption\">7<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Sources:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/sql-server\/editions-and-components-of-sql-server-version-15?view=sql-server-ver15\" target=\"_blank\" rel=\"noreferrer noopener\">Editions and supported features of SQL Server 2019 (15.x)<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/database-engine\/configure-windows\/affinity-mask-server-configuration-option?redirectedfrom=MSDN&amp;view=sql-server-ver15\" target=\"_blank\" rel=\"noreferrer noopener\">affinity mask Server Configuration Option<\/a><\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"<p>Having a SQL Server Instance installation we can face the following strange situation, while there is a need for CPU usage that never reaches this 100%. In the article we will see what could be the reason and how to fix it. The image we will see if we go to the Activity Monitor in SQL Server Management [\u2026]<\/p>","protected":false},"author":1,"featured_media":702,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11,15],"tags":[29,23,48,30,6],"class_list":["post-3437","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-databases","category-ms-sqlserver","tag-databases","tag-microsoft","tag-performance_tuning","tag-rdbms","tag-sqlserver"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u0393\u03b9\u03b1\u03c4\u03af \u03bf SQL Server \u03b4\u03b5\u03bd \u03ba\u03ac\u03bd\u03b5\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03cc\u03bb\u03b1 \u03c4\u03b1 CPU Cores; - DataPlatform.gr<\/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:\/\/www.dataplatform.gr\/en\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0393\u03b9\u03b1\u03c4\u03af \u03bf SQL Server \u03b4\u03b5\u03bd \u03ba\u03ac\u03bd\u03b5\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03cc\u03bb\u03b1 \u03c4\u03b1 CPU Cores; - DataPlatform.gr\" \/>\n<meta property=\"og:description\" content=\"\u0388\u03c7\u03bf\u03bd\u03c4\u03b1\u03c2 \u03bc\u03af\u03b1 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 SQL Server Instance \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03ad\u03c1\u03b8\u03bf\u03c5\u03bc\u03b5 \u03b1\u03bd\u03c4\u03b9\u03bc\u03ad\u03c4\u03c9\u03c0\u03bf\u03b9 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b5\u03be\u03ae\u03c2 \u03c0\u03b5\u03c1\u03af\u03b5\u03c1\u03b3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7, \u03b5\u03bd\u03ce \u03bd\u03b1 \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03b1\u03bd\u03ac\u03b3\u03ba\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 CPU \u03bd\u03b1 \u03bc\u03b7\u03bd \u03c6\u03c4\u03ac\u03bd\u03b5\u03b9 \u03c0\u03bf\u03c4\u03ad \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf 100%. \u03a3\u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf \u03b8\u03b1 \u03b4\u03bf\u03cd\u03bc\u03b5 \u03c0\u03bf\u03c5 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bf\u03c6\u03b5\u03af\u03bb\u03b5\u03c4\u03b1\u03b9 \u03ba\u03b1\u03b9 \u03c0\u03c9\u03c2 \u03c4\u03bf \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03bd\u03bf\u03c5\u03bc\u03b5. \u0397 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b4\u03bf\u03cd\u03bc\u03b5 \u03b1\u03bd \u03c0\u03ac\u03bc\u03b5 \u03c3\u03c4\u03bf Activity Monitor \u03c3\u03c4\u03bf SQL Server Management [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dataplatform.gr\/en\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/\" \/>\n<meta property=\"og:site_name\" content=\"DataPlatform.gr\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/dataplatform.gr\/\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-30T05:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-05-16T19:03:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Stratos Matzouranis\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Stratos Matzouranis\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\\\/\"},\"author\":{\"name\":\"Stratos Matzouranis\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/person\\\/e87bf4fd02b65cb6aa0942f87245bbaf\"},\"headline\":\"\u0393\u03b9\u03b1\u03c4\u03af \u03bf SQL Server \u03b4\u03b5\u03bd \u03ba\u03ac\u03bd\u03b5\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03cc\u03bb\u03b1 \u03c4\u03b1 CPU Cores;\",\"datePublished\":\"2021-08-30T05:00:00+00:00\",\"dateModified\":\"2023-05-16T19:03:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\\\/\"},\"wordCount\":94,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_sqlserver.png\",\"keywords\":[\"Databases\",\"Microsoft\",\"Performance Tuning\",\"RDBMS\",\"SQL Server\"],\"articleSection\":[\"Databases\",\"Microsoft SQL Server\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.dataplatform.gr\\\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\\\/\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\\\/\",\"name\":\"\u0393\u03b9\u03b1\u03c4\u03af \u03bf SQL Server \u03b4\u03b5\u03bd \u03ba\u03ac\u03bd\u03b5\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03cc\u03bb\u03b1 \u03c4\u03b1 CPU Cores; - DataPlatform.gr\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_sqlserver.png\",\"datePublished\":\"2021-08-30T05:00:00+00:00\",\"dateModified\":\"2023-05-16T19:03:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dataplatform.gr\\\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_sqlserver.png\",\"contentUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_sqlserver.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae\",\"item\":\"https:\\\/\\\/www.dataplatform.gr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Databases\",\"item\":\"https:\\\/\\\/www.dataplatform.gr\\\/category\\\/databases\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Microsoft SQL Server\",\"item\":\"https:\\\/\\\/www.dataplatform.gr\\\/category\\\/databases\\\/ms-sqlserver\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"\u0393\u03b9\u03b1\u03c4\u03af \u03bf SQL Server \u03b4\u03b5\u03bd \u03ba\u03ac\u03bd\u03b5\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03cc\u03bb\u03b1 \u03c4\u03b1 CPU Cores;\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#website\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/\",\"name\":\"dataplatform.gr - Sky is not the limit!\",\"description\":\"\u0398\u03b5\u03c9\u03c1\u03af\u03b1, \u03bf\u03b4\u03b7\u03b3\u03bf\u03af \u03ba\u03b1\u03b9 \u03c3\u03ba\u03ad\u03c8\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03bf\u03c5\u03bb\u03b5\u03b9\u03ac \u03c3\u03b1\u03c2 \u03c0\u03b9\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03c0\u03b9\u03bf \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03c0\u03ac\u03bd\u03c9 \u03c3\u03c4\u03b9\u03c2 \u03b2\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd, \u03c3\u03c4\u03b7\u03bd SQL, \u03c3\u03c4\u03bf Business Intelligence \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b3\u03b5\u03bd\u03b9\u03ba\u03cc\u03c4\u03b5\u03c1\u03b1.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dataplatform.gr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#organization\",\"name\":\"dataplatform.gr\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_logo_wbacki.png\",\"contentUrl\":\"https:\\\/\\\/www.dataplatform.gr\\\/wp-content\\\/uploads\\\/2020\\\/06\\\/dp_logo_wbacki.png\",\"width\":322,\"height\":139,\"caption\":\"dataplatform.gr\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/dataplatform.gr\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/dataplatform-gr\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.dataplatform.gr\\\/#\\\/schema\\\/person\\\/e87bf4fd02b65cb6aa0942f87245bbaf\",\"name\":\"Stratos Matzouranis\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g\",\"caption\":\"Stratos Matzouranis\"},\"sameAs\":[\"https:\\\/\\\/www.dataplatform.gr\"],\"url\":\"https:\\\/\\\/www.dataplatform.gr\\\/en\\\/author\\\/stratos-matzouranis\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0393\u03b9\u03b1\u03c4\u03af \u03bf SQL Server \u03b4\u03b5\u03bd \u03ba\u03ac\u03bd\u03b5\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03cc\u03bb\u03b1 \u03c4\u03b1 CPU Cores; - DataPlatform.gr","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:\/\/www.dataplatform.gr\/en\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/","og_locale":"en_US","og_type":"article","og_title":"\u0393\u03b9\u03b1\u03c4\u03af \u03bf SQL Server \u03b4\u03b5\u03bd \u03ba\u03ac\u03bd\u03b5\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03cc\u03bb\u03b1 \u03c4\u03b1 CPU Cores; - DataPlatform.gr","og_description":"\u0388\u03c7\u03bf\u03bd\u03c4\u03b1\u03c2 \u03bc\u03af\u03b1 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 SQL Server Instance \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03ad\u03c1\u03b8\u03bf\u03c5\u03bc\u03b5 \u03b1\u03bd\u03c4\u03b9\u03bc\u03ad\u03c4\u03c9\u03c0\u03bf\u03b9 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03b5\u03be\u03ae\u03c2 \u03c0\u03b5\u03c1\u03af\u03b5\u03c1\u03b3\u03b7 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7, \u03b5\u03bd\u03ce \u03bd\u03b1 \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03b1\u03bd\u03ac\u03b3\u03ba\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03c4\u03bf\u03c5 CPU \u03bd\u03b1 \u03bc\u03b7\u03bd \u03c6\u03c4\u03ac\u03bd\u03b5\u03b9 \u03c0\u03bf\u03c4\u03ad \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf 100%. \u03a3\u03c4\u03bf \u03ac\u03c1\u03b8\u03c1\u03bf \u03b8\u03b1 \u03b4\u03bf\u03cd\u03bc\u03b5 \u03c0\u03bf\u03c5 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03bf\u03c6\u03b5\u03af\u03bb\u03b5\u03c4\u03b1\u03b9 \u03ba\u03b1\u03b9 \u03c0\u03c9\u03c2 \u03c4\u03bf \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03bd\u03bf\u03c5\u03bc\u03b5. \u0397 \u03b5\u03b9\u03ba\u03cc\u03bd\u03b1 \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03b4\u03bf\u03cd\u03bc\u03b5 \u03b1\u03bd \u03c0\u03ac\u03bc\u03b5 \u03c3\u03c4\u03bf Activity Monitor \u03c3\u03c4\u03bf SQL Server Management [&hellip;]","og_url":"https:\/\/www.dataplatform.gr\/en\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/","og_site_name":"DataPlatform.gr","article_publisher":"https:\/\/www.facebook.com\/dataplatform.gr\/","article_published_time":"2021-08-30T05:00:00+00:00","article_modified_time":"2023-05-16T19:03:04+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png","type":"image\/png"}],"author":"Stratos Matzouranis","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Stratos Matzouranis","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dataplatform.gr\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/#article","isPartOf":{"@id":"https:\/\/www.dataplatform.gr\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/"},"author":{"name":"Stratos Matzouranis","@id":"https:\/\/www.dataplatform.gr\/#\/schema\/person\/e87bf4fd02b65cb6aa0942f87245bbaf"},"headline":"\u0393\u03b9\u03b1\u03c4\u03af \u03bf SQL Server \u03b4\u03b5\u03bd \u03ba\u03ac\u03bd\u03b5\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03cc\u03bb\u03b1 \u03c4\u03b1 CPU Cores;","datePublished":"2021-08-30T05:00:00+00:00","dateModified":"2023-05-16T19:03:04+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dataplatform.gr\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/"},"wordCount":94,"commentCount":0,"publisher":{"@id":"https:\/\/www.dataplatform.gr\/#organization"},"image":{"@id":"https:\/\/www.dataplatform.gr\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png","keywords":["Databases","Microsoft","Performance Tuning","RDBMS","SQL Server"],"articleSection":["Databases","Microsoft SQL Server"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dataplatform.gr\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dataplatform.gr\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/","url":"https:\/\/www.dataplatform.gr\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/","name":"\u0393\u03b9\u03b1\u03c4\u03af \u03bf SQL Server \u03b4\u03b5\u03bd \u03ba\u03ac\u03bd\u03b5\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03cc\u03bb\u03b1 \u03c4\u03b1 CPU Cores; - DataPlatform.gr","isPartOf":{"@id":"https:\/\/www.dataplatform.gr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dataplatform.gr\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/#primaryimage"},"image":{"@id":"https:\/\/www.dataplatform.gr\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png","datePublished":"2021-08-30T05:00:00+00:00","dateModified":"2023-05-16T19:03:04+00:00","breadcrumb":{"@id":"https:\/\/www.dataplatform.gr\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dataplatform.gr\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dataplatform.gr\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/#primaryimage","url":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png","contentUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_sqlserver.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/www.dataplatform.gr\/giati-o-sql-server-den-kanei-chrisi-ola-ta-cpu-cores\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae","item":"https:\/\/www.dataplatform.gr\/"},{"@type":"ListItem","position":2,"name":"Databases","item":"https:\/\/www.dataplatform.gr\/category\/databases\/"},{"@type":"ListItem","position":3,"name":"Microsoft SQL Server","item":"https:\/\/www.dataplatform.gr\/category\/databases\/ms-sqlserver\/"},{"@type":"ListItem","position":4,"name":"\u0393\u03b9\u03b1\u03c4\u03af \u03bf SQL Server \u03b4\u03b5\u03bd \u03ba\u03ac\u03bd\u03b5\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03cc\u03bb\u03b1 \u03c4\u03b1 CPU Cores;"}]},{"@type":"WebSite","@id":"https:\/\/www.dataplatform.gr\/#website","url":"https:\/\/www.dataplatform.gr\/","name":"dataplatform.gr - Sky is not the limit!","description":"\u0398\u03b5\u03c9\u03c1\u03af\u03b1, \u03bf\u03b4\u03b7\u03b3\u03bf\u03af \u03ba\u03b1\u03b9 \u03c3\u03ba\u03ad\u03c8\u03b5\u03b9\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03bf\u03c5\u03bb\u03b5\u03b9\u03ac \u03c3\u03b1\u03c2 \u03c0\u03b9\u03bf \u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03b9\u03ba\u03ac \u03ba\u03b1\u03b9 \u03c0\u03b9\u03bf \u03b5\u03cd\u03ba\u03bf\u03bb\u03b1 \u03c0\u03ac\u03bd\u03c9 \u03c3\u03c4\u03b9\u03c2 \u03b2\u03ac\u03c3\u03b5\u03b9\u03c2 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd, \u03c3\u03c4\u03b7\u03bd SQL, \u03c3\u03c4\u03bf Business Intelligence \u03ba\u03b1\u03b9 \u03c3\u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b3\u03b5\u03bd\u03b9\u03ba\u03cc\u03c4\u03b5\u03c1\u03b1.","publisher":{"@id":"https:\/\/www.dataplatform.gr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dataplatform.gr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.dataplatform.gr\/#organization","name":"dataplatform.gr","url":"https:\/\/www.dataplatform.gr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dataplatform.gr\/#\/schema\/logo\/image\/","url":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_logo_wbacki.png","contentUrl":"https:\/\/www.dataplatform.gr\/wp-content\/uploads\/2020\/06\/dp_logo_wbacki.png","width":322,"height":139,"caption":"dataplatform.gr"},"image":{"@id":"https:\/\/www.dataplatform.gr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/dataplatform.gr\/","https:\/\/www.linkedin.com\/company\/dataplatform-gr\/"]},{"@type":"Person","@id":"https:\/\/www.dataplatform.gr\/#\/schema\/person\/e87bf4fd02b65cb6aa0942f87245bbaf","name":"Stratos Matzouranis","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ab973bc4bd1673c43d45de5633a624d9ad13c06902dfdd5a6e3fd9885903865e?s=96&d=mm&r=g","caption":"Stratos Matzouranis"},"sameAs":["https:\/\/www.dataplatform.gr"],"url":"https:\/\/www.dataplatform.gr\/en\/author\/stratos-matzouranis\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts\/3437","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/comments?post=3437"}],"version-history":[{"count":1,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts\/3437\/revisions"}],"predecessor-version":[{"id":5457,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/posts\/3437\/revisions\/5457"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/media\/702"}],"wp:attachment":[{"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/media?parent=3437"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/categories?post=3437"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dataplatform.gr\/en\/wp-json\/wp\/v2\/tags?post=3437"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}