Here is a modified version of the answer by @pedromendessk that should work in one go:
EXEC sp_MSforeachtable @command1 = 'ALTER TABLE ? NOCHECK CONSTRAINT ALL', @command2 = 'DROP TABLE ?'