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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL, Looking for..

Status
Not open for further replies.

siuk

Programmer
Joined
Aug 23, 2001
Messages
38
Location
GB
Hi,

does anyone know any good books avalible to learn and understand SQL stored procedures?

cheers

siuk
 
sounds cliche but SQL for dummies was a nice intro

 
There's the SQL Server Programming Unleashed book. Check the reviews of different books by users on Amazon or other book sites.
 
SQL For Smarties: Advanced SQL programming

Author: Joe Celko's Kim
 

SQL for Smarties is not a good choice for beginners. It expressly targets those with more than a year of SQL experience. It also focuses on ANSI SQL rather than SQL Server's T_SQL.

Check out the following titles.

Professional SQL Server 2000 Programming
by Rob Vieira
Wrox Press,
ISBN: 1861004486

Code Centric: T-SQL Programming with
Stored Procedures and Triggers
By Garth Wells
Published by Apress,
ISBN: 1893115836

SQL Server 2000 Developer's Guide
by Michael Otey, Paul Conte
Published by McGraw-Hill Professional,
ISBN: 0072125691


SQL Server 2000 Stored Procedure Programming
By Dejan Sunderic, MCSD,Tom Woodhead
Published by McGraw-Hill Professional,
ISBN: 0072125667 Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top