Is there a quicker way to get rid of a bunch of tables or I'm wrong in something unseen (by me) ?
If you're dropping all the tables just drop the database (delete the file). Otherwise I don't believe there is a faster method. You might redesign to make it faster though. Place all the tables you regularly drop into a separate database. You can attach it and use them as normal then just detach and delete the database file.