Copy data from SQL Server Express keep primary key
- by EduardoMello
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.