{"id":703,"date":"2010-04-24T08:42:00","date_gmt":"2010-04-24T08:42:00","guid":{"rendered":"\/blogs\/paul\/post\/A-SQL-Server-DBA-myth-a-day-(2430)-twenty-six-restore-myths.aspx"},"modified":"2017-07-26T11:43:10","modified_gmt":"2017-07-26T18:43:10","slug":"a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths","status":"publish","type":"post","link":"https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths\/","title":{"rendered":"A SQL Server DBA myth a day: (24\/30) twenty six restore myths"},"content":{"rendered":"<p style=\"text-align: justify;\">(Look in the <em><a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/category\/misconceptions\/\">Misconceptions<\/a><\/em> blog category for the rest of the month&#8217;s posts and check out the 60-page PDF with all the myths and misconceptions blog posts collected together when you join our <a href=\"https:\/\/www.sqlskills.com\/join-the-sqlskills-insider-community\/\" target=\"_blank\" rel=\"noopener noreferrer\">Insider list<\/a>, plus my online <em><a href=\"https:\/\/www.pluralsight.com\/courses\/sqlserver-myths\" target=\"_blank\" rel=\"noopener noreferrer\">Myths and Misconceptions training course<\/a><\/em> on Pluralsight.)<\/p>\n<p style=\"text-align: justify;\">One area I haven&#8217;t touched on yet in the series is RESTORE &#8211; and there are a *ton* of misconceptions here (so many, in fact, that I can&#8217;t cover them all in a single post!).\u00a0Last Saturday&#8217;s <a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-1730-page-checksums\/\">post busted 6 page checksum myths<\/a>, and last Sunday&#8217;s\u00a0<a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-1830-filestream-storage-garbage-collection-and-more\/\">busted 5 <em>FILESTREAM<\/em> myths<\/a> so I need to beat\u00a0those today.<\/p>\n<p style=\"text-align: justify;\">In fact, I&#8217;m going to do one myth for each letter of the alphabet as everyone else is still asleep here\u00a0&#8211;\u00a0it&#8217;s another multi-myth-busting extravaganza!<\/p>\n<p style=\"text-align: justify;\"><strong>Myth #24:<\/strong> <em>twenty-six myths around restore operations&#8230;<\/em><\/p>\n<p style=\"text-align: justify;\"><strong><u><em>All of them are FALSE!<\/em><\/u><\/strong><\/p>\n<p style=\"text-align: justify;\"><strong>24a)<\/strong> <em>it is possible to do a point-in-time restore using WITH STOPAT on a full or differential backup<\/em><\/p>\n<p style=\"text-align: justify;\">No. The syntax looks like it allows it, but it&#8217;s just a syntactical nicety to allow you to do the best practice of using <em>WITH STOPAT<\/em> on every restore operation in the point-in-time restore sequence so you don&#8217;t accidentally go past it. I go into more details in the old blog post <em><a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/debunking-a-couple-of-myths-around-full-database-backups\/\">Debunking a couple of myths around full database backups<\/a><\/em>.<\/p>\n<p style=\"text-align: justify;\"><strong>24b)<\/strong> <em>it is possible to continue with a restore sequence after having to use WITH CONTINUE_AFTER_ERROR<\/em><\/p>\n<p style=\"text-align: justify;\">No. If a backup is corrupt such that you must use <em>WITH CONTINUE_AFTER_ERROR<\/em> to restore it, that&#8217;s restore terminates your restore sequence. If you&#8217;re restoring a bunch of transaction log backups and one is corrupt, you may want to think carefully on whether you want to force it to restore or not. Forcing a corrupt log backup to restore could mean you&#8217;ve got inconsistent data in the database, or worst case, structural corruption. I&#8217;d most likely recommend not restoring it.<\/p>\n<p style=\"text-align: justify;\"><strong>24c)<\/strong> <em>it is possible to restore different parts of a database to different points-in-time<\/em><\/p>\n<p style=\"text-align: justify;\">No. A portion of the database cannot be brought online unless it is at the same point in time as the primary filegroup. The exception, of course, is a read-only filegroup.<\/p>\n<p style=\"text-align: justify;\"><strong>24d)<\/strong><em> it is possible to restore filegroups from different databases together in a new database<\/em><\/p>\n<p style=\"text-align: justify;\">No. All the files in a database have a GUID in the file header page. Unless the GUID matches that of data file ID 1 in the database, it cannot be restored as part of the same database.<\/p>\n<p style=\"text-align: justify;\"><strong>24e)<\/strong> <em>restore removes index fragmentation (or updates statistics, etc) <\/em><\/p>\n<p style=\"text-align: justify;\">No. What you backup is what you get when you restore. I explain this a bit more in a <a href=\"http:\/\/sqlmag.com\/blogs\/SQLServerQuestionsAnswered\/SQLServerQuestionsAnswered\/tabid\/1977\/entryid\/12612\/Default\">blog post over on our SQL Server Magazine Q&amp;A blog<\/a>.<\/p>\n<p style=\"text-align: justify;\"><strong>24f)<\/strong> <em>it is possible to shrink a database during a restore <\/em><\/p>\n<p style=\"text-align: justify;\">No. This is an often-requested feature in SQL Server &#8211; be able to restore a very large, but mostly empty, database on a dev or QA server and have it only be the size of the data in the original database. But you can&#8217;t.<\/p>\n<p style=\"text-align: justify;\"><strong>24g)<\/strong> <em>you can restore a database to any\u00a0downlevel version of SQL Server<\/em><\/p>\n<p style=\"text-align: justify;\">No. This is one of the most pervasive myths. SQL Server cannot understand databases from more recent versions (e.g. SQL Server 2005 cannot understand a SQL Server 2008 database). I already explained about this a bunch in <a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/a-dba-myth-a-day-1330-you-cannot-run-dmvs-when-in-the-80-compat-mode-t-sql-tuesday-005\/\"><em>A DBA myth a day: (13\/30) you cannot run DMVs when in the 80 compat mode (T-SQL Tuesday #005<\/em>)<\/a>.<\/p>\n<p style=\"text-align: justify;\"><strong>24h)<\/strong> <em>you can always restore a database to any edition of SQL Server <\/em><\/p>\n<p style=\"text-align: justify;\">No. In SQL Server 2005, if there&#8217;s an table\/index partitioning in the database, it can only be restored on Enterprise (or Enterprise Eval or Developer) Edition. On SQL Server 2008 the list is partitioning, transparent data encryption, change data capture, and data compression. I blogged about this issue, the new DMV you can use in SQL Server 2008, and an example script\u00a0in the blog post <em><a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/sql-server-2008-does-my-database-contain-enterprise-only-features\/\">SQL Server 2008: Does my database contain Enterprise-only features?<\/a><\/em><\/p>\n<p style=\"text-align: justify;\"><strong>24i)<\/strong> <em>using\u00a0WITH STANDBY breaks the restore sequence<\/em><\/p>\n<p style=\"text-align: justify;\">No. The <em>WITH STANDBY<\/em> option allows you to get a read-only transactionally-consistent look at the database in the middle of the restore sequence. As far as the restore sequence is concerned, it&#8217;s as if you used <em>WITH NORECOVERY<\/em>. You can stop as many times as you like using <em>WITH STANDBY<\/em>. This is what log shipping uses when you ask it to allow access to a log-shipping secondary between log backup restores. Beware though, that using <em>WITH STANDBY<\/em> might cause some seemingly-weird behavior &#8211; see <em><a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/why-could-restoring-a-log-shipping-log-backup-be-slow\/\">Why could restoring a log-shipping log backup be slow?<\/a><\/em><\/p>\n<p style=\"text-align: justify;\"><strong>24j)<\/strong> <em>instant file initialization during a restore doesn&#8217;t work if the database wasn&#8217;t backed up on a server with instant file initialization enabled<\/em><br \/>\nNo. Whether instant file initialization is used is entirely dependent on whether the SQL Server instance performing the restore has it enabled. There is nothing in the backup itself that controls this. You can read a bunch about instant file initialization starting in the blog post <em><a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-330-instant-file-initialization-can-be-controlled-from-within-sql-server\/\">A SQL Server DBA myth a day: (3\/30) instant file initialization can be controlled from within SQL Server<\/a><\/em>.<\/p>\n<p style=\"text-align: justify;\"><strong>24k)<\/strong> <em>restore is the best way to recover from corruption<\/em><\/p>\n<p style=\"text-align: justify;\">No, not necessarily. Depending on what backups you have, restore may be the best way to recover with zero or minimal data loss, but it may be waaaay slower than running a repair and accepting some data loss, or pulling damaged\/lost data back from a log shipping secondary. The best way to recover from corruption is the one that allows you to best meet your downtime and data-loss service level agreements.<\/p>\n<p style=\"text-align: justify;\"><strong>24l)<\/strong> <em>you can take a tail-of-the-log backup after starting a restore sequence<\/em><\/p>\n<p style=\"text-align: justify;\">No. As soon as you start to restore over a database you lose the ability to backup the tail-of-the-log. The very first thing in a disaster recovery plan should always be to check whether a tail-of-the-log backup needs to be taken, just in case.<\/p>\n<p style=\"text-align: justify;\"><strong>24m)<\/strong> <em>you can always do a point-in-time restore to a time covered by a log backup <\/em><\/p>\n<p style=\"text-align: justify;\">No. If the log backup contains a minimally-logged operation then you cannot stop at a point in time covered by that log backup. You can only restore it in its entirety. This is because a log backup following a minimally-logged operation must include the data extents that were changed by the operation, but there&#8217;s nothing in the backup that says *when* the extents were changed (that would be the transaction log &#8211; that wasn&#8217;t generated because the operation was minimally logged!). You can figure out how much data will be included in such a log backup using the script in <em><a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/new-script-how-much-data-will-the-next-log-backup-include\/\">New script: how much data will the next log backup include?<\/a><\/em><\/p>\n<p style=\"text-align: justify;\"><strong>24n)<\/strong> <em>as long as the backup completes successfully, the restore will work too <\/em><\/p>\n<p style=\"text-align: justify;\"><strong><u><em>No, no, no, no.<\/em><\/u><\/strong> A backup file is just like a data file &#8211; it sits on an I\/O subsystem. And what causes most corruptions? I\/O subsystems. You must periodically check that your backups are still valid otherwise you could be in for a nasty surprise when disaster strikes. See <em><a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/importance-of-validating-backups\/\">Importance of validating backups<\/a><\/em>. The other thing to consider is that an out-of-band full or log backup could have been taken that breaks your restore sequence if it&#8217;s not available. See <em><a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/backup-with-copy_only-how-to-avoid-breaking-the-backup-chain\/\">BACKUP WITH COPY_ONLY &#8211; how to avoid breaking the backup chain<\/a><\/em>.<\/p>\n<p style=\"text-align: justify;\"><strong>24o)<\/strong> <em>all SQL Server page types can be single-page restored<\/em><\/p>\n<p style=\"text-align: justify;\">No. Various allocation bitmaps and critical metadata pages cannot be single-page restored (or fixed using automatic page repair with database mirroring in SQL Server 2008). My blog post <em><a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/search-engine-qa-22-can-all-page-types-be-single-page-restored\/\">Search Engine Q&amp;A #22: Can all page types be single-page restored?<\/a><\/em> explains more.<\/p>\n<p style=\"text-align: justify;\"><strong>24p)<\/strong> <em>using RESTORE &#8230; WITH VERIFYONLY validates the entire backup<\/em><\/p>\n<p style=\"text-align: justify;\">No.\u00a0Using <em>VERIFYONLY<\/em> only validates the backup header looks like a backup header. It&#8217;s only when you take the backup using <em>WITH CHECKSUM<\/em> and do <em>RESTORE &#8230; WITH VERIFYONLY<\/em> *and* using <em>WITH CHECKSUM<\/em> that the restore does more extensive checks, including the checksum over the entire backup.<\/p>\n<p style=\"text-align: justify;\"><strong>24q)<\/strong> <em>it is possible to restore a backup of an encrypted database without first having restored the server certificate <\/em><\/p>\n<p style=\"text-align: justify;\">No. That&#8217;s the whole point of transparent data encryption. Lose the server certificate, lose the database.<\/p>\n<p style=\"text-align: justify;\"><strong>24r)<\/strong> <em>a restore operation performs all REDO and UNDO operations when the restore sequence is completed<\/em><\/p>\n<p style=\"text-align: justify;\">No. The REDO portion of recovery is performed for each restore operation in the restore sequence. The UNDO portion is not done until the restore sequence is completed.<\/p>\n<p style=\"text-align: justify;\"><strong>24s)<\/strong> <em>a compressed backup can only be restored using Enterprise Edition in SQL Server 2008 <\/em><\/p>\n<p style=\"text-align: justify;\">No. All editions can restore a compressed backup. New in SQL Server 2008 R2,\u00a0 Standard Edition can create a compressed backup as well as Enterprise Edition.<\/p>\n<p style=\"text-align: justify;\"><strong>24t)<\/strong> <em>the restore of a database from an earlier version of SQL Server can be made to skip the upgrade process<\/em><\/p>\n<p style=\"text-align: justify;\">No. It is not possible to skip any necessary upgrade or recovery during a database restore or attach.<\/p>\n<p style=\"text-align: justify;\"><strong>24u)<\/strong> <em>a backup taken on a 32-bit instance cannot be restored on a 64-bit instance, and vice-versa<\/em><\/p>\n<p style=\"text-align: justify;\">No. There is not difference in the database format on different CPU architectures.<\/p>\n<p style=\"text-align: justify;\"><strong>24v)<\/strong> <em>restoring the database is everything the application needs to continue<\/em><\/p>\n<p style=\"text-align: justify;\">No. Just like with a high-availability failover to a database mirror or log shipping secondary, everything in (what I call) the application ecosystem must be there for the application to work. That may include ancillary databases, logins, jobs, stored procedures etc.<\/p>\n<p style=\"text-align: justify;\"><strong>24w)<\/strong> <em>to restore a damaged file from a multi-file filegroup you must restore the entire filegroup<\/em><\/p>\n<p style=\"text-align: justify;\">No. This used to be the case before SQL Server 2000, but not any more.<\/p>\n<p style=\"text-align: justify;\"><strong>24x)<\/strong> <em>you can restore a backup to any up-level version of SQL Server<\/em><\/p>\n<p style=\"text-align: justify;\">No. You can only restore a database from two versions back (i.e. you cannot directly restore a SQL Server 7.0 database to SQL Server 2008).<\/p>\n<p style=\"text-align: justify;\"><strong>24y)<\/strong> <em>a restore operation will always take the same time as the backup operation<\/em><\/p>\n<p style=\"text-align: justify;\">No. There are a ton of things that can affect restore time &#8211; like whether there&#8217;s a long-running transaction that need to be rolled back, or whether the database files need to be created and zero-initialized. There&#8217;s no guarantee.<\/p>\n<p style=\"text-align: justify;\"><strong>24z)<\/strong> <em>you should always drop a database before restoring<\/em><\/p>\n<p style=\"text-align: justify;\">No. If you drop the database then the database files need to be created and zero initialized (or at least the log file does if you have instant file initialization enabled). Also, you should *always* have a copy of the damaged database just in case the restore fails for some reason.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>(Look in the Misconceptions blog category for the rest of the month&#8217;s posts and check out the 60-page PDF with all the myths and misconceptions blog posts collected together when you join our Insider list, plus my online Myths and Misconceptions training course on Pluralsight.) One area I haven&#8217;t touched on yet in the series [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,61],"tags":[],"class_list":["post-703","post","type-post","status-publish","format-standard","hentry","category-backuprestore","category-misconceptions"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>A SQL Server DBA myth a day: (24\/30) twenty six restore myths - Paul S. Randal<\/title>\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.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A SQL Server DBA myth a day: (24\/30) twenty six restore myths - Paul S. Randal\" \/>\n<meta property=\"og:description\" content=\"(Look in the Misconceptions blog category for the rest of the month&#8217;s posts and check out the 60-page PDF with all the myths and misconceptions blog posts collected together when you join our Insider list, plus my online Myths and Misconceptions training course on Pluralsight.) One area I haven&#8217;t touched on yet in the series [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths\/\" \/>\n<meta property=\"og:site_name\" content=\"Paul S. Randal\" \/>\n<meta property=\"article:published_time\" content=\"2010-04-24T08:42:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-07-26T18:43:10+00:00\" \/>\n<meta name=\"author\" content=\"Paul Randal\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Paul Randal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths\/\",\"url\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths\/\",\"name\":\"A SQL Server DBA myth a day: (24\/30) twenty six restore myths - Paul S. Randal\",\"isPartOf\":{\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/#website\"},\"datePublished\":\"2010-04-24T08:42:00+00:00\",\"dateModified\":\"2017-07-26T18:43:10+00:00\",\"author\":{\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/#\/schema\/person\/ffcec826c18782e1e0adf173826a7fce\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A SQL Server DBA myth a day: (24\/30) twenty six restore myths\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/#website\",\"url\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/\",\"name\":\"Paul S. Randal\",\"description\":\"In Recovery...\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/#\/schema\/person\/ffcec826c18782e1e0adf173826a7fce\",\"name\":\"Paul Randal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0b6a266bba2f088f2551ef529293001bd73bf026bc1908b9866728c062beeeb6?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0b6a266bba2f088f2551ef529293001bd73bf026bc1908b9866728c062beeeb6?s=96&d=mm&r=g\",\"caption\":\"Paul Randal\"},\"sameAs\":[\"http:\/\/3.209.169.194\/blogs\/paul\"],\"url\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/author\/paul\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A SQL Server DBA myth a day: (24\/30) twenty six restore myths - Paul S. Randal","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.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths\/","og_locale":"en_US","og_type":"article","og_title":"A SQL Server DBA myth a day: (24\/30) twenty six restore myths - Paul S. Randal","og_description":"(Look in the Misconceptions blog category for the rest of the month&#8217;s posts and check out the 60-page PDF with all the myths and misconceptions blog posts collected together when you join our Insider list, plus my online Myths and Misconceptions training course on Pluralsight.) One area I haven&#8217;t touched on yet in the series [&hellip;]","og_url":"https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths\/","og_site_name":"Paul S. Randal","article_published_time":"2010-04-24T08:42:00+00:00","article_modified_time":"2017-07-26T18:43:10+00:00","author":"Paul Randal","twitter_misc":{"Written by":"Paul Randal","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths\/","url":"https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths\/","name":"A SQL Server DBA myth a day: (24\/30) twenty six restore myths - Paul S. Randal","isPartOf":{"@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/#website"},"datePublished":"2010-04-24T08:42:00+00:00","dateModified":"2017-07-26T18:43:10+00:00","author":{"@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/#\/schema\/person\/ffcec826c18782e1e0adf173826a7fce"},"breadcrumb":{"@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/a-sql-server-dba-myth-a-day-2430-twenty-six-restore-myths\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sqlskills.com\/blogs\/paul\/"},{"@type":"ListItem","position":2,"name":"A SQL Server DBA myth a day: (24\/30) twenty six restore myths"}]},{"@type":"WebSite","@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/#website","url":"https:\/\/www.sqlskills.com\/blogs\/paul\/","name":"Paul S. Randal","description":"In Recovery...","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sqlskills.com\/blogs\/paul\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/#\/schema\/person\/ffcec826c18782e1e0adf173826a7fce","name":"Paul Randal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0b6a266bba2f088f2551ef529293001bd73bf026bc1908b9866728c062beeeb6?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0b6a266bba2f088f2551ef529293001bd73bf026bc1908b9866728c062beeeb6?s=96&d=mm&r=g","caption":"Paul Randal"},"sameAs":["http:\/\/3.209.169.194\/blogs\/paul"],"url":"https:\/\/www.sqlskills.com\/blogs\/paul\/author\/paul\/"}]}},"_links":{"self":[{"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/posts\/703","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/comments?post=703"}],"version-history":[{"count":0,"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/posts\/703\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/media?parent=703"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/categories?post=703"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/tags?post=703"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}