Showing posts with label What is Stored procedure?. Show all posts
Showing posts with label What is Stored procedure?. Show all posts

Tuesday, 3 January 2012

What is Stored procedure?


A stored procedure is a set of Structured Query Language (SQL)
statements that you assign a name to and store in a database in
compiled form so that you can share it between a number of programs.
• They allow modular programming.


• They allow faster execution.
• They can reduce network traffic.
• They can be used as a security mechanism.