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 ems sql management studio? : sql server management studio

0 Answers  


How fixed length strings are truncated and padded?

0 Answers  


Can we create clustered index on composite key?

0 Answers  


What is sql sandbox in sql server?

0 Answers  


Why is normalisation important?

0 Answers  






Why functions are used in sql server?

0 Answers  


How to create new tables with "select ... Into" statements in ms sql server?

0 Answers  


How to create a testing table with test data in ms sql server?

0 Answers  


What information is maintained within the msdb database?

0 Answers  


What are the properties of the transaction?

0 Answers  


What is the latest version of microsoft sql server?

0 Answers  


Does sql server 2016 have ssms?

0 Answers  


Categories