Difference between Triggers and Stored Procedure
Answer Posted / vikas sinha
1)Stored Procedure can call.but trigger is automatically
invoked when action defined in trigger is done.
2)Stored procedure can not be inactive.but trigger can be
active and inactive.
3)Stored Procedure may or may not reture a value.but
trigger will not return a value.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the new features introduced in SQL Server 2000? What changed between the previous version of SQL Server and the current version?
List all the types of user-defined functions?
What are difference between Cluster index and Non-Cluster index?
What does COMMIT command do?
What is normalization? Describe its different types.
How to concatenate two binary strings together?
What is difference between inner join and join?
Distinguish between commit and rollback?
Explain the benefits of user-defined functions?
Can a synonym name of a table be used instead of a table name in a select statement?
What is difference between foreign key and unique key?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
Find columns used in stored procedure?
what is spatial nonclustered index
How to loop through result set objects using mssql_fetch_array()?