Wht is the difference between stored procedure and trigger
Answer Posted / hytham raju
triggers are applied on a particular table /views
stored procedures are applied for particular data base
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to recompile stored procedure at run time?
What are the new features in SQL Server 2005 when compared to SQL Server 2000?
What is key set driven?
What are pages and extents? : SQL Server Architecture
‘Order by’ is not allowed in a view how can you sort information from a view?
Tell me what do you mean by an execution plan? Why is it used? How would you view it?
Do you know what are pages and extents? : SQL Server Architecture
How important do you consider cursors or while loops for a transactional database?
What is triggers and stored procedures?
What are trace flags and mention a few common trace flags used with sql server?
What are the restrictions applicable while creating views? : SQL Server Architecture
Define normalisation?
What are the advantages of user-defined functions over stored procedures in sql server?
What is normalization of database? What are its benefits?
What happens to a trigger with multiple affected rows?