views:

556

answers:

4

I have some really good books for SQL Server, like:

  • SQL Server 2008 Bible
  • Pro SQL Server 2008 - Relational Database Design and Implementation
  • SQL Server 2008 for Developers.

Can you suggest/recommend some other titles, that may address other topics perhaps, that you found truly useful?

+5  A: 

I recently purchased the excellent SQL Server MVP Deep Dives. It covers a wide range of topics for both DBAs and Developers.

Mitch Wheat
+4  A: 

The O'Reilly book, SQL Tuning is a terribly boring read but it's a really, really good book in terms of its information content. I don't think anything I've ever read about SQL has helped me understand SQL as a programmer as much as that book. Seriously, it helped me squeeze huge amounts of performance out of a lot of queries in a serious large-scale web application, letting me do things that I had literally thought to be completely impractical in SQL and do them faster than what I'd been doing in the Java server code.

Pointy
Thanks for recommending me this book :)
nXqd
+4  A: 

I did a research and below I present some SQL/SQL Server/database design books (the links refer to amazon.com) I really liked:

ileon
Have you read/opened them all? Because half of them does not seem to be on database design. Is it efficient to drown in ocean of books instead of more targeted and actualized articles, blogs, posts?
vgv8
@vgv8: No I did not read them from cover to cover, but I read chapters (20% to 60% of the content of each book) dealing with issues I've been concerned from time to time.
ileon
+1  A: 

I read 4-5 books, wheneven new version comes i purshase new book. But every book also teach the same thing , i like to read this kind books new features only. during that search

following books helped me

SQL Server 2005 new features - just only explains new features. And when i search to learn advanced topics i got, SQL Server Secret Diary

It is really amazing, it teaches 77 secrets for SQL Server 2008 and 2005.

sqlfox