Browse by Tags

How do I view the definition of a server-level trigger?
Published 16 July 7 7:43 AM | SSQA.net
SELECT definition FROM sys.server_sql_modules; GO Books online documented the usage of triggers for the business needs: Creates a DML, DDL, or logon trigger. A trigger is a special kind of stored procedure that automatically executes when an event occurs...
Filed under: , , ,