{"id":4875,"date":"2024-01-16T01:58:36","date_gmt":"2024-01-15T20:28:36","guid":{"rendered":"https:\/\/www.pcvita.com\/blog\/?p=4875"},"modified":"2024-01-16T15:32:34","modified_gmt":"2024-01-16T10:02:34","slug":"sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue","status":"publish","type":"post","link":"https:\/\/www.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html","title":{"rendered":"Easy Tips For SQL Database Cannot Be Opened. It is In The Middle of a Restore Issue"},"content":{"rendered":"\r\n<p><strong>Summary: <\/strong>When you try to restore the SQL Database you may encounter this SQL database that cannot be opened. It is in the middle of a restore. In this article, we will discuss why this issue occurs, and how to solve this problem manually and also with the help of an automated solution.<\/p>\r\n\r\n\r\n\r\n<p>Microsoft SQL Server application is a full-featured RDBMS System. It saves the data in MDF and LDF files. In the world of computing, Every tech conscious person is familiar with the Restoration process. Many times SQL server database administrators tried to restore the SQL database in case of missing information. But after the completion of the restoration process when the user tries to access the database then the user has to face SQL Database Cannot Be Opened. It is In The Middle of a Restore.<\/p>\r\n\r\n\r\n\r\n<blockquote>\r\n<p><i> \u201cHello to all! I just have restored the SQL database with NO RECOVERY. The restore operation said that database restored successfully but I won&#8217;t be able to do anything with the database. I am getting a SQL database cannot be opened. It is In the middle of a restore problem. Please help me to resolve this issue.!\u201d<\/i><\/p>\r\n<\/blockquote>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n\r\n\r\n\r\n<p><strong>Here is a T-SQL Script For Restoring Database With Recovery <\/strong><\/p>\r\n\r\n\r\n\r\n<p>RESTORE DATABASE Databasename FROM DISK = \u2018C:\\databasename.BAK\u2019<\/p>\r\n\r\n\r\n\r\n<p>WITH RECOVERY<\/p>\r\n\r\n\r\n\r\n<p>GO<\/p>\r\n\r\n\r\n\r\n<p><strong>If the Database is in Restoring State Then Run the Following Command <\/strong><\/p>\r\n\r\n\r\n\r\n<p>RESTORE DATABASE Databasename WITH RECOVERY<\/p>\r\n\r\n\r\n\r\n<p>GO<\/p>\r\n\r\n\r\n\r\n<p><strong>Restore Multiple SQL Database <\/strong><\/p>\r\n\r\n\r\n\r\n<p>The user can use the NORECOVERY option to restore the database in case if the user has multiple backups except in the last. But for the last backup, the user has to use WITH RECOVERY option to restore all the transactional logs and to bring the database in online states.<\/p>\r\n\r\n\r\n\r\n<p>RESTORE DATABASE databasename FROM DISK = \u2018C:\\Databasename.BAK\u2019<br \/>WITH NORECOVERY<br \/>GO<br \/>RESTORE LOG databasename FROM DISK = \u2018C:\\Databasename.TRN\u2019<br \/>WITH RECOVERY<br \/>GO<\/p>\r\n\r\n\r\n\r\n<p><strong>Note:<\/strong> In case you have corrupted backups then the user can use can use <a href=\"https:\/\/www.pcvita.com\/sql-bak-file-repair-tool.html\">SQL Bak file recovery tool<\/a>.<\/p>\r\n\r\n\r\n\r\n<h2 class=\"heading-style wp-block-heading\">What To Do In Case If The Issue Still Not Resolved<\/h2>\r\n\r\n\r\n\r\n<p>If the SQL database cannot be opened. It is in the middle of a restore problem is not resolved, or your SQL database is inaccessible, then I suggest you to use <strong><a href=\"https:\/\/www.pcvita.com\/sql-database-recovery.html\">SQL Database Recovery Software<\/a><\/strong> to recover SQL database. This is an efficient application to recover SQL tables, stored procedures, functions, triggers, etc. In case if you have a corrupted MDF file then It will also help you to repair the SQL database. For complete details, the user can try the trial version of this software.<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><a href=\"https:\/\/systoolskart.com\/download\/SYS1S2Q7L\/18\"><img loading=\"lazy\" decoding=\"async\" width=\"242\" height=\"74\" class=\"wp-image-3537\" src=\"https:\/\/www.pcvita.com\/blog\/wp-content\/uploads\/2019\/04\/download-button-1.png\" alt=\"download\" \/><\/a><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p><strong>Here are Salient Features of This Software <\/strong><\/p>\r\n\r\n\r\n\r\n<p>1. Quick and Advanced Scan Option to Remove Corruption<\/p>\r\n\r\n\r\n\r\n<p>2. Compatible with SQL Server 2019 and its below versions.<\/p>\r\n\r\n\r\n\r\n<p>3. Support ASCII as well as UNICODE Data Type.<\/p>\r\n\r\n\r\n\r\n<p>4. Preview Deleted SQL Tables Records in Red Color<\/p>\r\n\r\n\r\n\r\n<h2 class=\"heading-style wp-block-heading\">Final Conclusion<\/h2>\r\n\r\n\r\n\r\n<p>From the above write up one can get the ideas on how to resolve the SQL database cannot be opened. It is in the middle of a restore problem. We have discussed the manual T-SQL commands to resolve the problem, but if you are facing any problems then the user can try the automated solution to resolve this issue.<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>Summary: When you try to restore the SQL Database you may encounter this SQL database that cannot be opened. It <\/p>\n","protected":false},"author":17,"featured_media":4875,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[118],"tags":[],"class_list":["post-4875","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sql-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SQL Database Cannot Be Opened. It is In The Middle of a Restore Issue<\/title>\n<meta name=\"description\" content=\"Are you facing SQL database cannot be opened. it is in the middle of a restore problem. If yes then this article is for you. In this article we have explains the best possible ways to resolve this issue.\" \/>\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.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SQL Database Cannot Be Opened. It is In The Middle of a Restore Issue\" \/>\n<meta property=\"og:description\" content=\"Are you facing SQL database cannot be opened. it is in the middle of a restore problem. If yes then this article is for you. In this article we have explains the best possible ways to resolve this issue.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html\" \/>\n<meta property=\"og:site_name\" content=\"PCVITA Official Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-15T20:28:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-16T10:02:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.pcvita.com\/blog\/wp-content\/uploads\/2019\/04\/download-button-1.png\" \/>\n<meta name=\"author\" content=\"Mohit Jha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mohit Jha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html\"},\"author\":{\"name\":\"Mohit Jha\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/#\\\/schema\\\/person\\\/46d7590809ce0596a0f14a1fbc5d56fe\"},\"headline\":\"Easy Tips For SQL Database Cannot Be Opened. It is In The Middle of a Restore Issue\",\"datePublished\":\"2024-01-15T20:28:36+00:00\",\"dateModified\":\"2024-01-16T10:02:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html\"},\"wordCount\":542,\"image\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cdnxtra.com\\\/feature\\\/sql-database-cannot-be-opened.jpg\",\"articleSection\":[\"SQL Server\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html\",\"url\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html\",\"name\":\"SQL Database Cannot Be Opened. It is In The Middle of a Restore Issue\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cdnxtra.com\\\/feature\\\/sql-database-cannot-be-opened.jpg\",\"datePublished\":\"2024-01-15T20:28:36+00:00\",\"dateModified\":\"2024-01-16T10:02:34+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/#\\\/schema\\\/person\\\/46d7590809ce0596a0f14a1fbc5d56fe\"},\"description\":\"Are you facing SQL database cannot be opened. it is in the middle of a restore problem. If yes then this article is for you. In this article we have explains the best possible ways to resolve this issue.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html#primaryimage\",\"url\":\"https:\\\/\\\/cdnxtra.com\\\/feature\\\/sql-database-cannot-be-opened.jpg\",\"contentUrl\":\"https:\\\/\\\/cdnxtra.com\\\/feature\\\/sql-database-cannot-be-opened.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.pcvita.com\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Easy Tips For SQL Database Cannot Be Opened. It is In The Middle of a Restore Issue\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/\",\"name\":\"PCVITA Official Blog\",\"description\":\"Technology Solution that Matters\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/#\\\/schema\\\/person\\\/46d7590809ce0596a0f14a1fbc5d56fe\",\"name\":\"Mohit Jha\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a4339547039990f13c5d3fd6ffce8722244e886b0d2b3fb9867d307b00d81ada?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a4339547039990f13c5d3fd6ffce8722244e886b0d2b3fb9867d307b00d81ada?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a4339547039990f13c5d3fd6ffce8722244e886b0d2b3fb9867d307b00d81ada?s=96&d=mm&r=g\",\"caption\":\"Mohit Jha\"},\"description\":\"Mohit is a Microsoft-certified expert who has assisted thousands of clients with Outlook &amp; Microsoft Office 365 issues. He enjoys writing on email clients as well as data migration. He is always excited about giving troubled readers the most up-to-date knowledge, explanation, and refinements.\",\"sameAs\":[\"https:\\\/\\\/in.linkedin.com\\\/in\\\/mohitkumarjha\",\"https:\\\/\\\/www.pcvita.com\\\/assets\\\/author\\\/mohit.png\"],\"url\":\"https:\\\/\\\/www.pcvita.com\\\/blog\\\/author\\\/mohit\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SQL Database Cannot Be Opened. It is In The Middle of a Restore Issue","description":"Are you facing SQL database cannot be opened. it is in the middle of a restore problem. If yes then this article is for you. In this article we have explains the best possible ways to resolve this issue.","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.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html","og_locale":"en_US","og_type":"article","og_title":"SQL Database Cannot Be Opened. It is In The Middle of a Restore Issue","og_description":"Are you facing SQL database cannot be opened. it is in the middle of a restore problem. If yes then this article is for you. In this article we have explains the best possible ways to resolve this issue.","og_url":"https:\/\/www.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html","og_site_name":"PCVITA Official Blog","article_published_time":"2024-01-15T20:28:36+00:00","article_modified_time":"2024-01-16T10:02:34+00:00","og_image":[{"url":"https:\/\/www.pcvita.com\/blog\/wp-content\/uploads\/2019\/04\/download-button-1.png","type":"","width":"","height":""}],"author":"Mohit Jha","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Mohit Jha","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html#article","isPartOf":{"@id":"https:\/\/www.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html"},"author":{"name":"Mohit Jha","@id":"https:\/\/www.pcvita.com\/blog\/#\/schema\/person\/46d7590809ce0596a0f14a1fbc5d56fe"},"headline":"Easy Tips For SQL Database Cannot Be Opened. It is In The Middle of a Restore Issue","datePublished":"2024-01-15T20:28:36+00:00","dateModified":"2024-01-16T10:02:34+00:00","mainEntityOfPage":{"@id":"https:\/\/www.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html"},"wordCount":542,"image":{"@id":"https:\/\/www.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html#primaryimage"},"thumbnailUrl":"https:\/\/cdnxtra.com\/feature\/sql-database-cannot-be-opened.jpg","articleSection":["SQL Server"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html","url":"https:\/\/www.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html","name":"SQL Database Cannot Be Opened. It is In The Middle of a Restore Issue","isPartOf":{"@id":"https:\/\/www.pcvita.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html#primaryimage"},"image":{"@id":"https:\/\/www.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html#primaryimage"},"thumbnailUrl":"https:\/\/cdnxtra.com\/feature\/sql-database-cannot-be-opened.jpg","datePublished":"2024-01-15T20:28:36+00:00","dateModified":"2024-01-16T10:02:34+00:00","author":{"@id":"https:\/\/www.pcvita.com\/blog\/#\/schema\/person\/46d7590809ce0596a0f14a1fbc5d56fe"},"description":"Are you facing SQL database cannot be opened. it is in the middle of a restore problem. If yes then this article is for you. In this article we have explains the best possible ways to resolve this issue.","breadcrumb":{"@id":"https:\/\/www.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html#primaryimage","url":"https:\/\/cdnxtra.com\/feature\/sql-database-cannot-be-opened.jpg","contentUrl":"https:\/\/cdnxtra.com\/feature\/sql-database-cannot-be-opened.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.pcvita.com\/blog\/sql-database-cannot-be-opened-it-is-in-the-middle-of-a-restore-issue.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pcvita.com\/blog"},{"@type":"ListItem","position":2,"name":"Easy Tips For SQL Database Cannot Be Opened. It is In The Middle of a Restore Issue"}]},{"@type":"WebSite","@id":"https:\/\/www.pcvita.com\/blog\/#website","url":"https:\/\/www.pcvita.com\/blog\/","name":"PCVITA Official Blog","description":"Technology Solution that Matters","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pcvita.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.pcvita.com\/blog\/#\/schema\/person\/46d7590809ce0596a0f14a1fbc5d56fe","name":"Mohit Jha","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a4339547039990f13c5d3fd6ffce8722244e886b0d2b3fb9867d307b00d81ada?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a4339547039990f13c5d3fd6ffce8722244e886b0d2b3fb9867d307b00d81ada?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a4339547039990f13c5d3fd6ffce8722244e886b0d2b3fb9867d307b00d81ada?s=96&d=mm&r=g","caption":"Mohit Jha"},"description":"Mohit is a Microsoft-certified expert who has assisted thousands of clients with Outlook &amp; Microsoft Office 365 issues. He enjoys writing on email clients as well as data migration. He is always excited about giving troubled readers the most up-to-date knowledge, explanation, and refinements.","sameAs":["https:\/\/in.linkedin.com\/in\/mohitkumarjha","https:\/\/www.pcvita.com\/assets\/author\/mohit.png"],"url":"https:\/\/www.pcvita.com\/blog\/author\/mohit"}]}},"_links":{"self":[{"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/posts\/4875","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/comments?post=4875"}],"version-history":[{"count":0,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/posts\/4875\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/posts\/4875"}],"wp:attachment":[{"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/media?parent=4875"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/categories?post=4875"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pcvita.com\/blog\/wp-json\/wp\/v2\/tags?post=4875"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}