Tag Archives: Advantages & Disadvantages of SQL Trigger

Advantages & Disadvantages of SQL Trigger

Advantages & Disadvantages of SQL Trigger Introduction Triggers are database objects which are needed to perform some predefined action for automatic execution whenever users try to do execute data modification commands (INSERT, DELETE and UPDATE) on the specified tables. Triggers are … Continue reading

Posted in SQL Server, SQL Triggers | Tagged , | Leave a comment