SQL Server 2008 R2. SQL Server Management Studio 2008.
I have a table in one database that I want to make an EXACT copy of in another database. I need to copy the structure (design) AND the data EXACTLY. I need the primary key values (Is Identity) to remain EXACTLY the same in the copy. How can I do that? Thanks for any help.