Stored procedures

  • Thread starter Thread starter Adrian
  • Start date Start date
A

Adrian

I am looking for a good tutorial
on stored procedures on the Web.
Any suggestions where to look?

Thanks.
Adrian.
 
Read and study the stored procedures that your databases already use. This
is especially useful if your using ASP.NET 2.0 Membership. Microsoft names
their stored procedures using the sp_ prefixed notation noting your notation
should be named differently. Learning why can also be found searching the
web.
 
Nothing like a good book or two just on SQL. It's a language all unto
itself, one which you will need to know in order to write good stored
procedures.
 
Back
Top