can we execute trigger normally at the desired time?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What?s the role of the DataReader class in ADO.NET connections?
What providers do you use to connect to oracle database ?
What is dbcontext and dbset in entity framework?
What are the disadvantages of using datalist?
About ADO and its objects ?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is the difference in an abstract class and an interface?
What is Data view?
How to generate XML from a dataset and vice versa?
Define data access layer?
What is an ado connection?
How to call the SQL commands asynchronously in ADO.NET version 2.0