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?s the role of the DataReader class in ADO.NET connections?

7 Answers   Honeywell, Ksb,


What providers do you use to connect to oracle database ?

4 Answers   Digital GlobalSoft,


What is dbcontext and dbset in entity framework?

0 Answers  


What are the disadvantages of using datalist?

0 Answers  


About ADO and its objects ?

1 Answers   DELL,






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

0 Answers  


What is the difference in an abstract class and an interface?

0 Answers  


What is Data view?

0 Answers  


How to generate XML from a dataset and vice versa?

2 Answers  


Define data access layer?

0 Answers  


What is an ado connection?

0 Answers  


How to call the SQL commands asynchronously in ADO.NET version 2.0

4 Answers   DELL,


Categories