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
What are data files?
What is b tree index?
What is the difference between a view and a stored procedure?
Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
Can we use where clause in union?
Explain the properties of a relational table?
How to verify a user name with sqlcmd tool?
What is a with(nolock)?
What is extent? Types of extents?
What is the difference between coalesce() & isnull()?
How many types of the database links?
Tell me in brief how sql server enhances scalability of the database system?
What are joins in sql and what are the different types of joins?
What is the default fill factor value?
1.how to find the dead lock in sql server? 2.How to fine the memory leaks in sql server? 3.suppose transaction log file increasing what action will take ?