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 are the different ado.net namespaces?

0 Answers  


Explain how to find the given query is optimised one or not?

0 Answers  


What is ado full form?

0 Answers  


What are the different methods by which we can populate a dataset?

0 Answers  


What are the benefits of using ado.net?

0 Answers  






How to get oledb connection?

3 Answers  


Which ado.net object is very fast in getting data from the database?

0 Answers  


What are the 3 major types of connection objects in ado.net?

0 Answers  


once data is fetched into dataset connection gets closed. but in datareader connection is always maintained...then why datareader is fast and mainly recommended ?

2 Answers  


What is the use of data grid?

0 Answers  


Explain what is datagrid with an example?

0 Answers   C DAC, CDAC,


What is difference between dataset and datatable?

0 Answers  


Categories