all groups > sql server programming > december 2004 >
You're in the

sql server programming

group:

SQL Stored Procedures Examples


SQL Stored Procedures Examples Ed_P.
12/25/2004 9:22:12 PM
sql server programming:
Hello,

I am currently learning how to write and use Stored Procedures. Can
someone point me to some examples, web sites and other resources that
can help me to see how other people use stored procedures in a SQL 2000
Server.

Re: SQL Stored Procedures Examples Ed_P.
12/25/2004 11:06:04 PM
Hello,

I have tried BOL, but I'd like to see if there are any other web pages
or other resources out there with some other examples.

Thanks for the quick reply!

[quoted text, click to view]
Re: SQL Stored Procedures Examples Uri Dimant
12/26/2004 8:40:40 AM
Ed.P
Have you tried in the BOL?




[quoted text, click to view]

Re: SQL Stored Procedures Examples John Bell
12/26/2004 10:48:31 AM
Hi

A good understanding of T-SQL is the basis of writing stored procedures,
that is why BOL is the best place to start, having example stored procedures
will not necessarily give you the understanding on how to write and adapt
procedures for your own purposes.

You may want to look at the resources listed in
http://www.aspfaq.com/show.asp?id=2423. Of those resources you may want to
subscribe to the magazines which give you information at different levels
for various areas of SQL Server.

You may find that alot of examples will do not show error handling within
the sample code therefore in addition to the above resources you should also
read http://www.sommarskog.se/error-handling-II.html

John

[quoted text, click to view]
Re: SQL Stored Procedures Examples Derrick Leggett
12/26/2004 8:54:25 PM
You might also want to look at the free resources available from the
following websites:

www.sqlteam.com
www.sql-server-performance.com
www.dbforums.com

These sites have free forums and weblogs available, in addition to articles,
that are great resources for learning about stored procedures, T-SQL, etc.
This is in addition to reading the forums here.

[quoted text, click to view]

AddThis Social Bookmark Button