Is trigger fired implicitely?

Answers were Sorted based on User's Feedback



Is trigger fired implicitely?..

Answer / jay vardhan singh

Yes,
Trigger cannot be fired explicitly.We cannot call trigger .
It fires automatically on event.

Is This Answer Correct ?    9 Yes 0 No

Is trigger fired implicitely?..

Answer / sivasankardoss

No, Trigger cannot be fired implicitely. Only a DML
statement can invoke a trigger.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More SQL Server Interview Questions

what are the different types of replication you can set up in sql server? : Sql server database administration

0 Answers  


What are the High-Availability solutions in SQL Server and differentiate them briefly?

0 Answers  


How can I check if a view exists in a sql server database?

0 Answers  


we have emp table like Ename,EDOJ,EDOB with Column structure.but we want to know the employee Age.How? Any Body Plz

6 Answers  


What is 'write-ahead log' in sql server 2000 ?

0 Answers  






Is sql server is free?

0 Answers  


What is compound operators?

0 Answers  


How connect excel to sql server?

0 Answers  


what is the difference between delete table and truncate table commands? : Sql server database administration

0 Answers  


How can you ensure that the database and sql server based application perform well?

0 Answers  


what are the critical issues you have resloved in your company

0 Answers   Wipro,


What is difference between group by and having?

0 Answers  


Categories