{"id":6503,"date":"2017-05-22T06:44:23","date_gmt":"2017-05-22T06:44:23","guid":{"rendered":"https:\/\/www.stellarinfo.com\/blog\/?p=6503"},"modified":"2023-09-21T10:42:50","modified_gmt":"2023-09-21T10:42:50","slug":"handle-clustered-index-corruption-in-sql-database","status":"publish","type":"post","link":"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/","title":{"rendered":"How to Handle Clustered Index Corruption in SQL Database?"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><p>Microsoft SQL Server database is used by several medium and large-sized businesses to store and access their large amount of data safely and securely. Although highly reliable, the database primary MDF file and the secondary NDF file are not immune to becoming corrupt.<\/p><p>There can be several <a href=\"https:\/\/www.stellarinfo.com\/support\/kb\/index.php\/article\/common-sql-database-corruption-errors-causes-solutions\" target=\"_blank\" rel=\"noreferrer noopener\">reasons behind corruption of SQL database files<\/a>. One of the reasons is corruption in clustered index of the database that makes the data stored in MDF and NDF files inaccessible.<\/p><h2 class=\"wp-block-heading\" id=\"how-to-check-if-index-is-corrupted-in-sql-server?\"><strong>How to Check If Index is Corrupted in SQL Server?<\/strong><\/h2><p>If there is corruption in the clustered index in SQL Server, you may encounter an error message that reads as:<br><br>Server: Msg 1902, Level 16, State 3, Line 1<br>Cannot create more than one clustered index on table &lsquo;Table Name&rsquo;. Drop the existing clustered index &lsquo;Clustered Index Name&rsquo; before creating another.<\/p><p>If you haven&rsquo;t received SQL Server error 1902, you can check if the clustered index is corrupt by following these ways:<br><br>&bull; Try fetching SQL Server data from some rows. If there is corruption in an index, then SQL Server will show deleted or different values in the rows of the database.<br>&bull; Check SQL Server log report to see if the records are edited more than once or not. If you find that the records are edited more than once, it means that the index is corrupted.<\/p><h2 class=\"wp-block-heading\" id=\"what-causes-clustered-index-corruption-in-ms-sql?\"><strong>What Causes Clustered Index Corruption in MS SQL?<\/strong><\/h2><p>A table can have only one clustered index, as the clustered index dictates the physical storage order of the data in the table. The SQL Server error 1902 indicates that there is more than one clustered index on the table.<\/p><h2 class=\"wp-block-heading\" id=\"how-to-fix-clustered-index-corruption-in-ms-sql?\"><strong>How to Fix Clustered Index Corruption in MS SQL?<\/strong><\/h2><p>As a table in SQL Server database can have only one clustered index, it is essential to create any additional indexes on the table as non-clustered. If you wish to alter how the SQL database table is clustered, you need to first drop the existing clustered index before creating a new one.<\/p><p>There are two methods to handle corruption in the clustered index of SQL Server. You can either do it by:<br>&bull; Restore from Backup<br>&bull; SQL database repair software<\/p><h3 class=\"wp-block-heading\" id=\"h-before-we-proceed\"><strong>Before We Proceed<\/strong><\/h3><p>Before trying to fix the corrupted clustered index corruption in SQL database, you must try to find the exact reasons behind corruption. You can do so by using the built-in <a href=\"https:\/\/docs.microsoft.com\/en-us\/sql\/t-sql\/database-console-commands\/dbcc-checkdb-transact-sql\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">DBCC CHECKDB command<\/a>. Running this command helps checks the logical and physical integrity of the database and will return you the Database ID, Object ID, and Index ID of the corrupted index.<br><br>DBCC CHECKDB (CorruptDBName) With No_InfoMsgs, All_ErrorMsgs,<br>TableResults;<br>GO<br>After checking the index ID, you can easily choose the appropriate action to resolve the issue.<\/p><h3 class=\"wp-block-heading\"><strong>Method 1 &ndash; Restore from Backup<\/strong><\/h3><p>If a backup of the SQL server database is present, it can always be restored to get the working copy of the server&rsquo;s database. However, this page-level restoration method is useful only when there are fewer alterations in the database, and only a single page of the index has been damaged.<\/p><p>If there is corruption in multiple pages of the clustered database, you would have to perform the database level restoration.<\/p><p><strong>Read this<\/strong>: <a href=\"https:\/\/www.stellarinfo.com\/article\/restore-sql-server-database-from-bak-file.php\" target=\"_blank\" rel=\"noreferrer noopener\">How to Restore Database in SQL Server from .Bak File Step By Step<\/a><\/p><h3 class=\"wp-block-heading\"><strong>Method 2 &ndash; Use SQL Database Repair Software<\/strong><\/h3><p>The other way to handle SQL database clustered index corruption is using a <a href=\"https:\/\/www.stellarinfo.com\/sql-database-repair.php\" target=\"_blank\" rel=\"noreferrer noopener\">SQL database repair software<\/a> that is capable of repairing corrupt or damaged Microsoft SQL Server database (MDF) files safely, securely, and successfully. The use of software makes the process fast and eliminates manual intervention. Also, it is the best alternative when you do not have a backup.<\/p><h2 class=\"wp-block-heading\" id=\"the-way-forward-&ndash;-stellar-repair-for-ms-sql\">The Way Forward &ndash; Stellar Repair for MS SQL<\/h2><p>Stellar Repair for MS SQL software easily fixes the clustered index issue. It is an easy-to-use application and provides several benefits along with repairing the damaged SQL Server MDF files. Its additional capabilities are as follows:<\/p><ul class=\"wp-block-list\">\n<li>Repairs damaged MDF and NDF files<\/li>\n\n\n\n<li>Retrieves tables, indexes, triggers, rules, keys, and defaults<\/li>\n\n\n\n<li>Perform <a href=\"https:\/\/www.stellarinfo.com\/support\/kb\/index.php\/article\/recover-sql-deleted-records\" target=\"_blank\" rel=\"noreferrer noopener\">recovery of deleted records<\/a><\/li>\n\n\n\n<li>Searches and recovers specific database objects<\/li>\n\n\n\n<li>Saves repaired files in MDF (New MS SQL database Or Live MS SQL database), XLS, CSV, and HTML file formats<\/li>\n\n\n\n<li>Supports MS SQL Server 2019, 2017, 2016, and lower versions<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Microsoft SQL Server database is used by several medium and large-sized businesses&hellip; <a class=\"more-link\" href=\"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/\">Continue reading <span class=\"screen-reader-text\">How to Handle Clustered Index Corruption in SQL Database?<\/span><\/a><\/p>\n","protected":false},"author":4,"featured_media":6536,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[10],"tags":[570,569],"class_list":["post-6503","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-database-recovery","tag-clustered-index-corruption","tag-sql-server-clustered-index-corruption","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Handle Clustered Index Corruption in SQL Database<\/title>\n<meta name=\"description\" content=\"Clustered index corruption is easy to handle by these quick techniques. Read more about these techniques and fix clustered index corruption.\" \/>\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.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Handle Clustered Index Corruption in SQL Database\" \/>\n<meta property=\"og:description\" content=\"Clustered index corruption is easy to handle by these quick techniques. Read more about these techniques and fix clustered index corruption.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/\" \/>\n<meta property=\"og:site_name\" content=\"Stellar Data Recovery Blog\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/jyoti.keshari\" \/>\n<meta property=\"article:published_time\" content=\"2017-05-22T06:44:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-21T10:42:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/05\/3-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jyoti Prakash\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jyoti Prakash\" \/>\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.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/\"},\"author\":{\"name\":\"Jyoti Prakash\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/8f2f854c17c65107a2cb38afc9eb6804\"},\"headline\":\"How to Handle Clustered Index Corruption in SQL Database?\",\"datePublished\":\"2017-05-22T06:44:23+00:00\",\"dateModified\":\"2023-09-21T10:42:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/\"},\"wordCount\":707,\"commentCount\":7,\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/05\/3-1.jpg\",\"keywords\":[\"Clustered index corruption\",\"SQL Server Clustered Index Corruption\"],\"articleSection\":[\"SQL Database Repair\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/\",\"name\":\"How to Handle Clustered Index Corruption in SQL Database\",\"isPartOf\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/05\/3-1.jpg\",\"datePublished\":\"2017-05-22T06:44:23+00:00\",\"dateModified\":\"2023-09-21T10:42:50+00:00\",\"author\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/8f2f854c17c65107a2cb38afc9eb6804\"},\"description\":\"Clustered index corruption is easy to handle by these quick techniques. Read more about these techniques and fix clustered index corruption.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#primaryimage\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/05\/3-1.jpg\",\"contentUrl\":\"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/05\/3-1.jpg\",\"width\":1000,\"height\":600,\"caption\":\"repair clustered index corruption\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stellarinfo.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Handle Clustered Index Corruption in SQL Database?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#website\",\"url\":\"https:\/\/www.stellarinfo.com\/blog\/\",\"name\":\"Stellar Data Recovery Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/8f2f854c17c65107a2cb38afc9eb6804\",\"name\":\"Jyoti Prakash\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7507f1af3375dcc4cbed6614dc21f92f1a08282ea2f734bf7fd404bcee0f3178?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7507f1af3375dcc4cbed6614dc21f92f1a08282ea2f734bf7fd404bcee0f3178?s=96&d=mm&r=g\",\"caption\":\"Jyoti Prakash\"},\"description\":\"Jyoti Prakash is a Senior Manager at Stellar Information Technology Pvt. Ltd., having over 15+ years of experience with a background in information technology. A tech enthusiast and expert, he specializes in data recovery, &amp; file repair. He has participated for numerous communities, including Microsoft, SpiceWorks etc. He also provide training on Windows, Microsoft Office, Online Marketing, &amp; social media.\",\"sameAs\":[\"https:\/\/www.facebook.com\/jyoti.keshari\",\"https:\/\/www.linkedin.com\/in\/jyoti-keshari-5750629\/\"],\"url\":\"https:\/\/www.stellarinfo.com\/blog\/author\/jyoti\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Handle Clustered Index Corruption in SQL Database","description":"Clustered index corruption is easy to handle by these quick techniques. Read more about these techniques and fix clustered index corruption.","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.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/","og_locale":"en_US","og_type":"article","og_title":"How to Handle Clustered Index Corruption in SQL Database","og_description":"Clustered index corruption is easy to handle by these quick techniques. Read more about these techniques and fix clustered index corruption.","og_url":"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/","og_site_name":"Stellar Data Recovery Blog","article_author":"https:\/\/www.facebook.com\/jyoti.keshari","article_published_time":"2017-05-22T06:44:23+00:00","article_modified_time":"2023-09-21T10:42:50+00:00","og_image":[{"width":1000,"height":600,"url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/05\/3-1.jpg","type":"image\/jpeg"}],"author":"Jyoti Prakash","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jyoti Prakash","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#article","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/"},"author":{"name":"Jyoti Prakash","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/8f2f854c17c65107a2cb38afc9eb6804"},"headline":"How to Handle Clustered Index Corruption in SQL Database?","datePublished":"2017-05-22T06:44:23+00:00","dateModified":"2023-09-21T10:42:50+00:00","mainEntityOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/"},"wordCount":707,"commentCount":7,"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/05\/3-1.jpg","keywords":["Clustered index corruption","SQL Server Clustered Index Corruption"],"articleSection":["SQL Database Repair"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/","url":"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/","name":"How to Handle Clustered Index Corruption in SQL Database","isPartOf":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#primaryimage"},"image":{"@id":"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#primaryimage"},"thumbnailUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/05\/3-1.jpg","datePublished":"2017-05-22T06:44:23+00:00","dateModified":"2023-09-21T10:42:50+00:00","author":{"@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/8f2f854c17c65107a2cb38afc9eb6804"},"description":"Clustered index corruption is easy to handle by these quick techniques. Read more about these techniques and fix clustered index corruption.","breadcrumb":{"@id":"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#primaryimage","url":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/05\/3-1.jpg","contentUrl":"https:\/\/www.stellarinfo.com\/blog\/wp-content\/uploads\/2017\/05\/3-1.jpg","width":1000,"height":600,"caption":"repair clustered index corruption"},{"@type":"BreadcrumbList","@id":"https:\/\/www.stellarinfo.com\/blog\/handle-clustered-index-corruption-in-sql-database\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stellarinfo.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Handle Clustered Index Corruption in SQL Database?"}]},{"@type":"WebSite","@id":"https:\/\/www.stellarinfo.com\/blog\/#website","url":"https:\/\/www.stellarinfo.com\/blog\/","name":"Stellar Data Recovery Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.stellarinfo.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/8f2f854c17c65107a2cb38afc9eb6804","name":"Jyoti Prakash","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stellarinfo.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7507f1af3375dcc4cbed6614dc21f92f1a08282ea2f734bf7fd404bcee0f3178?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7507f1af3375dcc4cbed6614dc21f92f1a08282ea2f734bf7fd404bcee0f3178?s=96&d=mm&r=g","caption":"Jyoti Prakash"},"description":"Jyoti Prakash is a Senior Manager at Stellar Information Technology Pvt. Ltd., having over 15+ years of experience with a background in information technology. A tech enthusiast and expert, he specializes in data recovery, &amp; file repair. He has participated for numerous communities, including Microsoft, SpiceWorks etc. He also provide training on Windows, Microsoft Office, Online Marketing, &amp; social media.","sameAs":["https:\/\/www.facebook.com\/jyoti.keshari","https:\/\/www.linkedin.com\/in\/jyoti-keshari-5750629\/"],"url":"https:\/\/www.stellarinfo.com\/blog\/author\/jyoti\/"}]}},"_links":{"self":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/6503","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/comments?post=6503"}],"version-history":[{"count":39,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/6503\/revisions"}],"predecessor-version":[{"id":164754,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/posts\/6503\/revisions\/164754"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media\/6536"}],"wp:attachment":[{"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/media?parent=6503"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/categories?post=6503"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stellarinfo.com\/blog\/wp-json\/wp\/v2\/tags?post=6503"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}