How many types of TRIGGERS are there in MS SQL Server?
Answer Posted / devipriyanka
Types of Triggers
* DML(data manipulation language) triggers (SQL Server
2000- 80.0)
o AFTER triggers (Only Tables)
o INSTEAD OF triggers (Tables or Views)
* DDL(data definition language) triggers (SQL Server
2005- 90.0)
* SQLCLR triggers (SQL Server 2005- 90.0)
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
After removing a table from database, what other related objects have to be dropped explicitly?
Where do we use trace frag?
Explain activity monitors
Explain what are the different index configurations a table can have?
explain different types of constraints? : Sql server database administration
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
How to convert numeric expression data types using the cast() function?
What is the use of builtinadministrators group in sql server? : sql server security
How do you delete a data source?
how will add additional conditions in sql?
What is normalization according to you and explain its different levels?
what is hash nonclustered index
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?
What is federation member?
How to create user messages with print statements in ms sql server?