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 do you improve the performance of a SQL Azure Database?
What is page-level compression?
How many databases can we create in a single server?
List types of tables in SQL Azure?
What is surrogate key? : sql server analysis services, ssas
What is rank function?
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?
Explain how does the report manager work in ssrs?
What is multilevel indexing?
What are the basic functions for master, msdb, model, tempdb databases?
Explain the difference between function and stored procedure?
How do you create a clustered index?
What is a livelock?
Explain in brief how sql server enhances scalability of the database system?
What is 3nf normalization form?