SQL Book Recommendation

  • I have the "teach yourself SQL in 21 Days, second edition" book. Does anyone have any other recommendations for learning, writing and tuning good SQL code for SQL Server?

    thanks

  • Read this forum. Look at the problems and the solutions. When you see something you don't understand, Google more information on it, or look and see if there's an article here written about it. Grant wrote a great book on execution plans that you might want to take a look at "Dissecting SQL Server Execution Plans" I believe it was.

    There are a lot of good books out there, but I find coming here and interacting with people and getting your solutions critiqued by others to be a lot more motivating than sitting at home reading a book.

    Seth Phelabaum


    Consistency is only a virtue if you're not a screwup. 😉

    Links: How to Post Sample Data[/url] :: Running Totals[/url] :: Tally Table[/url] :: Cross Tabs/Pivots[/url] :: String Concatenation[/url]

  • Thanks Garadin. I have recently joined this forum and will continue to read through it.

    ...russ

  • To be honest there is no quick way to learn T-SQL properly.

    The Ben-Gan and others Inside SQL Server books are very good if not alot of reading.

    I would recommend:

    INSIDE SQL Server 2005: T-SQL Programming

    AND

    INSIDE SQL Server 2005: T-SQL Querying.

    These books are for SQL 2005 but most aspects can be used in SQL 2000 and 2008 also.

    These forums are very good but you can get the answer you are looking for but not the concepts behind them.

  • Thanks Russell. I'll check them out.

    ...russ

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply