Answer Posted / abdulla
Trigger is Limited form stored procedure associated with tables.
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between delete and truncate statements?
Explain index in sql server?
What is database mirroring?
What is relationship? What number of sorts of relationship are there?
Which sql server table is used to hold the stored procedure script?
How to set the current database in ms sql server?
What is the maximum row of a size?
Explain magic tables in sql server?
How to delete duplicate rows in sql server?
How do you start single user mode in clustered installations?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
What are the types of subquery?
What is difference between materialized view and view?
What is difference between aggregate and analytic function?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?