Monday, June 27, 2022

how to check disable sql trigger by query

 

how to check disable trigger by query

SELECT name, is_disabled FROM sys.triggers where is_disabled = 1

No comments:

Post a Comment

How to fixe database in restoring mode

  RESTORE DATABASE YourDatabaseName WITH RECOVERY;