Showing posts with label sql. Show all posts
Showing posts with label sql. Show all posts

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