Difference between Triggers and Stored Procedure

Answer Posted / veerababu

Stored Procedure is a method.
Trigger is a Procedure.
Stored Procedure a specific CALL or EXECUTE has be used.
Trigger is automatically execute some specific events occure in table/views.
Stored Procedure return a Value.
Trigger is not return a value.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain filtered indexes?

564


What are the different types of sub-queries?

604


When we should use and scope of @@identity?

561


How many clustered indexes can be created on a table? I create a separate index on each column of a table. what are the advantages and disadvantages of this approach?

686


How important do you consider cursors or while loops for a transactional database?

545






What do you mean by the term 'normalization'?

678


What is a matrix in ssrs?

101


How do I find the transaction log size in sql server?

523


Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.

1440


How many types of local tables are there in sql server?

514


What is the difference between insensitive and scroll cursor?

587


How do you delete duplicate rows in sql server?

512


Ways to improve the performance of a SQL Azure Database?

103


What is the difference between functions and scalar functions?

574


What is database dimension? : sql server analysis services, ssas

630