Importing Sql Server 2005 database into Sql Server express 2008
        Posted  
        
            by Matthew Kanwisher
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Matthew Kanwisher
        
        
        
        Published on 2008-11-16T17:36:57Z
        Indexed on 
            2010/04/16
            13:53 UTC
        
        
        Read the original article
        Hit count: 929
        
sql
|sql-server-2008
Is there any way to import a database backup from 2005 into 2008 express edition. What I've had to resort to is doing a script the database, then import all the data through DTS. Whenever I tried to import straight from a backup file it says something about not being to import into a new version of sql server or I'll get the below error.
title: Microsoft SQL Server Management Studio
Specified cast is not valid. (SqlManagerUI)
© Stack Overflow or respective owner