Description of Why use Stored Procedures? :
Why use Stored Procedures? is an article which discusses about the advantages and disadvantages of the stored procedures. Some of the advantages of using the stored procedure are speeds up the execution, easy to learn and use, easily find out the errors using the debugging tools, encapsulates mutiple Sql statements etc., This tutorial also explains the disadvantages to the users.