How do I copy tables in SQL Server 2005 to a new instance while maintaining the foreign keys and identity columns in the source instance?<BR><BR>The import/export function in Management Studio creates ...
I'm doing some development on a dev server of ours for a site that's currently live on another server. They have their own server with a SQL Server database holding the data for the live site. So as ...