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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top