To drop all tables from a sql server database with one command is very simple.You can use the system stored procedure "sp_MSforeachtable".Paste in query editor the snippet:exec sp_MSforeachtable "DROP TABLE ? PRINT '? dropped' "
That's all folks!
Related posts
I will also give you some useful tips, based on the modest wisdom gained during the years that I've worked as a developer and project manager.
Wakoopa
Get notified when a new post is published.