dbTalk Databases Forums  

SQL 2005 to 2008, then back to 2005

microsoft.public.sqlserver.tools microsoft.public.sqlserver.tools


Discuss SQL 2005 to 2008, then back to 2005 in the microsoft.public.sqlserver.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andy
 
Posts: n/a

Default SQL 2005 to 2008, then back to 2005 - 12-14-2009 , 10:46 AM






If I've got a SQL 2005 database that I want to import to SQL 2008, but never
upgrade it to a 2008 database, can it be unmounted and re-imported back to
SQL 2005?


--
-Andy Stevens
Jr. Web Developer
Adams Keegan
http:\\www.adamskeegan.com
Re-think HR. Think Adams Keegan.

Reply With Quote
  #2  
Old   
Kalen Delaney
 
Posts: n/a

Default Re: SQL 2005 to 2008, then back to 2005 - 12-14-2009 , 11:01 AM






Hi Andy

What do you mean by 'import'? If you have attached or restored the database
so it is now used by SQL Server 2008, then the database is already upgraded
and cannot be attached or restored to a SQL 2005 instance.

--
HTH
Kalen
----------------------------------------
Kalen Delaney
SQL Server MVP
www.SQLServerInternals.com

"Andy" <Andy (AT) discussions (DOT) microsoft.com> wrote

Quote:
If I've got a SQL 2005 database that I want to import to SQL 2008, but
never
upgrade it to a 2008 database, can it be unmounted and re-imported back to
SQL 2005?


--
-Andy Stevens
Jr. Web Developer
Adams Keegan
http:\\www.adamskeegan.com
Re-think HR. Think Adams Keegan.

Reply With Quote
  #3  
Old   
Andy
 
Posts: n/a

Default Re: SQL 2005 to 2008, then back to 2005 - 12-14-2009 , 11:08 AM



I was just guessing on terminology, but you answered my question. Thanks!


--
-Andy Stevens
Jr. Web Developer
Adams Keegan
http:\\www.adamskeegan.com
Re-think HR. Think Adams Keegan.


"Kalen Delaney" wrote:

Quote:
Hi Andy

What do you mean by 'import'? If you have attached or restored the database
so it is now used by SQL Server 2008, then the database is already upgraded
and cannot be attached or restored to a SQL 2005 instance.

--
HTH
Kalen
----------------------------------------
Kalen Delaney
SQL Server MVP
www.SQLServerInternals.com

"Andy" <Andy (AT) discussions (DOT) microsoft.com> wrote in message
news:45736904-2AC0-42E9-9B18-3CF2DA375646 (AT) microsoft (DOT) com...
If I've got a SQL 2005 database that I want to import to SQL 2008, but
never
upgrade it to a 2008 database, can it be unmounted and re-imported back to
SQL 2005?


--
-Andy Stevens
Jr. Web Developer
Adams Keegan
http:\\www.adamskeegan.com
Re-think HR. Think Adams Keegan.

Reply With Quote
  #4  
Old   
Rick Byham, MSFT
 
Posts: n/a

Default Re: SQL 2005 to 2008, then back to 2005 - 12-14-2009 , 11:09 AM



Sorry, no. Opening a database file with SQL Server 2008 will update certain
things in the database so that SQL Server 2008 can use it. (And it updates a
version number in the database.) But then SQL Server 2005 won't understand
those things, so you can't just go back to SQL Server 2005.
You could export the database from SQL Server 2008 back to a SQL Server 2005
using the Copy Database Wizard. But if you have used any SQL Server 2008
features (for example Extensible Key Management or the spatial data types)
you would have to exclude those.
--
Rick Byham, MSFT
(Implies no warranty or rights)


"Andy" <Andy (AT) discussions (DOT) microsoft.com> wrote

Quote:
If I've got a SQL 2005 database that I want to import to SQL 2008, but
never
upgrade it to a 2008 database, can it be unmounted and re-imported back to
SQL 2005?


--
-Andy Stevens
Jr. Web Developer
Adams Keegan
http:\\www.adamskeegan.com
Re-think HR. Think Adams Keegan.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.