Translate

Monday, November 28, 2011

Drop All Tables

-- caution: rollout only

EXEC sp_MSforeachtable @command1 = 'DROP TABLE ?'