I want to check if all the triggers are on or not on the SQL Db开发者_Go百科 I am working on. How can I achieve that? Thanks,
In SQL Server, you can do this:
Select * From sys.triggers
I want to check if all the triggers are on or not on the SQL Db开发者_Go百科 I am working on. How can I achieve that? Thanks,
In SQL Server, you can do this:
Select * From sys.triggers
精彩评论