Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is difference between Triggers and store procedure?

Answers were Sorted based on User's Feedback



What is difference between Triggers and store procedure?..

Answer / vidit tyagi

triggers are events which fires automaticaly when any insert
,update or delete command execute
but in case of stored procedure we have to manualy
execute / fire to procedure

Is This Answer Correct ?    5 Yes 0 No

What is difference between Triggers and store procedure?..

Answer / sivasiva

Triggers:
Triggers create event that event pass the value for
insert,update delete automatically updated value for the
table.triggers are event driven sepecified procedure.store
and managed by DBMS.automatically fires the value.

Store procedure:
Fast Accesing.Reduse network traffic.sepatre businees rules
and logic from presentation layer

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How you trouble shoot when any job fails

0 Answers  


Tell me what is fill factor?

0 Answers  


Can you tell me about the concept of ER diagrams?

0 Answers  


Mention the differences between substr and charindex in sql server.

0 Answers  


Tell me what is the difference between locking and multi-versioning?

0 Answers  


What is ms sql server triggers?

0 Answers  


Disadvantages of the indexes?

0 Answers  


What is normalization of database?

0 Answers  


How can we improve performance by using SQL Server profiler?

0 Answers   QuestPond,


What are null values in ms sql server?

0 Answers  


What are the differences between lost updates and uncommitted dependencies?

0 Answers  


What is difference between Triggers and store procedure?

2 Answers  


Categories