Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 help need to move sql 2008 database back to 2005

Author  Topic 

esthera
Master Smack Fu Yak Hacker

1410 Posts

Posted - 2011-01-19 : 07:26:55
I need to move a sql2008 database back to 2005 in the most efficient way

how can I do this?

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2011-01-19 : 08:20:07
There is no easy way to do that.
You have to script and do the export/import and so on...


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

esthera
Master Smack Fu Yak Hacker

1410 Posts

Posted - 2011-01-19 : 08:39:31
export &import through dts? is that the best way?

Go to Top of Page

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2011-01-19 : 09:06:04
See this link, maybe it is helpful:
http://msdn.microsoft.com/en-us/library/ms188664.aspx


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

esthera
Master Smack Fu Yak Hacker

1410 Posts

Posted - 2011-01-19 : 09:31:09
problem is i'm going back to 2005

I moved the database on sunday to 2008
i want to move it back -- is there anyway to just move the new records or I should truncate each table and move?
Go to Top of Page

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2011-01-19 : 09:34:47
If it is possible to filter the new records then maybe you can insert them into the 2005 db using a linked server.


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

jeffw8713
Aged Yak Warrior

819 Posts

Posted - 2011-01-19 : 20:54:47
As others have already posted, the only way is to export and import.

I am wondering what issues you have run into that require you to move back to 2005?

Jeff
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2011-01-19 : 23:03:56
Post the problems that you are running into so that we can help you stay on 2008. I'm sure all issues can easily resolved, perhaps just need 100 compatibility level. Moving back to 2005 will be a pain.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

esthera
Master Smack Fu Yak Hacker

1410 Posts

Posted - 2011-01-20 : 02:26:29
I ended up using a redgate program to move the changed data

the problem is that i'm using this from a office that doesn't have a good adsl connection so the database must sit logally. Ideally I would like to synchronize from the 2005 to the 2008 but I had issues doing that.
Go to Top of Page
   

- Advertisement -