{"id":49023,"date":"2023-01-11T00:00:00","date_gmt":"2023-01-10T23:00:00","guid":{"rendered":"https:\/\/jotelulu.com\/blog\/how-to-upgrade-to-sql-server-2022\/"},"modified":"2023-01-11T00:00:00","modified_gmt":"2023-01-10T23:00:00","slug":"how-to-upgrade-to-sql-server-2022","status":"publish","type":"post","link":"https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/","title":{"rendered":"How to Upgrade to SQL Server 2022"},"content":{"rendered":"<p>In this article, we&rsquo;ll explain&nbsp;<strong>how to upgrade to SQL Server 2022<\/strong>, detailing the different options available and any relevant limitations or requirements.<\/p>\n<p>As we&rsquo;ve talked about many times previously on our blog,&nbsp;<strong>keeping your infrastructure up to date&nbsp;<\/strong>is really important, and with something as critical as your database management system, it&rsquo;s not something you can afford to ignore.<\/p>\n<p>However, it&rsquo;s important to be very careful when updating to the latest version of any software. When software is very new, there&rsquo;s an increased&nbsp;<strong>risk of exposing yourself to bugs&nbsp;<\/strong>that haven&rsquo;t been detected yet or&nbsp;<strong>security flaws&nbsp;<\/strong>that haven&rsquo;t been resolved or patched. That&rsquo;s why it&rsquo;s crucial to&nbsp;<strong>strike a balance between having an up-to-date system<\/strong> and one that has been<strong>&nbsp;duly tested<\/strong>.<\/p>\n<p>Given that a few months have passed since SQL Server 2022 was released, we think we now start looking to upgrade at least some of our databases to the latest version.<\/p>\n<p>&nbsp;<\/p>\n<h2><strong>How to Upgrade to SQL Server 2022<\/strong><\/h2>\n<p>Before we look at the exact process to follow, we want to take a moment to go over a few things you should know before you start, such as whether command-based upgrades are supported, what the system requirements are, etc.<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Which Older Versions Can Upgrade to SQL Server 2022<\/strong><\/h3>\n<p>Unlike some other applications, SQL Server 2022 is not particularly problematic in this regard. You can&nbsp;<strong>upgrade from almost any previous version&nbsp;<\/strong>(from SQL Server 2012 SP4) and you can certainly upgrade from all versions that are currently still supported, which are:<\/p>\n<ul>\n<li>SQL Server 2012 (11.x) SP4 or later<\/li>\n<li>SQL Server 2014 (12.x) SP3 or later<\/li>\n<li>SQL Server 2016 (13.x) SP3 or later<\/li>\n<li>SQL Server 2017 (14.x)<\/li>\n<li>SQL Server 2019 (15.x)<\/li>\n<\/ul>\n<p>If you don&rsquo;t know which&nbsp;<strong>version&nbsp;<\/strong>you have installed, you can use the following&nbsp;<strong>Transact-SQL command&nbsp;<\/strong>to find out:<\/p>\n<p><em>SELECT CONVERT(char(20), SERVERPROPERTY(&lsquo;productlevel&rsquo;));<\/em><\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Hardware Requirements<\/strong><\/h3>\n<p>Obviously, before any system upgrade, it&rsquo;s important to know what the&nbsp;<strong>hardware (and software) needs&nbsp;<\/strong>are. However, we&rsquo;re not going to dwell on this here, as we&rsquo;ve already covered this topic in our article on <a href=\"https:\/\/jotelulu.com\/en-gb\/blog\/installing-sql-server-2022-requirements-and-planning\/\" target=\"_blank\" rel=\"noopener\">requirements and planning for installing SQL Server 2022<\/a>.<\/p>\n<p>In any case, one thing we will point out is that you can only run SQL Server 2022 <strong>on 64-bit platforms<\/strong>.<\/p>\n<p>If you want to upgrade SQL Server from a 32-bit platform to a 64-bit platform, you should&nbsp;<strong>use the migration method<\/strong>, where your data is first exported from one platform and then imported into the other.<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Backups<\/strong><\/h3>\n<p>As with any upgrade or migration, it&rsquo;s vital to make sure you have&nbsp;<strong>backup copies&nbsp;<\/strong>of your databases before you make any changes. You never know when something might unexpectedly go wrong!<\/p>\n<p>If you need more information about this, check out our article titled&nbsp;<a href=\"https:\/\/jotelulu.com\/en-gb\/support\/tutorials\/how-to-back-up-an-sql-server\/\" target=\"_blank\" rel=\"noopener\">How to Back Up an SQL Database<\/a>.<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Recommendations When Upgrading to SQL Server 2022<\/strong><\/h3>\n<p>Firstly, in order to start the upgrade process, you&rsquo;ll need to&nbsp;<strong>check that the Windows Installer service is running<\/strong>. If it is stopped for any reason, you won&rsquo;t be able to run the installation.<\/p>\n<p>Secondly, you should also ensure that your&nbsp;<strong>system is fully up to date&nbsp;<\/strong>and that there are no pending updates or&nbsp;<strong>restarts<\/strong>.<\/p>\n<p>Another thing we recommend is&nbsp;<strong>setting up a trial server&nbsp;<\/strong>using the new version so that you can check that all the features you need are fully functional.<\/p>\n<p><strong>It&rsquo;s also not possible to run different versions of SQL Server on the same machine<\/strong>. In other words, all components for a single instance must be for SQL Server 2022 (16.x).<\/p>\n<p>Lastly, please bear in mind that&nbsp;<strong>it&rsquo;s not possible to install additional packages&nbsp;<\/strong>during the upgrade process. Instead, you&rsquo;ll have to&nbsp;<strong>finish the installation&nbsp;<\/strong>and then add these new packages later.<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>SQL Server Migration Process<\/strong><\/h3>\n<p>Migrating from an older version of SQL Server is a very simple processes and you can use the&nbsp;<strong>Microsoft Assessment and Planning Toolkit (MAP)&nbsp;<\/strong>to help you. You can download this tool&nbsp;<a href=\"https:\/\/go.microsoft.com\/fwlink\/?LinkID=316883\" target=\"_blank\" rel=\"noopener\">here<\/a>.<\/p>\n<p>This general purpose tool allows you to perform various <strong>different types of<\/strong> <strong>migrations<\/strong>, but for this process, you should click on &laquo;Database&raquo;.<\/p>\n<p><figure id=\"attachment_17019\" aria-describedby=\"caption-attachment-17019\" style=\"width: 1280px\" class=\"wp-caption alignnone\"><img decoding=\"async\" data-recalc-dims=\"1\" loading=\"lazy\" class=\"wp-image-17019 size-full\" src=\"https:\/\/i0.wp.com\/jotelulu.com\/wp-content\/uploads\/2023\/01\/Imagen.-Vision-general-de-la-herramienta-MAP-para-la-migracion-de-SQL-Server-1.png?resize=800%2C432&amp;ssl=1\" alt=\"Image - Overview of the MAP tool used for SQL Server migration\" width=\"800\" height=\"432\"><figcaption id=\"caption-attachment-17019\" class=\"wp-caption-text\">Image &ndash; Overview of the MAP tool used for SQL Server migration<\/figcaption><\/figure>\n<\/p>\n<p>It&rsquo;s a very simple tool, but you need to take care to select the correct options. So, make sure you select &laquo;SQL Server&raquo; and select all the elements available.<\/p>\n<p>Once you&rsquo;ve specified the source of the data, you should <strong>assess your local instances using the Data Migration Assistant (DMA)<\/strong>.<\/p>\n<p><figure id=\"attachment_17018\" aria-describedby=\"caption-attachment-17018\" style=\"width: 1437px\" class=\"wp-caption alignnone\"><img decoding=\"async\" data-recalc-dims=\"1\" loading=\"lazy\" class=\"wp-image-17018 size-full\" src=\"https:\/\/i0.wp.com\/jotelulu.com\/wp-content\/uploads\/2023\/01\/Imagen.-Vision-general-de-la-herramienta-DMA-para-la-migracion-de-SQL-Server-1.png?resize=800%2C424&amp;ssl=1\" alt=\"Image - Overview of the DMA used for SQL Server migration\" width=\"800\" height=\"424\"><figcaption id=\"caption-attachment-17018\" class=\"wp-caption-text\">Image &ndash; Overview of the DMA used for SQL Server migration<\/figcaption><\/figure>\n<\/p>\n<p>This tool will allow you to&nbsp;<strong>detect incompatibilities or other issues and will also provide recommendations<\/strong>. For this, you&rsquo;ll have various options such as options that in disuses, changes of behaviour, or important changes in the tool, etc.<\/p>\n<p>Another great thing about this tool is that it provides&nbsp;<strong>information about security, performance&nbsp;<\/strong>and use of&nbsp;<strong>storage<\/strong>, which can really help you to optimise your databases and eliminate any issues.<\/p>\n<p>All these points are reviewed for LTP and AE (Always Encrypted), DDM (Dynamic Data Masking) and TDE (Transparent Data Encryption).<\/p>\n<p>You also have the option to use the <strong>Database Experimentation Assistant (DEA)<\/strong>, which provides a simple way of performing <strong>migration tests&nbsp;<\/strong>for databases. Click <a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=54090\" target=\"_blank\" rel=\"noopener\">here<\/a> to download the DEA.<\/p>\n<p><figure id=\"attachment_17017\" aria-describedby=\"caption-attachment-17017\" style=\"width: 1034px\" class=\"wp-caption alignnone\"><img decoding=\"async\" data-recalc-dims=\"1\" loading=\"lazy\" class=\"wp-image-17017 size-full\" src=\"https:\/\/i0.wp.com\/jotelulu.com\/wp-content\/uploads\/2023\/01\/Imagen-Pequeno-ejemplo-de-pantalla-de-salida-de-DEA-1.png?resize=800%2C354&amp;ssl=1\" alt=\"Image - Example of DEA output screen\" width=\"800\" height=\"354\"><figcaption id=\"caption-attachment-17017\" class=\"wp-caption-text\">Image &ndash; Example of DEA output screen<\/figcaption><\/figure>\n<\/p>\n<p>Once you have checked everything, you should be able to upgrade without any issues.<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Recommendations When Performing a SQL Server 2022 Migration<\/strong><\/h3>\n<p>While it&rsquo;s not the main focus of this article, we&rsquo;re going to just&nbsp;<strong>mention a few things about the migration process<\/strong>. But don&rsquo;t worry, we&rsquo;ll cover this in much more detail in a future article on the <a href=\"https:\/\/jotelulu.com\/en-gb\/blog\/\">Jotelulu blog<\/a>.<\/p>\n<p>Firstly, make sure that <strong>everything is compatible<\/strong> before you perform the migration, just as you would before performing an upgrade.<\/p>\n<p>To do this, <strong>use the DMA tool <\/strong>shown above to <strong>detect any compatibility issues<\/strong>.<\/p>\n<p>The DMA tools will also help <strong>identify any<\/strong><strong> performance issues <\/strong>and will make&nbsp;<strong>recommendations<\/strong>, and this will be a great help when migrating data, schemes, etc.<\/p>\n<p>You can download this tool by clicking <a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=53595\">here<\/a>.<\/p>\n<p>As always, don&rsquo;t forget to <strong>make a backup <\/strong>before you do anything.<\/p>\n<p><strong>It is possible to perform mass data loads from older versions <\/strong>like SQL Server 2008 using traditional methods like scripts or using CLI, but if you choose this method, we recommend <strong>performing exhaustive tests&nbsp;<\/strong>once the process is finished.<\/p>\n<p>&nbsp;<\/p>\n<h2><strong>Conclusion<\/strong><\/h2>\n<p>In this article, we&rsquo;ve covered a number of important tips and recommendations for&nbsp;<strong>upgrading to SQL Server 2022<\/strong>. We&rsquo;ve also looked at the&nbsp;<strong>migration process<\/strong>, though this is a topic that we&rsquo;ll cover more thoroughly in a future article.<\/p>\n<p>We&rsquo;ve also provided links to a few tools that should be really useful for assessing your system and getting prepared for your upgrade or migration process.<\/p>\n<p>We hope that you&rsquo;ve found this article useful.<\/p>\n<p>Thanks for reading!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this article, we&rsquo;ll explain&nbsp;how to upgrade to SQL Server 2022, detailing the different options available and any relevant limitations or requirements. As we&rsquo;ve talked about many times previously on our blog,&nbsp;keeping your infrastructure up to date&nbsp;is really important, and with something as critical as your database management system, it&rsquo;s not something you can afford [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":17013,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[13],"tags":[],"class_list":["post-49023","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud-y-sistemas"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Upgrade to SQL Server 2022<\/title>\n<meta name=\"description\" content=\"We explain\u00a0how to upgrade to SQL Server 2022, detailing the different options available and any limitations or requirements.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Upgrade to SQL Server 2022\" \/>\n<meta property=\"og:description\" content=\"We explain\u00a0how to upgrade to SQL Server 2022, detailing the different options available and any limitations or requirements.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/\" \/>\n<meta property=\"og:site_name\" content=\"Jotelulu\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-10T23:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jotelulu.com\/wp-content\/uploads\/2023\/01\/SQL-update-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1210\" \/>\n\t<meta property=\"og:image:height\" content=\"729\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Juan Ignacio Oller Aznar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Juan Ignacio Oller Aznar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/how-to-upgrade-to-sql-server-2022\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/how-to-upgrade-to-sql-server-2022\\\/\"},\"author\":{\"name\":\"Juan Ignacio Oller Aznar\",\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/#\\\/schema\\\/person\\\/2ae97818cae086c48f108cd74234aca9\"},\"headline\":\"How to Upgrade to SQL Server 2022\",\"datePublished\":\"2023-01-10T23:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/how-to-upgrade-to-sql-server-2022\\\/\"},\"wordCount\":1236,\"image\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/how-to-upgrade-to-sql-server-2022\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jotelulu.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/SQL-update-1.jpg\",\"articleSection\":[\"Cloud y sistemas\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/how-to-upgrade-to-sql-server-2022\\\/\",\"url\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/how-to-upgrade-to-sql-server-2022\\\/\",\"name\":\"How to Upgrade to SQL Server 2022\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/how-to-upgrade-to-sql-server-2022\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/how-to-upgrade-to-sql-server-2022\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jotelulu.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/SQL-update-1.jpg\",\"datePublished\":\"2023-01-10T23:00:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/#\\\/schema\\\/person\\\/2ae97818cae086c48f108cd74234aca9\"},\"description\":\"We explain\u00a0how to upgrade to SQL Server 2022, detailing the different options available and any limitations or requirements.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/how-to-upgrade-to-sql-server-2022\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/how-to-upgrade-to-sql-server-2022\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/how-to-upgrade-to-sql-server-2022\\\/#primaryimage\",\"url\":\"https:\\\/\\\/jotelulu.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/SQL-update-1.jpg\",\"contentUrl\":\"https:\\\/\\\/jotelulu.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/SQL-update-1.jpg\",\"width\":1210,\"height\":729,\"caption\":\"SQL update\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/blog\\\/how-to-upgrade-to-sql-server-2022\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Upgrade to SQL Server 2022\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/#website\",\"url\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/\",\"name\":\"Jotelulu\",\"description\":\"Cloud Paradise for Tech Companies\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/#\\\/schema\\\/person\\\/2ae97818cae086c48f108cd74234aca9\",\"name\":\"Juan Ignacio Oller Aznar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/87efd80399b2c40a1d78dd5cee4e788d3f6c29d33e3b67bcfbc6abbf91d0fdcf?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/87efd80399b2c40a1d78dd5cee4e788d3f6c29d33e3b67bcfbc6abbf91d0fdcf?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/87efd80399b2c40a1d78dd5cee4e788d3f6c29d33e3b67bcfbc6abbf91d0fdcf?s=96&d=mm&r=g\",\"caption\":\"Juan Ignacio Oller Aznar\"},\"url\":\"https:\\\/\\\/jotelulu.com\\\/en-gb\\\/author\\\/juanignaciooller\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Upgrade to SQL Server 2022","description":"We explain\u00a0how to upgrade to SQL Server 2022, detailing the different options available and any limitations or requirements.","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:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/","og_locale":"en_GB","og_type":"article","og_title":"How to Upgrade to SQL Server 2022","og_description":"We explain\u00a0how to upgrade to SQL Server 2022, detailing the different options available and any limitations or requirements.","og_url":"https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/","og_site_name":"Jotelulu","article_published_time":"2023-01-10T23:00:00+00:00","og_image":[{"width":1210,"height":729,"url":"https:\/\/jotelulu.com\/wp-content\/uploads\/2023\/01\/SQL-update-1.jpg","type":"image\/jpeg"}],"author":"Juan Ignacio Oller Aznar","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Juan Ignacio Oller Aznar","Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/#article","isPartOf":{"@id":"https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/"},"author":{"name":"Juan Ignacio Oller Aznar","@id":"https:\/\/jotelulu.com\/en-gb\/#\/schema\/person\/2ae97818cae086c48f108cd74234aca9"},"headline":"How to Upgrade to SQL Server 2022","datePublished":"2023-01-10T23:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/"},"wordCount":1236,"image":{"@id":"https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/#primaryimage"},"thumbnailUrl":"https:\/\/jotelulu.com\/wp-content\/uploads\/2023\/01\/SQL-update-1.jpg","articleSection":["Cloud y sistemas"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/","url":"https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/","name":"How to Upgrade to SQL Server 2022","isPartOf":{"@id":"https:\/\/jotelulu.com\/en-gb\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/#primaryimage"},"image":{"@id":"https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/#primaryimage"},"thumbnailUrl":"https:\/\/jotelulu.com\/wp-content\/uploads\/2023\/01\/SQL-update-1.jpg","datePublished":"2023-01-10T23:00:00+00:00","author":{"@id":"https:\/\/jotelulu.com\/en-gb\/#\/schema\/person\/2ae97818cae086c48f108cd74234aca9"},"description":"We explain\u00a0how to upgrade to SQL Server 2022, detailing the different options available and any limitations or requirements.","breadcrumb":{"@id":"https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/#primaryimage","url":"https:\/\/jotelulu.com\/wp-content\/uploads\/2023\/01\/SQL-update-1.jpg","contentUrl":"https:\/\/jotelulu.com\/wp-content\/uploads\/2023\/01\/SQL-update-1.jpg","width":1210,"height":729,"caption":"SQL update"},{"@type":"BreadcrumbList","@id":"https:\/\/jotelulu.com\/en-gb\/blog\/how-to-upgrade-to-sql-server-2022\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/jotelulu.com\/en-gb\/"},{"@type":"ListItem","position":2,"name":"How to Upgrade to SQL Server 2022"}]},{"@type":"WebSite","@id":"https:\/\/jotelulu.com\/en-gb\/#website","url":"https:\/\/jotelulu.com\/en-gb\/","name":"Jotelulu","description":"Cloud Paradise for Tech Companies","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jotelulu.com\/en-gb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/jotelulu.com\/en-gb\/#\/schema\/person\/2ae97818cae086c48f108cd74234aca9","name":"Juan Ignacio Oller Aznar","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/87efd80399b2c40a1d78dd5cee4e788d3f6c29d33e3b67bcfbc6abbf91d0fdcf?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/87efd80399b2c40a1d78dd5cee4e788d3f6c29d33e3b67bcfbc6abbf91d0fdcf?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/87efd80399b2c40a1d78dd5cee4e788d3f6c29d33e3b67bcfbc6abbf91d0fdcf?s=96&d=mm&r=g","caption":"Juan Ignacio Oller Aznar"},"url":"https:\/\/jotelulu.com\/en-gb\/author\/juanignaciooller\/"}]}},"_links":{"self":[{"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/posts\/49023","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/comments?post=49023"}],"version-history":[{"count":0,"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/posts\/49023\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/media\/17013"}],"wp:attachment":[{"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/media?parent=49023"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/categories?post=49023"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jotelulu.com\/en-gb\/wp-json\/wp\/v2\/tags?post=49023"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}