Move database from sql server 2008 to 2005
Posted
by pencilslate
on Stack Overflow
See other posts from Stack Overflow
or by pencilslate
Published on 2010-05-07T20:46:48Z
Indexed on
2010/05/07
20:48 UTC
Read the original article
Hit count: 245
I have a database currently in SQL Server 2008 to be moved to SQL Server 2005. I would like to backup the 2008 db to a bak file and import it to 2005, but couldn't find any options in SSMS 2008 while taking backup. Has anyone had a similar need in the past? How did you manage this through?
© Stack Overflow or respective owner