本书为英文版,以下是简介: SQL Server 2008 represents a sizable jump forward in scalability, performance, and usability for the DBA, developer, and business intelligence (BI) developer. It is no longer unheard of to have 20-terabyte databases running on a SQL Se
Beginning SQL Server 2008 for Developers is for those who see themselves as becoming developers, database administrators, or a mixture of both but have yet to tread that path with SQL Server 2008. Whether you have no knowledge of databases, have kno
SQL Server developers worldwide raved about Ken Henderson's The Guru's Guide to Transact-SQL: its exceptionally clear, conversational explanations, and its powerfully useful projects and code examples. This book helps SQL Server developers take the
This book contains 59 golden nuggets. You name the topic and there is likely a white paper quality or beyond chapter for your interest. From Database Design, to development best practices to complex administrative or BI issues, it covers it. Some gr
This focus of this book is in three primary areas. First and foremost is the new xml data type and serverside XML processing with associated topics such as indexing and querying of the xml data type. The book then turns its focus on the client-side
This book is divided into seven main topics: Security and Administration, Performance, Type System Enhancements, Programmability, Storage, Enhancements for High Availability, and Business Intelligence Enhancements. Each chapter will hopefully offer
46469条数据
INSERT INTO areas (id,pid,name) VALUES (11,0,'北京市');
INSERT INTO areas (id,pid,name) VALUES (1101,11,'市辖区');
INSERT INTO areas (id,pid,name) VALUES (110101,1101,'东城区');
INSERT INTO areas (id,pid,name) VALUES (110102,1101,'西城区');