adspace


What are the differences between triggers and stored procedures?

Answer Posted / Santosh Saraswat

Stored Procedures are precompiled collections of SQL statements and are called explicitly, while Triggers are automatically executed in response to certain events on a specific database object.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you index views?

958


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?

1223


Can one drop a column from a table?

1098


What is a coalesce function?

1294


What is clustered index

1097


What is temporary table in sql server? Why we use temp table?

1029


What is self contained sub query?

1148


What are the source of constraints?

1017


What are different types of constraints?

1007


What is normalization and what are the advantages of it?

1068


Disadvantages of the indexes?

1234


what is the Ticketing tool used in Wipro technologies at Bangalore...???

8239


How raid can influence database performance?

1130


What is the difference between upgrade and migration in sql server?

1193


What is an indexed view?

1031