I have to transfer the data and structure of a SQL Server database to an already created empty database.
I have 4 tables with auto-increment keys, where 3 tables are sub tables of the master. The database also has the ASP.NET membership tables, which I need to copy across as has user data.
Any ideas, I have tried usually SQL Server 2012 Management Studio, but won't keep the auto inc keys and ASP.NET membership tables.