Does anyone have a script that will delete all non-system tables/procs/views from a database?
I created some views, procs and tables which I need to clean up and doing t
Wouldn't it be easier to drop/recreate the database?
DROP DATABASE yourdbname CREATE DATABASE yourdbname