﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Backups / SQL Server 7,2000  / Restore DB backup from Enterprise Edition to Standard Edition / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 01:02:09 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Restore DB backup from Enterprise Edition to Standard Edition</title><link>http://www.sqlservercentral.com/Forums/Topic1045705-24-1.aspx</link><description>Yes, I knew it was an older thread, however, I felt the information was a) related and b) helpful to anyone else coming along this way.Thank you for monitoring the site.</description><pubDate>Wed, 28 Nov 2012 11:06:49 GMT</pubDate><dc:creator>danielk1</dc:creator></item><item><title>RE: Restore DB backup from Enterprise Edition to Standard Edition</title><link>http://www.sqlservercentral.com/Forums/Topic1045705-24-1.aspx</link><description>Please note: year old thread.</description><pubDate>Wed, 28 Nov 2012 11:03:33 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: Restore DB backup from Enterprise Edition to Standard Edition</title><link>http://www.sqlservercentral.com/Forums/Topic1045705-24-1.aspx</link><description>[quote][b]chetanr.jain (1/10/2011)[/b][hr]Team,i have my production database on SQL 2000 Enterprise Edition. Now to test one of the component, i need to restore the backup to another server. To save on the cost, we have been given SQL 2000 Standard Edition ( not the enterprise Edition).Can i restore the prod db backup (SQL 2000 Ent) to Dev Box ( SQL 2000 Std).[/quote]If you are only doing testing/development, you would be better of with Developer Edition, since it has all of the features of Enterprise Edition, and costs less than Standard Edition.</description><pubDate>Wed, 28 Nov 2012 10:59:08 GMT</pubDate><dc:creator>Michael Valentine Jones</dc:creator></item><item><title>RE: Restore DB backup from Enterprise Edition to Standard Edition</title><link>http://www.sqlservercentral.com/Forums/Topic1045705-24-1.aspx</link><description>FYI, you cannot go from Enterprise 2012 -&amp;gt; [?] 2012 if the Enterprise DB has vardecimal or compression as neither of these are supported in the lower versions of 2012 SQL.</description><pubDate>Wed, 28 Nov 2012 10:41:18 GMT</pubDate><dc:creator>danielk1</dc:creator></item><item><title>RE: Restore DB backup from Enterprise Edition to Standard Edition</title><link>http://www.sqlservercentral.com/Forums/Topic1045705-24-1.aspx</link><description>Hi Gail, Many thanks for the prompt reply. I am surprised (and happy) to learn it and I look forward to trying it out on an Express-Instance.Sean.</description><pubDate>Wed, 21 Dec 2011 08:20:17 GMT</pubDate><dc:creator>Sean Redmond</dc:creator></item><item><title>RE: Restore DB backup from Enterprise Edition to Standard Edition</title><link>http://www.sqlservercentral.com/Forums/Topic1045705-24-1.aspx</link><description>Providing you're not using the persistent Enterprise-only features (partitioning, compression, TDE), an Enterprise edition DB can even be restored to Express (if small enough). Most of the time you can go up and down the editions without problem.</description><pubDate>Wed, 21 Dec 2011 07:56:13 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: Restore DB backup from Enterprise Edition to Standard Edition</title><link>http://www.sqlservercentral.com/Forums/Topic1045705-24-1.aspx</link><description>I find this very surprising, that one can restore a DB created on an Enterprise server onto a Standard server, even if both are at the exact same version and service pack.I wondered about the usage of features that are Enterprise only.I found this in Brent Ozar's 60-Minute Blitz script:/*	Are any of the databases using features that are Enterprise Edition only?	If a database is using something like partitioning, compression, or	Transparent Data Encryption, then I won't be able to restore it onto a	Standard Edition server.*/EXEC dbo.sp_MSforeachdb 'SELECT ''[?]'' AS DatabaseName, * FROM [?].sys.dm_db_persisted_sku_features'I have to go find a copy of the SQL Server 2008 standard edition and test it.</description><pubDate>Wed, 21 Dec 2011 07:51:53 GMT</pubDate><dc:creator>Sean Redmond</dc:creator></item><item><title>RE: Restore DB backup from Enterprise Edition to Standard Edition</title><link>http://www.sqlservercentral.com/Forums/Topic1045705-24-1.aspx</link><description>[quote][b]GilaMonster (1/11/2011)[/b][hr][quote][b]Henrico Bekker (1/11/2011)[/b][hr]If your source SQL Server is on a newer Service Pack level, your destination needs to be the same.[/quote]You can, in the vast majority of cases, restore from a higher service pack number to a lower, providing the two servers are the same major version. ie SQL 2000 SP4 -&amp;gt; SQL 2000 SP2 is fine. SQL 2005 -&amp;gt; SQL 2000 is not ok.The exception is SQL 2005 SP2 to lower service packs of SQL 2005 if vardecimal storage has been enabled.[/quote]Thanx for clearing that up Gail.</description><pubDate>Tue, 11 Jan 2011 00:56:06 GMT</pubDate><dc:creator>Henrico Bekker</dc:creator></item><item><title>RE: Restore DB backup from Enterprise Edition to Standard Edition</title><link>http://www.sqlservercentral.com/Forums/Topic1045705-24-1.aspx</link><description>[quote][b]Henrico Bekker (1/11/2011)[/b][hr]If your source SQL Server is on a newer Service Pack level, your destination needs to be the same.[/quote]You can, in the vast majority of cases, restore from a higher service pack number to a lower, providing the two servers are the same major version. ie SQL 2000 SP4 -&amp;gt; SQL 2000 SP2 is fine. SQL 2005 -&amp;gt; SQL 2000 is not ok.The exception is SQL 2005 SP2 to lower service packs of SQL 2005 if vardecimal storage has been enabled.</description><pubDate>Tue, 11 Jan 2011 00:53:07 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: Restore DB backup from Enterprise Edition to Standard Edition</title><link>http://www.sqlservercentral.com/Forums/Topic1045705-24-1.aspx</link><description>[quote]Can i restore the prod db backup (SQL 2000 Ent) to Dev Box ( SQL 2000 Std).[/quote]If both SQL Servers are on the same level version, yes.If your source SQL Server is on a newer Service Pack level, your destination needs to be the same.</description><pubDate>Tue, 11 Jan 2011 00:24:50 GMT</pubDate><dc:creator>Henrico Bekker</dc:creator></item><item><title>Restore DB backup from Enterprise Edition to Standard Edition</title><link>http://www.sqlservercentral.com/Forums/Topic1045705-24-1.aspx</link><description>Team,i have my production database on SQL 2000 Enterprise Edition. Now to test one of the component, i need to restore the backup to another server. To save on the cost, we have been given SQL 2000 Standard Edition ( not the enterprise Edition).Can i restore the prod db backup (SQL 2000 Ent) to Dev Box ( SQL 2000 Std).</description><pubDate>Mon, 10 Jan 2011 23:56:29 GMT</pubDate><dc:creator>chetanr.jain</dc:creator></item></channel></rss>