How many types of TRIGGERS are there in MS SQL Server?
Answer Posted / rajkumar v
SQLserver2000
There are 2 types of triggers
Insted of trigger:
Instead Of Trigger fires an operation instead of performing
user specified operation.
After trigger: After Trigger fires an operation after any
insert,update,delete operations performed on a table.
SQLserver2005
3 types:
1. DML,
2. DDL &
3. CLR
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
how to invoke a trigger on demand? : Sql server database administration
How to connect ms access to sql servers through odbc?
what is denormalization and when would you go for it? : Sql server database administration
What is a non clustered primary key?
Is sql server free?
When would you use the stored procedures or functions?
What is proper subset of candidate key?
What are group functions in query statements in ms sql server?
What is a transaction and why is it important?
Do you know what is fill factor and pad index?
What is a user-defined function in the sql server and what is its advantage?
What is bcp? When does it use?
What is instead of trigger sql server?
What is the difference between clustered and non-clustered indexes in ms sql server?
Mention the uses of stored procedures.