November 18, 2005 at 12:02 pm
Hello, I am new to TSQL. Can some one suggest a Beginners Book to understand Stored Procedure.
November 18, 2005 at 12:04 pm
Why only stored procedures ?!?!
I've always found the wrox publications great reads..
1)"SQL Server 2000 Programming" - Beginning - Robin Dewson
1)"SQL Server 2000 Programming" - Professional - Robert Vieira
**ASCII stupid question, get a stupid ANSI !!!**
November 18, 2005 at 12:09 pm
Thank you,Sushila. I need a begginners book to understand how the stored procedures work because all my table updates in my new job is through stored procedure. I am new to Programming.
November 18, 2005 at 12:14 pm
Start with the BOL...it's free and it's the Official SQL Server Help file...
BOL=Books OnLine=Microsoft SQL Server's HELP
Installed as part of the Client Tools
Found at Start>Programs>Microsoft SQL Server>Books OnLine
or online at:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/startsql/portal_7ap1.asp
-SQLBill
November 18, 2005 at 6:12 pm
Take a look at the SQL portion of w3schools.com. It won't teach you all of the nuances of MS-SQL Server but it will give you a nice comfortable start on the basics of SQL in general. It even let's you try code out... it's in a very tutorial fashion that's easy to use, as well.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply