How many types of TRIGGERS are there in MS SQL Server?
Answer Posted / yugal
SQL Server 2008 includes three general types of triggers:
1)DML triggers
2)DDL triggers
3)Logon triggers.
| Is This Answer Correct ? | 26 Yes | 5 No |
Post New Answer View All Answers
How to select true false based on column value in sql server?
What is primary key and example?
Define magic tables in sql server?
What is lock escalation? : sql server database administration
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
what method you can use to reduce the overhead of Reporting Services data sources?
Define outer join?
What is surrogate key? : sql server analysis services, ssas
What is the usage of the sign function?
How to change the system date and time from SQL Plus Terminal ?
What are basics of policy management?
How to set database to be single_user in ms sql server?
Explain about unique identifier data type in sql server?
How to modify existing triggers using "alter trigger"?
What is the boxing and unboxing concept in .net?