Answer Posted / sivasankardoss
No, Trigger cannot be fired implicitely. Only a DML
statement can invoke a trigger.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
what do you understand by change data capture?
What is temporary stored procedure?
How do you delete a trigger?
In what three ways is the return statement used in a stored procedure?
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
How to reaname table name without using sp_Rename in sql server..?
What is dynamic cursor in SQL SERVER?
What is the difference between DataRow.Delete() and DataRow.Remove()?
Explain filestream storage of sql server 2008?
Describe in brief sql server monitoring ways.
How to convert numeric values to integers in ms sql server?
Why use view instead of a table?
How should i optimize the time for execution of stored procedure having single input and many output from the different tables?
What is the difference between Normalization and De-normalization?
Explain important index characteristics?