I'm working on a web app, and it part of it, there is a very simple database-driven file/document manager. As a file manager, there is the possibility of sub-folders. So in the DB, I have the ...
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 ...