can we execute trigger normally at the desired time?

Answers were Sorted based on User's Feedback



can we execute trigger normally at the desired time?..

Answer / ganesh

no we can't execute triggers explicitly.
they gets executed automatically when we perform DML
operations

Is This Answer Correct ?    13 Yes 0 No

can we execute trigger normally at the desired time?..

Answer / roopesh kumar

No, it's not possible to shedule timing for a trigger.

In this situation we can shedule a job.

Is This Answer Correct ?    4 Yes 3 No

can we execute trigger normally at the desired time?..

Answer / sudhakar sakthivel

No, We can't execute automatically, If we Execute any DML
Statements on the table, The corresponding trigger will be
fired automatically.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is the full form of ado?

1 Answers  


Call a stored procedure from ado.net and pass parameter to it ?

7 Answers   Keane India Ltd, TCS,


What is the current version of entity framework?

0 Answers  


What is the default Timeout for SqlCommand.CommandTimeout property?

1 Answers  


Why do we need ado.net?

1 Answers  


What is ole in vb?

1 Answers  


What does datareader object do?

1 Answers  


What is the use of ADO.NET and XML web services?

1 Answers   TCS,


What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?

1 Answers  


What is a sqldataadapter?

1 Answers  


suppose we using gridview contrl,with sqldatasource.in that for birth date how can we take validation contrl for dd/mm/yy formator how we assign regular expression for same

9 Answers   TCS,


What is the difference between dataset and datatable?

1 Answers  


Categories