what is diffrent between store procedure and trigger

Answers were Sorted based on User's Feedback



what is diffrent between store procedure and trigger..

Answer / vandana chand

Stored Procedure is the set of SQl statements together in the
data base.
and Trigger is the Special kind of store procedure i.e called
whenever an attempt is to modify the data.

Is This Answer Correct ?    11 Yes 1 No

what is diffrent between store procedure and trigger..

Answer / sankar

1)Actually Trigger is an action which is performed
automatically after or before an event occure. But Store
procedure is executed when it is call.

2)We can call Trigger inside the store procedure. But
reverse is not possible.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More SQL Server Interview Questions

What is 3nf normalization?

0 Answers  


State a few properties of relational databases?

0 Answers  


Explain user defined functions?

0 Answers  


Alternative way to DetDate() function?

5 Answers  


How to recreate an existing index in ms sql server?

0 Answers  






How to add an address record into adventureworkslt?

0 Answers  


How do you create a clustered index?

0 Answers  


How can we solve concurrency problems?

0 Answers  


What are sql servers used for?

0 Answers  


What are the restraints imposed on the table design by a merge replication?

0 Answers  


Please explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?

0 Answers  


How to change a login name in ms sql server?

0 Answers  


Categories