Difference between Triggers and Stored Procedure
Answer Posted / ghanshyam vrema
1. SP may Return a value but Trigger Not,
2. In SP you can pass parameter But in trigger you can't
3. we explicitly call the Sp when Trigger are implicitly
fired
4. you can write a sp in Trigger but in a Trigger you cant
write SP.
5. Trigger written on an individual Table or View where SP
is written for an Database
| Is This Answer Correct ? | 75 Yes | 43 No |
Post New Answer View All Answers
how can u get last observation in an unknown dataset ?
Explain a checkpoint?
How do I setup a sql server database?
What is sql server profiler trace data file?
What do you mean by authentication modes in sql server?
Explain few of the new features of sql server 2008 management studio
Name 3 ways to get an accurate count of the number of records in a table?
Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration
List all the types of user-defined functions?
What does it mean to invest in the index?
how to do partition in sqlserver
How many types of objects are there?
What is sql stored procedure?
What are the different type of replication in sql server?
what is the maximum size of a row? : Sql server database administration