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
query processing
What is database replication?
What is a bit datatype?
Define synonym?
Detail about the hardware which is supported by SQL server?
How to start and end transact-sql statements?
Can you explain what is indexed view? How to create it?
What is deploy, process and build? : sql server analysis services, ssas
What is stored in the mssqlsystemresource database? : sql server database administration
What are parameterized reports?
How to integrate the ssrs reports in application?
Does sql server 2016 have ssms?
What is shrink log file?
What is hot add cpu in sql server 2008?
how to create a scrollable cursor with the scroll option? : Sql server database administration