Skip to content
  • There are no suggestions because the search field is empty.

T-SQL Script: Enable all triggers in a database

T-SQL Script: Enable all triggers in a database

EXEC sp_MSforeachtable 'ALTER TABLE ? DISABLE TRIGGER ALL';