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

Infor SyteLine (CSI) customize Custom Assembly

  if you are looking for script to test run Infor CSI Custom Assembly you can use below code. using System; using System.Collections.Generic...