Feb 1, 2012

DROP all tables from a Database


EXEC sp_MSforeachtable @cmd = "DROP TABLE ?"

This hidden stored procedure will drop all tables from existing database.

No comments:

Post a Comment

Search for