use following query : -
==================
use master
exec sp_MSforeachtable @Command1 = "DROP TABLE ?"
your whole database dables will drop instantly.
==================
use master
exec sp_MSforeachtable @Command1 = "DROP TABLE ?"
your whole database dables will drop instantly.
No comments:
Post a Comment