{"id":16469,"date":"2025-03-07T11:38:30","date_gmt":"2025-03-07T11:38:30","guid":{"rendered":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/?p=16469"},"modified":"2025-03-07T11:38:31","modified_gmt":"2025-03-07T11:38:31","slug":"migrate-mssql-server-database","status":"publish","type":"post","link":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/","title":{"rendered":"Migrate MSSQL Server Database: A Beginner-Friendly Guide"},"content":{"rendered":"\n<p>Migrating an MSSQL database server requires moving the data from the source SQL server to the destination SQL server with careful planning for minimal downtime and data accuracy. Below is a step-by-step guide to help you carry out the migration using SQL Server Management Studio (SSMS).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites:<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Both source and destination SQL servers must be active.\u00a0<\/li>\n\n\n\n<li>Have login credentials with the required permissions.\u00a0<\/li>\n\n\n\n<li>Download SQL Server Management Studio (SSMS) if not already downloaded.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Steps to Migrate an MSSQL Database Server<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Connect with the Source SQL Server<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open <strong>SQL Server Management Studio (SSMS).<\/strong><\/li>\n\n\n\n<li>Within the <strong>Connect to Server window<\/strong>, type in the required source server authentication information along with the necessary IP\/Hostname.\u00a0<\/li>\n\n\n\n<li>Click <strong>Connect<\/strong> to form the connection.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Choose Database Pending Migration<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On connecting, check the <strong>Databases<\/strong> node and expand it to see all your databases. List all the databases on the server. Locate and pick the database that needs to be migrated.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Start Export Data Wizard<\/h3>\n\n\n\n<ul start=\"2\" class=\"wp-block-list\">\n<li>Pick the database and right-click on it.<\/li>\n\n\n\n<li>Navigate to <strong>Tasks > Export Data.<\/strong><\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1062\" height=\"702\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/start-export-data-wizard.jpg\" alt=\"Start Export Data Wizard\" class=\"wp-image-16509\"\/><\/figure>\n\n\n\n<p>The<strong> SQL Server Import and Export Wizard<\/strong> will open. Click <strong>Next<\/strong> to proceed.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"634\" height=\"543\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/sql-server-import-and-export-wizard.jpg\" alt=\"sql-server-import-and-export-wizard\" class=\"wp-image-16512\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Configure the Data Source<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"638\" height=\"546\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/configure-the-data-source.jpg\" alt=\"Configure the Data Source\" class=\"wp-image-16513\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Under the<strong> Choose a Data Source<\/strong> section, choose your desired data sources <strong>(Microsoft OLE DB Provider for SQL Server)<\/strong> as the source provider.<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Enter the IP\/Hostname of the source server.<\/li>\n\n\n\n<li>Enter the authentication credentials (<strong>SQL Server authentication or Windows authentication<\/strong> with the necessary credentials as username and password).<\/li>\n<\/ul>\n\n\n\n<p>From the following Database dropdown, choose the database to be migrated.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5: Configure the Destination Server<\/h3>\n\n\n\n<p>After you choose the database to migrate, click <strong>Next<\/strong>. Another prompt will be shown to specify the destination server.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"637\" height=\"543\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/configure-the-destination-server.jpg\" alt=\"Configure the Destination Server\" class=\"wp-image-16516\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Under <strong>Choose a Destination<\/strong>, select <strong>Microsoft OLE DB Provider for SQL Server <\/strong>again.<\/li>\n\n\n\n<li>Enter the destination server\u2019s IP\/Hostname and authentication details.<\/li>\n\n\n\n<li>Click <strong>New<\/strong> and specify a database name (ensure it matches the source database name).<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"596\" height=\"485\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/microsoft-ole-db.jpg\" alt=\"Microsoft OLE DB Provider for SQL Server\" class=\"wp-image-16519\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 6: Choose The Data Transfer Method<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In the <strong>Specify Table Copy or Query<\/strong> section, select <strong>Copy data from one or more tables or views.<\/strong><\/li>\n\n\n\n<li>Click <strong>Next<\/strong> to continue.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"544\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/specify-table-copy-or-query.jpg\" alt=\"specify-table-copy-or-query\" class=\"wp-image-16521\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 7: Select Tables and Views for Migration<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On the <strong>Select Source Tables and Views<\/strong> page, check all tables and views to be migrated.<\/li>\n\n\n\n<li>Click <strong>Next<\/strong> to proceed.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"633\" height=\"545\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/select-source-tables-and-views.jpg\" alt=\"Select Tables and Views for Migration\" class=\"wp-image-16523\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 8: Complete the Migration Process<\/h3>\n\n\n\n<p>Once you verify everything, click Next.&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>It will show the <strong>Save and Run Package <\/strong>(keep the default settings >>> Run Immediately).<\/li>\n\n\n\n<li>Click <strong>Next<\/strong> to enter the last stage.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"635\" height=\"541\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/complete-the-migration-process.jpg\" alt=\"Complete the Migration Process\" class=\"wp-image-16525\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Lastly, click <strong>Finish <\/strong>to start the migration process.<\/li>\n<\/ul>\n\n\n\n<p>The system will initiate the transfer of data. Upon completion, a <strong>Success <\/strong>message will show up.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"633\" height=\"542\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/click-finish.jpg\" alt=\"\" class=\"wp-image-16528\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 9: Confirm The Migration<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Connect to the destination SQL Server using SSMS.<\/li>\n\n\n\n<li>Expand the Databases node and check whether the migrated database is present in the expanded list.<\/li>\n\n\n\n<li>Execute testing queries to check if the data is migrated properly.<\/li>\n<\/ul>\n\n\n\n<div class=\"vlt-box \">\n<div class=\"box-title\" style=\"background:#D5EAFF; color:#000\">Conclusion<\/div>\n<div class=\"box-content\" >\n<p>Migrating an MSSQL database server requires one to follow all the step-by-step rules. Any minor change may affect your data and its safety. Hence, it&#8217;s always essential to verify whether the migrated database operates precisely. It secures your data and offers you seamless operations.<\/p>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Migrating an MSSQL database server requires moving the data from the source SQL server to the destination SQL server with careful planning for minimal downtime and data accuracy. Below is a step-by-step guide to help you carry out the migration using SQL Server Management Studio (SSMS). Prerequisites: Steps to Migrate an MSSQL Database Server Step [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-16469","post","type-post","status-publish","format-standard","placeholder-for-hentry","category-web-hosting-faq"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Migrate MSSQL Server Database: A Beginner-Friendly Guide<\/title>\n<meta name=\"description\" content=\"Learn how to migrate an MSSQL database server effortlessly using SSMS. Follow this step-by-step guide to transfer data securely and efficiently.\" \/>\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.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Migrate MSSQL Server Database: A Beginner-Friendly Guide\" \/>\n<meta property=\"og:description\" content=\"Learn how to migrate an MSSQL database server effortlessly using SSMS. Follow this step-by-step guide to transfer data securely and efficiently.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Hosting FAQs by MilesWeb\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-07T11:38:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-07T11:38:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/start-export-data-wizard.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1062\" \/>\n\t<meta property=\"og:image:height\" content=\"702\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ujwala\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ujwala\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/\",\"url\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/\",\"name\":\"Migrate MSSQL Server Database: A Beginner-Friendly Guide\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/start-export-data-wizard.jpg\",\"datePublished\":\"2025-03-07T11:38:30+00:00\",\"dateModified\":\"2025-03-07T11:38:31+00:00\",\"author\":{\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/485f82549b85b9f4c82dc208c42964a8\"},\"description\":\"Learn how to migrate an MSSQL database server effortlessly using SSMS. Follow this step-by-step guide to transfer data securely and efficiently.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/#primaryimage\",\"url\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/start-export-data-wizard.jpg\",\"contentUrl\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/start-export-data-wizard.jpg\",\"width\":1062,\"height\":702,\"caption\":\"Start Export Data Wizard\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Migrate MSSQL Server Database: A Beginner-Friendly Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#website\",\"url\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/\",\"name\":\"Web Hosting FAQs by MilesWeb\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/485f82549b85b9f4c82dc208c42964a8\",\"name\":\"Ujwala\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8d26ea4b9b2d83ae90b67f6bf5eefbca?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8d26ea4b9b2d83ae90b67f6bf5eefbca?s=96&d=blank&r=g\",\"caption\":\"Ujwala\"},\"description\":\"My aim is to create enriching content on topics related to SEO, web hosting and social media. The idea is to elevate the readers to new levels of usability, accessibility and understanding.\",\"url\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/author\/ujwala\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Migrate MSSQL Server Database: A Beginner-Friendly Guide","description":"Learn how to migrate an MSSQL database server effortlessly using SSMS. Follow this step-by-step guide to transfer data securely and efficiently.","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.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/","og_locale":"en_GB","og_type":"article","og_title":"Migrate MSSQL Server Database: A Beginner-Friendly Guide","og_description":"Learn how to migrate an MSSQL database server effortlessly using SSMS. Follow this step-by-step guide to transfer data securely and efficiently.","og_url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/","og_site_name":"Web Hosting FAQs by MilesWeb","article_published_time":"2025-03-07T11:38:30+00:00","article_modified_time":"2025-03-07T11:38:31+00:00","og_image":[{"width":1062,"height":702,"url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/start-export-data-wizard.jpg","type":"image\/jpeg"}],"author":"Ujwala","twitter_misc":{"Written by":"Ujwala","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/","url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/","name":"Migrate MSSQL Server Database: A Beginner-Friendly Guide","isPartOf":{"@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/#primaryimage"},"image":{"@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/start-export-data-wizard.jpg","datePublished":"2025-03-07T11:38:30+00:00","dateModified":"2025-03-07T11:38:31+00:00","author":{"@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/485f82549b85b9f4c82dc208c42964a8"},"description":"Learn how to migrate an MSSQL database server effortlessly using SSMS. Follow this step-by-step guide to transfer data securely and efficiently.","breadcrumb":{"@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/#primaryimage","url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/start-export-data-wizard.jpg","contentUrl":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2025\/03\/start-export-data-wizard.jpg","width":1062,"height":702,"caption":"Start Export Data Wizard"},{"@type":"BreadcrumbList","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/migrate-mssql-server-database\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/"},{"@type":"ListItem","position":2,"name":"Migrate MSSQL Server Database: A Beginner-Friendly Guide"}]},{"@type":"WebSite","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#website","url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/","name":"Web Hosting FAQs by MilesWeb","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/485f82549b85b9f4c82dc208c42964a8","name":"Ujwala","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8d26ea4b9b2d83ae90b67f6bf5eefbca?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8d26ea4b9b2d83ae90b67f6bf5eefbca?s=96&d=blank&r=g","caption":"Ujwala"},"description":"My aim is to create enriching content on topics related to SEO, web hosting and social media. The idea is to elevate the readers to new levels of usability, accessibility and understanding.","url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/author\/ujwala\/"}]}},"views":0,"_links":{"self":[{"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/posts\/16469","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/comments?post=16469"}],"version-history":[{"count":20,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/posts\/16469\/revisions"}],"predecessor-version":[{"id":16529,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/posts\/16469\/revisions\/16529"}],"wp:attachment":[{"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/media?parent=16469"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/categories?post=16469"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/tags?post=16469"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}