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
What is the use of sql profiler in sql server 2012?
What are the limitations/drawbacks or ssrs 2008 r2?
How to delete all rows with truncate table statement in ms sql server?
what is database replicaion? What are the different types of replication you can set up in sql server? : Sql server database administration
Explain about thread and memory management process of SQL?
What are joins in sql and what are the different types of joins?
Explain different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?
What are ddl triggers and types of ddl trigger?
What is the use of tempdb? What values does it hold?
What are dml (data manipulation language) statements in ms sql server?
Explain what is sql server english query?
What is transaction server distributed transaction?
What are logical database components? : SQL Server Architecture
What is triggers in ms sql server?