{"id":3426,"date":"2015-12-16T09:55:40","date_gmt":"2015-12-16T14:55:40","guid":{"rendered":"https:\/\/academy.sqlbak.com\/?p=3426"},"modified":"2023-10-17T04:56:53","modified_gmt":"2023-10-17T08:56:53","slug":"database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927","status":"publish","type":"post","link":"https:\/\/academy.sqlbak.com\/database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927\/","title":{"rendered":"Database ‘Adventureworks’ cannot be opened. It is in the middle of a restore (Msg 927)"},"content":{"rendered":"

To understand how to avoid “Database ‘Adventureworks’ cannot be opened. It is in the middle of a restore<\/em>” error let’s consider the following example:<\/p>\n

Assume,\u00a0in the database some crucial data were deleted, and the restore operation was started<\/p>\n

RESTORE DATABASE<\/span> Adventureworks\u00a0FROM DISK<\/span> = 'Adventureworks_full.bak'<\/span> WITH NORECOVERY<\/span>, REPLACE\u00a0<\/span><\/pre>\n

<\/p>\n

Note, that even if \u00a0the full backup was restored the database still is in the NORECOVERY<\/span> state and there is no way to use it. But if you try to run this database the SQL Server will send this error message:<\/p>\n

Msg 927, Level 14, State 2, Line 3<\/span>\r\nDatabase 'Adventureworks' cannot be opened. It is in the middle of a restore.<\/span><\/pre>\n

Here are some ways how to avoid this error.<\/p>\n

    \n
  • The first one is to restore only full backup WITH RECOVERY<\/span> option:<\/li>\n<\/ul>\n
    RESTORE DATABASE<\/span> Adventureworks\u00a0FROM DISK<\/span> = 'Adventureworks_full.bak'<\/span> WITH RECOVERY<\/span><\/pre>\n
      \n
    • The other way is applicable when you need to restore several\u00a0backups, such as differential and transaction log. Doing this you need to restore the last backup WITH RECOVERY<\/span> option in order to\u00a0restore the database to its working state.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"

      To understand how to avoid “Database ‘Adventureworks’ cannot be opened. It is in the middle of a restore” error let’s consider the following example: Assume,\u00a0in the database some crucial data were deleted, and the restore operation was started RESTORE DATABASE Adventureworks\u00a0FROM DISK = ‘Adventureworks_full.bak’ WITH NORECOVERY, REPLACE\u00a0<\/p>\n","protected":false},"author":10,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[159],"tags":[],"yoast_head":"\nDatabase 'Adventureworks' cannot be opened. It is in the middle of a restore (Msg 927) - Sql Server Backup Academy<\/title>\n<meta name=\"description\" content=\"How to solve "Database 'Adventureworks' cannot be opened. It is in the middle of a restore (Msg 927)"\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/academy.sqlbak.com\/database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Database 'Adventureworks' cannot be opened. It is in the middle of a restore (Msg 927) - Sql Server Backup Academy\" \/>\n<meta property=\"og:description\" content=\"How to solve "Database 'Adventureworks' cannot be opened. It is in the middle of a restore (Msg 927)"\" \/>\n<meta property=\"og:url\" content=\"https:\/\/academy.sqlbak.com\/database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927\/\" \/>\n<meta property=\"og:site_name\" content=\"Sql Server Backup Academy\" \/>\n<meta property=\"article:published_time\" content=\"2015-12-16T14:55:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-17T08:56:53+00:00\" \/>\n<meta name=\"author\" content=\"Alexandr Omelchenko\" \/>\n<meta name=\"twitter:card\" content=\"summary\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alexandr Omelchenko\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/academy.sqlbak.com\/database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927\/\",\"url\":\"https:\/\/academy.sqlbak.com\/database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927\/\",\"name\":\"Database 'Adventureworks' cannot be opened. It is in the middle of a restore (Msg 927) - Sql Server Backup Academy\",\"isPartOf\":{\"@id\":\"https:\/\/academy.sqlbak.com\/#website\"},\"datePublished\":\"2015-12-16T14:55:40+00:00\",\"dateModified\":\"2023-10-17T08:56:53+00:00\",\"author\":{\"@id\":\"https:\/\/academy.sqlbak.com\/#\/schema\/person\/a579cfefacf074f062823446cad811a8\"},\"description\":\"How to solve \\\"Database 'Adventureworks' cannot be opened. It is in the middle of a restore (Msg 927)\\\"\",\"breadcrumb\":{\"@id\":\"https:\/\/academy.sqlbak.com\/database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/academy.sqlbak.com\/database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/academy.sqlbak.com\/database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Database ‘Adventureworks’ cannot be opened. It is in the middle of a restore (Msg 927)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/academy.sqlbak.com\/#website\",\"url\":\"https:\/\/academy.sqlbak.com\/\",\"name\":\"Sql Server Backup Academy\",\"description\":\"All you need to know about Sql Server database backup\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/academy.sqlbak.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/academy.sqlbak.com\/#\/schema\/person\/a579cfefacf074f062823446cad811a8\",\"name\":\"Alexandr Omelchenko\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/academy.sqlbak.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8155f02a1f0f4ef52a4a68ef379a922f?s=96&d=monsterid&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8155f02a1f0f4ef52a4a68ef379a922f?s=96&d=monsterid&r=g\",\"caption\":\"Alexandr Omelchenko\"},\"sameAs\":[\"http:\/\/sqlbak.com\"],\"url\":\"https:\/\/academy.sqlbak.com\/author\/alexandr\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Database 'Adventureworks' cannot be opened. It is in the middle of a restore (Msg 927) - Sql Server Backup Academy","description":"How to solve \"Database 'Adventureworks' cannot be opened. It is in the middle of a restore (Msg 927)\"","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:\/\/academy.sqlbak.com\/database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927\/","og_locale":"en_US","og_type":"article","og_title":"Database 'Adventureworks' cannot be opened. It is in the middle of a restore (Msg 927) - Sql Server Backup Academy","og_description":"How to solve \"Database 'Adventureworks' cannot be opened. It is in the middle of a restore (Msg 927)\"","og_url":"https:\/\/academy.sqlbak.com\/database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927\/","og_site_name":"Sql Server Backup Academy","article_published_time":"2015-12-16T14:55:40+00:00","article_modified_time":"2023-10-17T08:56:53+00:00","author":"Alexandr Omelchenko","twitter_card":"summary","twitter_misc":{"Written by":"Alexandr Omelchenko","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/academy.sqlbak.com\/database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927\/","url":"https:\/\/academy.sqlbak.com\/database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927\/","name":"Database 'Adventureworks' cannot be opened. It is in the middle of a restore (Msg 927) - Sql Server Backup Academy","isPartOf":{"@id":"https:\/\/academy.sqlbak.com\/#website"},"datePublished":"2015-12-16T14:55:40+00:00","dateModified":"2023-10-17T08:56:53+00:00","author":{"@id":"https:\/\/academy.sqlbak.com\/#\/schema\/person\/a579cfefacf074f062823446cad811a8"},"description":"How to solve \"Database 'Adventureworks' cannot be opened. It is in the middle of a restore (Msg 927)\"","breadcrumb":{"@id":"https:\/\/academy.sqlbak.com\/database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/academy.sqlbak.com\/database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/academy.sqlbak.com\/database-adventureworks-cannot-be-opened-it-is-in-the-middle-of-a-restore-msg-927\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Database ‘Adventureworks’ cannot be opened. It is in the middle of a restore (Msg 927)"}]},{"@type":"WebSite","@id":"https:\/\/academy.sqlbak.com\/#website","url":"https:\/\/academy.sqlbak.com\/","name":"Sql Server Backup Academy","description":"All you need to know about Sql Server database backup","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/academy.sqlbak.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/academy.sqlbak.com\/#\/schema\/person\/a579cfefacf074f062823446cad811a8","name":"Alexandr Omelchenko","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/academy.sqlbak.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8155f02a1f0f4ef52a4a68ef379a922f?s=96&d=monsterid&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8155f02a1f0f4ef52a4a68ef379a922f?s=96&d=monsterid&r=g","caption":"Alexandr Omelchenko"},"sameAs":["http:\/\/sqlbak.com"],"url":"https:\/\/academy.sqlbak.com\/author\/alexandr\/"}]}},"_links":{"self":[{"href":"https:\/\/academy.sqlbak.com\/wp-json\/wp\/v2\/posts\/3426"}],"collection":[{"href":"https:\/\/academy.sqlbak.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/academy.sqlbak.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/academy.sqlbak.com\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/academy.sqlbak.com\/wp-json\/wp\/v2\/comments?post=3426"}],"version-history":[{"count":5,"href":"https:\/\/academy.sqlbak.com\/wp-json\/wp\/v2\/posts\/3426\/revisions"}],"predecessor-version":[{"id":3851,"href":"https:\/\/academy.sqlbak.com\/wp-json\/wp\/v2\/posts\/3426\/revisions\/3851"}],"wp:attachment":[{"href":"https:\/\/academy.sqlbak.com\/wp-json\/wp\/v2\/media?parent=3426"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/academy.sqlbak.com\/wp-json\/wp\/v2\/categories?post=3426"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/academy.sqlbak.com\/wp-json\/wp\/v2\/tags?post=3426"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}