Good day,I am wondering what would be the easiest way to recreate an existing database schema (sprocs, tables, constraints, etc..) without the data.In MSSQL, I know you can use the Generate Scripts in Task but this doesn't create a runnable script, you still need to order the execution manually since some tables might reference to other tables that aren't created yet.What's the best practice? (Knowing that this is a large database...)Regards,Shany Grimard
↧