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 will you monitor replication latency in transactional replication? : sql server replication
State the difference between local and global temporary tables?
can we have a nested transaction? : Sql server database administration
What is “asynchronous” communication in sql server service broker?
Please explain what is “asynchronous” communication in sql server service broker?
what purpose does the model database serve? : Sql server database administration
Explain features and concepts of analysis services?
Explain system views?
Tell me when is the update_statistics command used?
How can I create a new template for import ? : sql server management studio
What are the different types of collation sensitivity?
List the different types of collation sensitivities in sql server?
Explain what are the restrictions while creating batches in sql server?
How to return the top 5 rows from a select query in ms sql server?
Explain transaction server auto commit?