I made a copy of a DB that is used for a web app to make a new instance of this web app. I am wondering how do I remove all data and transactions and what not so that it is just a clean empty shell of tables ready to be written with new data?
Share
Sql Server Database Publishing Wizard. Create a script with just the schema, specifying to drop the existing objects.