tags:

views:

95

answers:

4

Hi,

Please recommend me some books and practices for me. I am quite weak in SQL though not that bad in C# and VB.NET.

Thanks.

A: 

Kalen Delaney's SQL Server 2008 Internals will change the way you use SQL Server, by giving you such a thorough understanding of it all.

Rob Farley
+1  A: 

Check out this book.It is great for the whole DBMS concepts including SQL


Database Management Systems: A Practical Approach to Design, Implementation, and
Management (Fourth Edition)
by Thomas Connolly and Carolyn Begg
Addison-Wesley, 2005

Wonde
A: 

SQL: The Complete Reference has been with me since day 1. While the content in this book is excellent (easy-to-read, understand, great examples), I think its greatest strength is the strong appendix -- there isn't a language concept/keyword that isn't listed; its never let me down.

Oh, and its a few years old, so its dirt cheap now, too. :)

ajax81
+1  A: 

Itzik Ben-Gan has written three excellent books on SQL Server 2008 and T-SQL. The best place to start is with 'SQL Server 2008: T-SQL Fundamentals', and then from there to move onto 'Inside SQL Server 2008: T-SQL Querying' and then finally 'Inside SQL Server 2008: T-SQL Programming'.

If I could get all of the developers here to read these three books then I wouldn't need to spend half as much time as I do addressing quality concerns in our databases.

Paul McLoughlin