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

How can we add relation between tables in a dataset?

0 Answers  


What is aggregate root?

0 Answers  


What is ado and rdo?

0 Answers  


What are the Features of a dataset

0 Answers   BirlaSoft,


Diff b/w DataReader,Dataset and Data table?

5 Answers   HCL,






We all know that Dataset is purely disconnected architechure, but we also know that we can update the changes made to the dataset can be updated in the backend database. when there is no connection how does the update happedn?

6 Answers   Accenture, FastStream,


what are the two key events for the sql connection class? explain the differnce between the two.

2 Answers   HCL, NIIT, Zensar,


Why ca not we use multiple inheritance and garbage collector paralelly in .net?

0 Answers  


Which object holds only data and does not interact with data source?

0 Answers  


What is ado code?

0 Answers  


what are types of Dataset ?

6 Answers   HCL,


Describe the disconnected architecture of ADO.NET’s data access model.

0 Answers  


Categories