Difference between Triggers and Stored Procedure

Answer Posted / naveen jindal

trigger fired implicitely that is when ever events like
insert/update/delete commands.

Where as stored procedure is not fired implicitely. when
ever we call then only the stored procedure fire.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the different normalization forms?

738


What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?

836


Explain about Joins?

793


Explain system views?

837


What is data source in connection string?

681


What is field with example?

705


Can We Use Data-grids For Our Report In Ssrs?

167


What are translations and its use? : sql server analysis services, ssas

835


What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.

2575


What is data source document?

808


in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration

776


Do you know spatial data types - geometry and geography in sql server 2008?

807


How to connect sql server management studio express to sql server 2005 express?

783


explain different types of joins? : Sql server database administration

746


Can we call future method from queueable?

782