Recommended SQL Server / T-SQL book [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI'm looking for some book about SQL Server 2008 and T-SQL, let's say intermediate (focus on stored procedures, indexing, optimizations, performance), not taking too mu开发者_如何学Pythonch on simple create/insert/select ;)
It will be also great with some .NET featues, also on improving performance mainly.
This is my favorite book for touching on a little of everything (and providing references to where you can find more detailed info):
MCTS Self-Paced Training Kit (Exam 70-432): Microsoft® SQL Server® 2008 - Implementation and Maintenance
ISBN 13: 9780735626058
I like the test-prep books in general -- not that I take the tests usually (unless I'm updating my resume), but just because they have pretty good coverage, and a lot of good references.
Otherwise, the 'Inside Microsoft SQL Server 2008: T-SQL Programming'
Inside Microsoft SQL Server 2008 T-SQL Programming (Developer Reference)
ISBN-13: 978-0735626027 ISBN-10: 0735626022
or TSQL-Querying
Inside Microsoft SQL Server 2008 T-SQL Querying (Developer Reference)
ISBN-13: 978-0735626034 ISBN-10: 0735626030
try "SQL Server 2008 Query Performance Tuning Distilled" to cover your sql needs
I vote for Murach's SQL Server 2008 For Developers. I am currently enjoying going through the book. Its a very easy layout, esppecially if you are always putting it down/picking it up.
精彩评论