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

Which data type columns are the best candidates for full-text indexing?

598


What is the difference between mysql and sql server?

467


What happens if the update subquery returns no rows in ms sql server?

587


Why should one not prefix user stored procedures with ‘sp_’?

590


Define ACID properties in a Database?

624






How to create a simple table to test triggers in ms sql server?

507


explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration

642


What is query cost in sql server?

549


What is data source object?

548


mention different types of relationships in the dbms?

503


What are the different types of triggers in SQL SERVER?

537


Can sql servers linked to other servers?

545


How to use subqueries with the exists operators in ms sql server?

584


how to do partition in sqlserver

1966


What is raid and what are different types of raid levels?

590