this book is intended for sql Server developers who need to port code from prior versions of sql Server, and those who wantto getthe most out of t-sql on the 2008 release.
介绍了t-sql的使用,主要针对的是微软sql SERVER 2005.Microsoftsql Server 2005技术内幕:t-sql程序设计》介绍了sql Server 2005中高级t-sql查询、查询优化及编程相关的知识。这两本书侧重于解决实践中的常见问题,并讨论了解决这些问题的方法。它们将向你揭示基于集合(set-based)查询的强大威力,并解释为什么它比使用游标的过程化编程(procedural programming)更具优势。同时,它还会教你识别使用基于游标解决方案与基