Copy data from database sql express keep primary key
        Posted  
        
            by EduardoMello
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by EduardoMello
        
        
        
        Published on 2010-04-03T17:02:56Z
        Indexed on 
            2010/04/03
            17:13 UTC
        
        
        Read the original article
        Hit count: 315
        
sql-server
|Identity
I want to copy data from a database to another, but I'd like to keep the primary key from the original database so it won't mess with the relationships. I'm using MS SQL Server 2008.
© Stack Overflow or respective owner