Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stored Procedures 1

Status
Not open for further replies.

webmigit

Programmer
Aug 3, 2001
2,027
US
I've read that stored procedures run faster than direct queries which makes enough sense I guess..

Where can I find a tutorial on stored procedures? And what's the learning curve like on this? This is something I'll be researching mostly at work so is it really worthwhile to learn or are queries alright?

ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
 
Stored procedures are very easy to create and use.

Refer to the BOL for more information. Use the Index tab, enter Stored Procedure and chose the option with Location of Transact-SQL.

-SQLBill

BOL = Books OnLine = MS SQL Server's HELP
Installed as part of the Client Tools
Found at Start>Programs>Microsoft SQL Server>Books OnLine
Can also be downloaded from Microsoft's web site. Search for Books OnLine and SQL Server
 
Thanks much for the typically fast response one gets from Tek Tips.. And for being straight to the point but informative.

ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top