Import database: SQL Server 2005 Express to SQL Server 2008 Enterprise
- by Khou
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?)