can we execute trigger normally at the desired time?
Answer Posted / 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 View All Answers
What is difference between ado and other data object?
How would you connect to a database by using .NET?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is ole data type?
How to create data relations?
What is the difference between SqlCommand and SqlCommandBuilder?
What are the different execute methods of Ado.Net?
What is ado net stands for?
What is sql connection in ado.net?
What is difference between connected and disconnected architecture in ado.net?
Which method is used to sort the data in ADO.Net?
What is connected architecture in ado.net?
What is the role of the dataset object in ado.net?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
How do you connect to sql server database without using sqlclient?