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 is sql Injection?
can anybody show me the structure of ADO.NET
What is Debug.write does?
How to bind the controls(best practice) comboboxes to the data in the dataset?
Some important instruction regarding ADO.NET connection string ?
How to aggregating data across related tables?
Explain ODP.net
What is ado.net objects?
what is ado.net
What two types of data providers does ADO.NET supply? What determines which one you should use?
Which control of the BindingNavigator returns the current position within the data source?
How to add a javaScript function in a datagrid?