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

How do I delete a sql server database?

0 Answers  


What are “unrepeatable reads”?

0 Answers  


How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?

0 Answers  


What are the fixed server level roles? : sql server security

0 Answers  


What is merge?

0 Answers  






Can we perform backup restore operation on tempdb? : sql server database administration

0 Answers  


What are the extra roles available in msdb? : sql server security

0 Answers  


Does a server store data?

0 Answers  


In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance

0 Answers  


if no size is defined while creating the database, what size will the database have? : Sql server administration

0 Answers  


How can I create a plain-text flat file from SQL Server as input to another application?

2 Answers  


Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?

0 Answers  


Categories