{"id":376,"date":"2018-12-28T05:40:10","date_gmt":"2018-12-28T05:40:10","guid":{"rendered":"http:\/\/www.databasefilerecovery.com\/blog\/?p=376"},"modified":"2025-05-27T05:34:08","modified_gmt":"2025-05-27T05:34:08","slug":"log-file-corruption","status":"publish","type":"post","link":"https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/","title":{"rendered":"Reliable Approaches to Resolve SQL Log File Corruption"},"content":{"rendered":"<p class=\"block_sum\"><em><strong>Summary: <\/strong>SQL server database mainly comprises of MDF, NDF, and LDF. All of them are very necessary for smooth functioning of SQL server. Anyhow, if any one of them is affected, then SQL server stops functioning smoothly. In this post, you will see about, what are the different causes of SQL log file corruption and different methods to fix it including manual and automated <strong><a href=\"https:\/\/www.databasefilerecovery.com\/sql-log-recovery.html\">SQL Log Recovery<\/a><\/strong>&nbsp;software.<\/em><br \/><span class=\"block_btn\"><a class=\"custom-download-btn\" href=\"https:\/\/www.sysinfotools.com\/demo-version\/SysInfoTools-sql-transaction-log-recovery.exe\"><i class=\"icon-windows\"><\/i> Download Now<\/a> <a class=\"custom-buy-btn\" href=\"https:\/\/www.sysinfotools.com\/buynow\/sql-transaction-log-recovery.php\"><i class=\"icon-basket\"><\/i> Purchase Now<\/a><\/span><\/p>\n\n<p>The transaction log files of the SQL database is important for maintaining the transaction log of all the consistency. There is one or more than one log file for each database, which is used to maintain the log of all the transactions. However, a user sometimes encounters several errors in case log file of SQL server gets corrupted. So, let&#8217;s what are the causes of such errors.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Causes of Corrupt Log File of SQL Server<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Lack of storage space: <\/strong>If the log file size exceeds its limit, then there are chances of corruption.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Virus issue: <\/strong>Virus\/malware attack also interrupts the smooth functioning of SQL server. Due to which log files are not accessible.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Abrupt system shutdown<\/strong>: It is one of the biggest reason behind several errors in the SQL server database. So, all users should always have appropriate power backup.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Hard Drive problem<\/strong>: As all the database files and components are stored in the hard drive. Then, it is quite common that log files get damaged.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Input-Output Configuration<\/strong>: If in any case, the configuration is changed or interrupted, then corruption in log file occurs.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">How to Recover from SQL Log File corruption<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>First, of all you need to check the event log and if you found any sort of issue in hardware. Then, it is better to consult your hardware vendor.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li>Another way to fix this is via backup in sequential order. Firstly, you need to do complete backup, then differential backup immediately after complete backup and then all transaction log backups.<\/li><li>Check whether crash recovery function is enabled or not. If it so, then follow the below-mentioned procedure:<\/li><li><br><ul><li>Firstly, you need to put the database in offline mode<\/li><li>Then, by using checkpoint clear active log and delete corrupt log files<\/li><li>Now, put a database in online mode and access log files <\/li><\/ul><\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li>If there is no option of doing restoration from the backup file. Then, you have to rebuild the database, by the following procedure:<\/li><\/ul>\n\n\n\n<p>Firstly,\nchange the database into emergency mode, then detach it using\nsp_detach_db. Follow the below syntax:<\/p>\n\n\n\n<p>ALTER\nDATABASE database_name<\/p>\n\n\n\n<p>{<\/p>\n\n\n\n<p>&lt;set_database_options&gt;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>[;]<\/p>\n\n\n\n<p>&lt;set_database_options&gt;::=<\/p>\n\n\n\n<p>SET<\/p>\n\n\n\n<p>{<\/p>\n\n\n\n<p>{&lt;optionspec&gt;\n[ ,&#8230;.n] [ WITH &lt;termination&gt;] }<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>&lt;optionspec&gt;::=<\/p>\n\n\n\n<p>{<\/p>\n\n\n\n<p>&lt;db_state_option&gt;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<p>&lt;db_state_option&gt;\n:: =<\/p>\n\n\n\n<p>{\nONLINE | OFFLINE | EMERGENCY } \n<\/p>\n\n\n\n<p>After\nthat, you need to rename it or delete the corrupt log files<\/p>\n\n\n\n<p>Syntax:<br><\/p>\n\n\n\n<p>CREATE\nDATABASE database_name<\/p>\n\n\n\n<p>ON\n&lt;filespec&gt; [,&#8230;n]<\/p>\n\n\n\n<p>FOR\n{ATTACH_REBUILD_LOG}<\/p>\n\n\n\n<p>[;]<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Another approach is to fix it via DBCC CHECKDB way<\/h5>\n\n\n\n<p><em><strong>Note: Make sure that you set the database is  in emergency mode<\/strong><\/em><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"566\" height=\"368\" src=\"https:\/\/www.databasefilerecovery.com\/blog\/wp-content\/uploads\/2018\/12\/steps-for-data-base-file-recovery-1.png\" alt=\"\" class=\"wp-image-378\" srcset=\"https:\/\/www.databasefilerecovery.com\/blog\/wp-content\/uploads\/2018\/12\/steps-for-data-base-file-recovery-1.png 566w, https:\/\/www.databasefilerecovery.com\/blog\/wp-content\/uploads\/2018\/12\/steps-for-data-base-file-recovery-1-300x195.png 300w\" sizes=\"auto, (max-width: 566px) 100vw, 566px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">An Automated way to Fix SQL log file&nbsp;Corruption<\/h3>\n\n\n\n<p>\nAs you have seen one really need to be technically expert in order to\nsuccessfully execute syntax. Any error while executing syntax, can\nlead to more complicated issue in SQL server. Therefore, to\nsuccessfully fix log file corruption use <strong>SQL\nLog Recovery<\/strong> software<\/p>\n\n<p><strong>Also Read: <\/strong><a href=\"https:\/\/www.databasefilerecovery.com\/blog\/sql-server-error-3930\/\"><strong>Fix SQL Error 3930<\/strong><\/a><\/p>\n\n\n<h4 class=\"wp-block-heading\">Conclusion<\/h4>\n\n\n\n<p>\nAs you can see to repair transaction log file, one really need to be\ntechnically expert. And, also it does not give desired output.\nTherefore, only effective approach left to repair transaction log\nfile is via recovery software.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Summary: SQL server database mainly comprises of MDF, NDF, and LDF. All of them are very necessary for smooth functioning<a class=\"read-more ml-1 main-read-more\" href=\"https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/\">Read More<\/a><\/p>\n","protected":false},"author":3,"featured_media":377,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-376","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Best and Reliable Approaches to Resolve SQL Log File Corruption<\/title>\n<meta name=\"description\" content=\"This blog post explains the Best and Reliable Approaches to Resolve SQL Log File Corruption along with the causes and solutions.\" \/>\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.databasefilerecovery.com\/blog\/log-file-corruption\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Best and Reliable Approaches to Resolve SQL Log File Corruption\" \/>\n<meta property=\"og:description\" content=\"This blog post explains the Best and Reliable Approaches to Resolve SQL Log File Corruption along with the causes and solutions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/\" \/>\n<meta property=\"og:site_name\" content=\"Database File Recovery\" \/>\n<meta property=\"article:published_time\" content=\"2018-12-28T05:40:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-27T05:34:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.databasefilerecovery.com\/blog\/wp-content\/uploads\/2018\/12\/sql-server-log-file-corruption-ispar.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"698\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Shivam Rathore\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shivam Rathore\" \/>\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.databasefilerecovery.com\\\/blog\\\/log-file-corruption\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/log-file-corruption\\\/\"},\"author\":{\"name\":\"Shivam Rathore\",\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/#\\\/schema\\\/person\\\/96432d4ec7277c17cfec1efa881e5dac\"},\"headline\":\"Reliable Approaches to Resolve SQL Log File Corruption\",\"datePublished\":\"2018-12-28T05:40:10+00:00\",\"dateModified\":\"2025-05-27T05:34:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/log-file-corruption\\\/\"},\"wordCount\":611,\"publisher\":{\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/log-file-corruption\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/sql-server-log-file-corruption-ispar.jpg\",\"articleSection\":[\"Server Database\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/log-file-corruption\\\/\",\"url\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/log-file-corruption\\\/\",\"name\":\"Best and Reliable Approaches to Resolve SQL Log File Corruption\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/log-file-corruption\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/log-file-corruption\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/sql-server-log-file-corruption-ispar.jpg\",\"datePublished\":\"2018-12-28T05:40:10+00:00\",\"dateModified\":\"2025-05-27T05:34:08+00:00\",\"description\":\"This blog post explains the Best and Reliable Approaches to Resolve SQL Log File Corruption along with the causes and solutions.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/log-file-corruption\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/log-file-corruption\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/log-file-corruption\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/sql-server-log-file-corruption-ispar.jpg\",\"contentUrl\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/12\\\/sql-server-log-file-corruption-ispar.jpg\",\"width\":698,\"height\":400,\"caption\":\"SQL-Log File-Corruption\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/log-file-corruption\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Reliable Approaches to Resolve SQL Log File Corruption\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/\",\"name\":\"Database File Recovery\",\"description\":\"Simplified Solution for Database Recovery\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/#organization\",\"name\":\"Database File Recovery\",\"url\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/08\\\/cropped-cropped-logo-2.png\",\"contentUrl\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/08\\\/cropped-cropped-logo-2.png\",\"width\":232,\"height\":54,\"caption\":\"Database File Recovery\"},\"image\":{\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/#\\\/schema\\\/person\\\/96432d4ec7277c17cfec1efa881e5dac\",\"name\":\"Shivam Rathore\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0a31c9ea64adf63f17d6ce0467aa1d2e8510d8da1bab2f524c84a4880fbb9723?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0a31c9ea64adf63f17d6ce0467aa1d2e8510d8da1bab2f524c84a4880fbb9723?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0a31c9ea64adf63f17d6ce0467aa1d2e8510d8da1bab2f524c84a4880fbb9723?s=96&d=mm&r=g\",\"caption\":\"Shivam Rathore\"},\"url\":\"https:\\\/\\\/www.databasefilerecovery.com\\\/blog\\\/author\\\/shivam\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Best and Reliable Approaches to Resolve SQL Log File Corruption","description":"This blog post explains the Best and Reliable Approaches to Resolve SQL Log File Corruption along with the causes and solutions.","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.databasefilerecovery.com\/blog\/log-file-corruption\/","og_locale":"en_US","og_type":"article","og_title":"Best and Reliable Approaches to Resolve SQL Log File Corruption","og_description":"This blog post explains the Best and Reliable Approaches to Resolve SQL Log File Corruption along with the causes and solutions.","og_url":"https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/","og_site_name":"Database File Recovery","article_published_time":"2018-12-28T05:40:10+00:00","article_modified_time":"2025-05-27T05:34:08+00:00","og_image":[{"width":698,"height":400,"url":"https:\/\/www.databasefilerecovery.com\/blog\/wp-content\/uploads\/2018\/12\/sql-server-log-file-corruption-ispar.jpg","type":"image\/jpeg"}],"author":"Shivam Rathore","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shivam Rathore","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/#article","isPartOf":{"@id":"https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/"},"author":{"name":"Shivam Rathore","@id":"https:\/\/www.databasefilerecovery.com\/blog\/#\/schema\/person\/96432d4ec7277c17cfec1efa881e5dac"},"headline":"Reliable Approaches to Resolve SQL Log File Corruption","datePublished":"2018-12-28T05:40:10+00:00","dateModified":"2025-05-27T05:34:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/"},"wordCount":611,"publisher":{"@id":"https:\/\/www.databasefilerecovery.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/#primaryimage"},"thumbnailUrl":"https:\/\/www.databasefilerecovery.com\/blog\/wp-content\/uploads\/2018\/12\/sql-server-log-file-corruption-ispar.jpg","articleSection":["Server Database"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/","url":"https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/","name":"Best and Reliable Approaches to Resolve SQL Log File Corruption","isPartOf":{"@id":"https:\/\/www.databasefilerecovery.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/#primaryimage"},"image":{"@id":"https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/#primaryimage"},"thumbnailUrl":"https:\/\/www.databasefilerecovery.com\/blog\/wp-content\/uploads\/2018\/12\/sql-server-log-file-corruption-ispar.jpg","datePublished":"2018-12-28T05:40:10+00:00","dateModified":"2025-05-27T05:34:08+00:00","description":"This blog post explains the Best and Reliable Approaches to Resolve SQL Log File Corruption along with the causes and solutions.","breadcrumb":{"@id":"https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/#primaryimage","url":"https:\/\/www.databasefilerecovery.com\/blog\/wp-content\/uploads\/2018\/12\/sql-server-log-file-corruption-ispar.jpg","contentUrl":"https:\/\/www.databasefilerecovery.com\/blog\/wp-content\/uploads\/2018\/12\/sql-server-log-file-corruption-ispar.jpg","width":698,"height":400,"caption":"SQL-Log File-Corruption"},{"@type":"BreadcrumbList","@id":"https:\/\/www.databasefilerecovery.com\/blog\/log-file-corruption\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.databasefilerecovery.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Reliable Approaches to Resolve SQL Log File Corruption"}]},{"@type":"WebSite","@id":"https:\/\/www.databasefilerecovery.com\/blog\/#website","url":"https:\/\/www.databasefilerecovery.com\/blog\/","name":"Database File Recovery","description":"Simplified Solution for Database Recovery","publisher":{"@id":"https:\/\/www.databasefilerecovery.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.databasefilerecovery.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.databasefilerecovery.com\/blog\/#organization","name":"Database File Recovery","url":"https:\/\/www.databasefilerecovery.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.databasefilerecovery.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.databasefilerecovery.com\/blog\/wp-content\/uploads\/2018\/08\/cropped-cropped-logo-2.png","contentUrl":"https:\/\/www.databasefilerecovery.com\/blog\/wp-content\/uploads\/2018\/08\/cropped-cropped-logo-2.png","width":232,"height":54,"caption":"Database File Recovery"},"image":{"@id":"https:\/\/www.databasefilerecovery.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.databasefilerecovery.com\/blog\/#\/schema\/person\/96432d4ec7277c17cfec1efa881e5dac","name":"Shivam Rathore","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0a31c9ea64adf63f17d6ce0467aa1d2e8510d8da1bab2f524c84a4880fbb9723?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0a31c9ea64adf63f17d6ce0467aa1d2e8510d8da1bab2f524c84a4880fbb9723?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0a31c9ea64adf63f17d6ce0467aa1d2e8510d8da1bab2f524c84a4880fbb9723?s=96&d=mm&r=g","caption":"Shivam Rathore"},"url":"https:\/\/www.databasefilerecovery.com\/blog\/author\/shivam\/"}]}},"_links":{"self":[{"href":"https:\/\/www.databasefilerecovery.com\/blog\/wp-json\/wp\/v2\/posts\/376","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.databasefilerecovery.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.databasefilerecovery.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.databasefilerecovery.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.databasefilerecovery.com\/blog\/wp-json\/wp\/v2\/comments?post=376"}],"version-history":[{"count":1,"href":"https:\/\/www.databasefilerecovery.com\/blog\/wp-json\/wp\/v2\/posts\/376\/revisions"}],"predecessor-version":[{"id":2041,"href":"https:\/\/www.databasefilerecovery.com\/blog\/wp-json\/wp\/v2\/posts\/376\/revisions\/2041"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.databasefilerecovery.com\/blog\/wp-json\/wp\/v2\/media\/377"}],"wp:attachment":[{"href":"https:\/\/www.databasefilerecovery.com\/blog\/wp-json\/wp\/v2\/media?parent=376"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.databasefilerecovery.com\/blog\/wp-json\/wp\/v2\/categories?post=376"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.databasefilerecovery.com\/blog\/wp-json\/wp\/v2\/tags?post=376"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}