Is trigger fired implicitely?
Answers were Sorted based on User's Feedback
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 |
Answer / sivasankardoss
No, Trigger cannot be fired implicitely. Only a DML
statement can invoke a trigger.
Is This Answer Correct ? | 1 Yes | 6 No |
what are the different types of replication you can set up in sql server? : Sql server database administration
What are the High-Availability solutions in SQL Server and differentiate them briefly?
How can I check if a view exists in a sql server database?
we have emp table like Ename,EDOJ,EDOB with Column structure.but we want to know the employee Age.How? Any Body Plz
What is 'write-ahead log' in sql server 2000 ?
Is sql server is free?
What is compound operators?
How connect excel to sql server?
what is the difference between delete table and truncate table commands? : Sql server database administration
How can you ensure that the database and sql server based application perform well?
what are the critical issues you have resloved in your company
What is difference between group by and having?