Import database: SQL Server 2005 Express to SQL Server 2008 Enterprise
Posted
by Khou
on Server Fault
See other posts from Server Fault
or by Khou
Published on 2010-02-23T13:22:17Z
Indexed on
2010/04/02
7:03 UTC
Read the original article
Hit count: 1091
I have two servers
1 x SQL Server 2005 Express and 1 x SQL Server 2008 Enterprise
How can I move/import my database from SQL Server 2005 Express to SQL Server 2008 Enterprise?
(BACKUP SQL SERVER 2005 and RESTORE to SQL Server 2008, would that work?)
© Server Fault or respective owner