What is StoredProcedures.org ?
In this site, StoredProcedures.org, we will try to create stored procedure, call stored procedure from many programming language.
Mostly we will code with C#,Visual Basic, ASP and PHP to call stored procedures.
This site is for beginners and intermediate programmers.
StoredProcedures.org's aim is to introduce stored procedures very basically with lots of source code samples.
Each article contains source codes, sql queries, all downloadable.
Please navigate from the menu left to stored procedure articles tutorials.
What is stored procedure ?
Welcome to stored procedures with code examples tutorials website.
Stored procedure is subroutine that contains sql queries, for accessing to data that is stored in a database.
Stored procedures are stored in database server. This is one of the most important property of stored procedures.
Stored procedure diagram