How many types of TRIGGERS are there in MS SQL Server?
Answer Posted / swetha
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.
| Is This Answer Correct ? | 68 Yes | 13 No |
Post New Answer View All Answers
Explain the flow of creating a cube? : sql server analysis services, ssas
What are the limitations/drawbacks or ssrs 2008 r2?
What are the transaction properties?
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
How to get a list all databases on the sql server?
What is data set in report?
Explain the etl (extraction, transformation, and loading)?
What is the openxml statement in sql server?
Detail about query optimizer?
Where is trigger in sql server?
explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
How would you add a section to a table?
Does a full backup include transaction log?
What is 'Join' and explain its various types.
ow to bring suspect mode datbase online from scratch