How many types of TRIGGERS are there in MS SQL Server?
Answer Posted / abcd
3 types:
1. DML,
2. DDL &
3. CLR (is it right?)
| Is This Answer Correct ? | 36 Yes | 50 No |
Post New Answer View All Answers
How to create dbo table in sql server?
User wants only to display only pdf as export option in report manager. How to achieve this?
Explain partitioned view?
Which tcp/ip port does sql server run on? How can it be changed?
how to control the amount of free space in your index pages? : Sql server database administration
Describe and explain about SQL native client?
What is query processing?
We need to perform what steps in the following order to work with a cursor?
What is the use of attributehierarchyvisible ? : sql server analysis services, ssas
What action plan is preferred if sql server is not responding?
Delete duplicate rows without using rowid.
Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.
What are the operating modes in which database mirroring runs?
What is use of attributehierarchyenabled? : sql server analysis services, ssas
Which is better statement or preparedstatement?