Difference between Triggers and Stored Procedure
Answer Posted / pankaj arya
To use stored procedure you have to make a call to that
procedure but Triggers fired automatically when an event is
occurred on the table associated with that Trigger like add,
insert or delete.
Is This Answer Correct ? | 108 Yes | 7 No |
Post New Answer View All Answers
How do you debug a procedure in sql server?
how many no of arguments can be passed in procedures and functions
What is the difference between delete and truncate statements?
Does any body please help me what question's have asked for SSRS in the interview?
What is exporting utility?
How do users use Report Builder with SQL Server data sources?
Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?
How to trouble shoot if unable to connect SQL Server
How ssrs maintain security?
How many non clustered indexes there can be on table ?
What is the syntax for encrypting a column in SQL Server?
What is a trigger and its types?
Where the sql logs gets stored?
How to select an exiting database using mssql_select_db()?
Explain throw statement in sql server 2008?