Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommended SQL Practice and Books [closed]

Tags:

sql

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.

like image 828
John Hpa Avatar asked Feb 27 '23 04:02

John Hpa


1 Answers

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.

like image 129
Paul McLoughlin Avatar answered Mar 07 '23 01:03

Paul McLoughlin