How many types of TRIGGERS are there in MS SQL Server?
Answer Posted / anand
3 types of triggers
FOR/AFTER
I)DML Triggers
II)DDL triggers -introduces in SQL Server 2005
Instead OF triggers
LOGON Triggers -introduces in SQL Server 2005
DDL and LOGON are used to administrator related tasks
| Is This Answer Correct ? | 33 Yes | 8 No |
Post New Answer View All Answers
Can you explain what is sql server english query?
What are the advantages to use stored procedures?
What is the difference between DataRow.Delete() and DataRow.Remove()?
What happens when converting big values to integers?
What are the advantages of using third-party tools?
What are .mdf files?
How do I create a stored procedure in dbml?
What number sorts of privileges are accessible in sql?
Can sub report data source be different from that of the parent report?
What will be query used to get the list of triggers in a database?
What is data block and how to define data block size?
When multiple after triggers are attached to sql table, how to control the order of execution?
What are the difficulties faced in cube development? : sql server analysis services, ssas
What is the exact numeric data type in sql?
How to create stored procedures with parameters in ms sql server?