Copy data from SQL Server 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/04 8:03 UTC
Read the original article Hit count: 617

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 SQL Server 2008.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about Identity