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
What is row_number () and partition by in sql server?
Can you tell me about the concept of ER diagrams?
What is a join in sql? What are the types of joins?
Define views.
What are trace files?
How to apply cascading referential integrity in place of triggers?
You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?
What is de-normalization in sql database administration? Give examples?
What are the new features of sql server 2008 r2 reporting service?
How do I shrink an ldf file?
What is query cost in sql server?
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
How to create a user name in a database?
Tell me what are the advantages of using stored procedures?
What is difference between after and before?