{"id":1151,"date":"2007-10-12T19:26:00","date_gmt":"2007-10-12T19:26:00","guid":{"rendered":"\/blogs\/paul\/post\/SQL-Server-2008-Whats-been-removed-in-this-version-BACKUP-LOG-WITH-NO_LOG-for-one!.aspx"},"modified":"2013-01-01T19:21:59","modified_gmt":"2013-01-02T03:21:59","slug":"sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one","status":"publish","type":"post","link":"https:\/\/www.sqlskills.com\/blogs\/paul\/sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one\/","title":{"rendered":"SQL Server 2008: What&#8217;s been removed in this version? BACKUP LOG WITH NO_LOG for one!"},"content":{"rendered":"<p><font face=\"Verdana\"><font size=\"2\"><\/p>\n<p>\nAll the razzamatazz about new releases go on about what&#39;s new but hardly ever is there discussion of <em>what&#39;s been removed<\/em>. So that&#39;s the topic of this short post.\n<\/p>\n<p>\nIn the Books Online that comes with the July CTP of SS2008 (<a href=\"https:\/\/connect.microsoft.com\/SQLServer\/content\/content.aspx?ContentID=5395\"><strong><font color=\"#696969\">here&#39;s<\/font><\/strong><\/a> a link to the download page), the topic <em>Discontinued Database Engine Functionality in SQL Server 2008<\/em> lists the following:\n<\/p>\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" style=\"background-color: #cccccc\">\n<tbody>\n<tr>\n<th><font size=\"2\">Category <\/font><\/th>\n<th><font size=\"2\">Discontinued feature <\/font><\/th>\n<th><font size=\"2\">Replacement <\/font><\/th>\n<\/tr>\n<tr>\n<td>\n<p>\n\t\t\t<font size=\"2\">Aliases<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\"><strong>sp_addalias<\/strong> <\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">Replace aliases with a combination of user accounts and database roles. For more information, see CREATE USER (Transact-SQL) and CREATE ROLE (Transact-SQL). Remove aliases in upgraded databases by using sp_dropalias (Transact-SQL).<\/font>\n\t\t\t<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>\n\t\t\t<font size=\"2\">Backup and restore<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">DUMP statement<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">BACKUP<\/font>\n\t\t\t<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>\n\t\t\t<font size=\"2\">Backup and restore<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">LOAD statement<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">RESTORE<\/font>\n\t\t\t<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>\n\t\t\t<font size=\"2\">Backup and restore<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">BACKUP LOG WITH NO_LOG<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">None. The transaction log is automatically truncated when the database is using the simple recovery model. If you must remove the log backup chain from a database, switch to the simple recovery model.<\/font>\n\t\t\t<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>\n\t\t\t<font size=\"2\">Backup and restore<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">BACKUP LOG WITH TRUNCATE_ONLY<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">None. The transaction log is automatically truncated when the database is using the simple recovery model. If you must remove the log backup chain from a database, switch to the simple recovery model.<\/font>\n\t\t\t<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>\n\t\t\t<font size=\"2\">Backup and restore<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">BACKUP TRANSACTION <\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">BACKUP LOG<\/font>\n\t\t\t<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>\n\t\t\t<font size=\"2\">Backup and restore<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\"><strong>sp_helpdevice<\/strong> <\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">Query the <strong>sys.backup_devices<\/strong> catalog view.<\/font>\n\t\t\t<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>\n\t\t\t<font size=\"2\">Compatibility level<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">60, 65, and 70 compatibility levels<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">Databases must be set to at least compatibility level 80.<\/font>\n\t\t\t<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>\n\t\t\t<font size=\"2\">DBCC<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">DBCC CONCURRENCYVIOLATION<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">None<\/font>\n\t\t\t<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>\n\t\t\t<font size=\"2\">Groups<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\"><strong>sp_addgroup<\/strong> <\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">Use roles.<\/font>\n\t\t\t<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>\n\t\t\t<font size=\"2\">Groups<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\"><strong>sp_changegroup<\/strong> <\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">Use roles.<\/font>\n\t\t\t<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>\n\t\t\t<font size=\"2\">Groups<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\"><strong>sp_dropgroup<\/strong> <\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">Use roles.<\/font>\n\t\t\t<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>\n\t\t\t<font size=\"2\">Groups<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\"><strong>sp_helpgroup<\/strong> <\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">Use roles.<\/font>\n\t\t\t<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>\n<p>\n\t\t\t<font size=\"2\">Sample databases<\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\"><strong>Northwind<\/strong> and<strong> pubs<\/strong><\/font>\n\t\t\t<\/p>\n<\/td>\n<td>\n<p>\n\t\t\t<font size=\"2\">Use <strong>AdventureWorks<\/strong>. <strong>Northwind<\/strong> and <strong>pubs<\/strong> are available as downloads, or can be copied from a previous installation of SQL Server.<\/font>\n\t\t\t<\/p>\n<p>\n\t\t\t<font size=\"2\">For more information, see AdventureWorks Sample Databases.<\/font>\n\t\t\t<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\nMost of these aren&#39;t going to bother people much I would guess but removing <font face=\"Courier New\">BACKUP LOG WITH NO_LOG<\/font> is going to cause problems. Don&#39;t get me wrong, I think it&#39;s great that it&#39;s being removed (see my <a href=\"https:\/\/www.sqlskills.com\/blogs\/paul\/backup-log-with-no_log-use-abuse-and-undocumented-trace-flags-to-stop-it\/\" target=\"_blank\">previous post<\/a> for why I think it&#39;s evil) but it&#39;s going to break a lot of people who rely on it now for managing their transaction logs instead of taking log backups or switching to SIMPLE recovery mode.\n<\/p>\n<p><\/font><\/font><\/p>\n","protected":false},"excerpt":{"rendered":"<p>All the razzamatazz about new releases go on about what&#39;s new but hardly ever is there discussion of what&#39;s been removed. So that&#39;s the topic of this short post. In the Books Online that comes with the July CTP of SS2008 (here&#39;s a link to the download page), the topic Discontinued Database Engine Functionality in [&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,86],"tags":[],"class_list":["post-1151","post","type-post","status-publish","format-standard","hentry","category-backuprestore","category-sql-server-2008"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>SQL Server 2008: What&#039;s been removed in this version? BACKUP LOG WITH NO_LOG for one! - 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\/sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SQL Server 2008: What&#039;s been removed in this version? BACKUP LOG WITH NO_LOG for one! - Paul S. Randal\" \/>\n<meta property=\"og:description\" content=\"All the razzamatazz about new releases go on about what&#039;s new but hardly ever is there discussion of what&#039;s been removed. So that&#039;s the topic of this short post. In the Books Online that comes with the July CTP of SS2008 (here&#039;s a link to the download page), the topic Discontinued Database Engine Functionality in [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.sqlskills.com\/blogs\/paul\/sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one\/\" \/>\n<meta property=\"og:site_name\" content=\"Paul S. Randal\" \/>\n<meta property=\"article:published_time\" content=\"2007-10-12T19:26:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2013-01-02T03:21:59+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=\"2 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\/sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one\/\",\"url\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one\/\",\"name\":\"SQL Server 2008: What's been removed in this version? BACKUP LOG WITH NO_LOG for one! - Paul S. Randal\",\"isPartOf\":{\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/#website\"},\"datePublished\":\"2007-10-12T19:26:00+00:00\",\"dateModified\":\"2013-01-02T03:21:59+00:00\",\"author\":{\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/#\/schema\/person\/ffcec826c18782e1e0adf173826a7fce\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.sqlskills.com\/blogs\/paul\/sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sqlskills.com\/blogs\/paul\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SQL Server 2008: What&#8217;s been removed in this version? BACKUP LOG WITH NO_LOG for one!\"}]},{\"@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":"SQL Server 2008: What's been removed in this version? BACKUP LOG WITH NO_LOG for one! - 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\/sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one\/","og_locale":"en_US","og_type":"article","og_title":"SQL Server 2008: What's been removed in this version? BACKUP LOG WITH NO_LOG for one! - Paul S. Randal","og_description":"All the razzamatazz about new releases go on about what&#39;s new but hardly ever is there discussion of what&#39;s been removed. So that&#39;s the topic of this short post. In the Books Online that comes with the July CTP of SS2008 (here&#39;s a link to the download page), the topic Discontinued Database Engine Functionality in [&hellip;]","og_url":"https:\/\/www.sqlskills.com\/blogs\/paul\/sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one\/","og_site_name":"Paul S. Randal","article_published_time":"2007-10-12T19:26:00+00:00","article_modified_time":"2013-01-02T03:21:59+00:00","author":"Paul Randal","twitter_misc":{"Written by":"Paul Randal","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one\/","url":"https:\/\/www.sqlskills.com\/blogs\/paul\/sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one\/","name":"SQL Server 2008: What's been removed in this version? BACKUP LOG WITH NO_LOG for one! - Paul S. Randal","isPartOf":{"@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/#website"},"datePublished":"2007-10-12T19:26:00+00:00","dateModified":"2013-01-02T03:21:59+00:00","author":{"@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/#\/schema\/person\/ffcec826c18782e1e0adf173826a7fce"},"breadcrumb":{"@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.sqlskills.com\/blogs\/paul\/sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.sqlskills.com\/blogs\/paul\/sql-server-2008-whats-been-removed-in-this-version-backup-log-with-no_log-for-one\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sqlskills.com\/blogs\/paul\/"},{"@type":"ListItem","position":2,"name":"SQL Server 2008: What&#8217;s been removed in this version? BACKUP LOG WITH NO_LOG for one!"}]},{"@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\/1151","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=1151"}],"version-history":[{"count":0,"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/posts\/1151\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/media?parent=1151"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/categories?post=1151"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sqlskills.com\/blogs\/paul\/wp-json\/wp\/v2\/tags?post=1151"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}