深入解析SQL SERVER 2008(附源代码)

上传者: u012398331 | 上传时间: 2020-12-10 19:30:44 | 文件大小: 7.74MB | 文件类型: ZIP
该资料是《深入解析SQL Server 2008》的随书源代码 对应的书籍资料见: 深入解析SQL Server 2008(微软SQL Server开发团队必读之作) 基本信息 原书名: Microsoft SQL Server 2008 Internals 原出版社: Microsoft Press 作者: (美)Kalen Delaney Paul S. Randal Kimberly L. Tripp Conor Cunningham Adam Machanic 译者: 陈宝国 李光杰 薛赛男 出版社:人民邮电出版社 ISBN:9787115230799 上架时间:2010-7-16 出版日期:2010 年7月 开本:16开 页码:548 版次:1-1 编辑推荐    由知识丰富的资深专家和数位具有多年产品使用经验的讲师联手打造    深层次展示核心引擎的功能及其工作原理、深度揭示SQL Server的内部工作原理    书中大量截图,帮助新用户以及中级用户快速学习使用产品 内容简介    本书全面探讨了sql server 2008的内部工作原理。全书共分为11章,首先在第1章中详细介绍了sql server 2008的架构和配置,然后在接下来的10个章节中深入探讨了sql server 2008数据存储和查询处理等各个方面的内部机制,包括:数据库和数据库文件、表、索引、跟踪、日志记录和恢复、特殊存储、查询优化、计划缓存和重新编译、事务和并发、dbcc等。本书还有一个网站,上面有本书额外的第12章“查询执行”、本书的所有代码及其他工具和脚本。    本书由知识丰富的资深专家和数位具有多年产品使用经验的讲师联手打造,是一本关于sql server工作原理的权威参考指南,不管您是数据库开发人员、架构师,还是数据库管理员,都可以从阅读本书中获益。    深层次展示核心引擎的功能及其工作原理    借助著名内部专家小组的指导,深入探究核心sql server引擎,并把这些知识运用在实际工作中、无论您是数据库开发人员、架构师,还是管理员,都能获得利用关键架构变更所需的深层知识,并挖掘产品的全部潜力。    深度揭示sql server的内部工作原理:    当sql server编译、扩展、压缩和移动数据库时,内部在进行什么操作    如何使用事件跟踪——从触发器到扩展事件引擎    为什么合适的索引能大大减少查询执行时间    如何用新的存储能力超越正常的行数限制    查询优化器是如何运行的    为有问题的查询计划排除故障的多种技术    何时强制sql server重用或创建新的缓存查询计划    运行dbcc时,sqlserver在内部检查什么    处理多个并发用户时,如何在5个隔离级别和2个并发模型中做出选择 作译者   Kalen Delanev自1993年起就是微软SQL Server的MVP,她为全世界的客户提供高级SQL Server培训、她是《SQL Server Magazine》的特约编辑和专栏作家,也是几本读者推崇的书籍的作者,包括《Inside Microsoft SQL Server 2005:The Storage Engine》和《Inside Microson SQL Server 2005:Query Tuning and Optimization》。   Paul S.Randal微软MVP、培训师和TechNet Magazine的特约编辑。Kimberly L.Tripp是微软MVP、培训师和《SQL Server Magazine》的特约编辑。   Conor Cunninqham微软SQL Server Core Engine团队的首席架构师.   Adam Machanic MCITP、微软MVP、讲师,几本SQL Server书籍的合著者.   Ben Nevarez从6.45版本开始使用SQL Server,是高级数据库管理员. 目录 封面 -20 封底 -19 扉页 -18 版权 -17 内容提要 -16 序 -14 前言 -13 致谢 -11 关于作者 -8 目录 -6 第1章 SQL Server 2008架构和配置 1 1.1 SQL Server版本 1 1.2 SQL Server元数据 2 1.2.1 兼容性视图 2 1.2.2 目录视图 3 1.2.3 其他元数据 4 1.3 SQL Server引擎组件 6 1.3.1 观察引擎行为 7 1.3.2 协议 8 1.3.3 关系引擎 9 1.3.4 存储引擎 10 1.4 SQLOS 13 1.5 计划程序 14 1.5.1

文件下载

资源详情

[{"title":"( 38 个子文件 7.74MB ) 深入解析SQL SERVER 2008(附源代码)","children":[{"title":"深入解析SQL Server 2008 随书源代码","children":[{"title":"SQL Server 2008-2","children":[{"title":"Partition.sql <span style='color:#111;'> 7.02KB </span>","children":null,"spread":false},{"title":"TransactionHistoryArchive.csv <span style='color:#111;'> 6.69MB </span>","children":null,"spread":false},{"title":"TransactionHistory.csv <span style='color:#111;'> 8.53MB </span>","children":null,"spread":false}],"spread":true},{"title":"SQL Server 2008-1","children":[{"title":"Chapter1code.txt <span style='color:#111;'> 6.98KB </span>","children":null,"spread":false},{"title":"Chapter9code.txt <span style='color:#111;'> 25.57KB </span>","children":null,"spread":false},{"title":"Chapter7code.txt <span style='color:#111;'> 24.44KB </span>","children":null,"spread":false},{"title":"Chapter2code.txt <span style='color:#111;'> 5.66KB </span>","children":null,"spread":false},{"title":"Chapter3code.txt <span style='color:#111;'> 7.71KB </span>","children":null,"spread":false},{"title":"Chapter5code.txt <span style='color:#111;'> 22.35KB </span>","children":null,"spread":false},{"title":"Chapter10code.txt <span style='color:#111;'> 16.41KB </span>","children":null,"spread":false},{"title":"Chapter4code.txt <span style='color:#111;'> 4.43KB </span>","children":null,"spread":false}],"spread":true},{"title":"SQL Server 2008-3","children":[{"title":"深入解析SQL Server 2008(英文版)-3","children":[{"title":"IndexInternals-Chapter6-Resources.ssmssln <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false},{"title":"02_SpecialIndexStructures","children":[{"title":"02_IndexOnComputedColumns.sql <span style='color:#111;'> 2.35KB </span>","children":null,"spread":false},{"title":"03_PersistedComputedColumns.sql <span style='color:#111;'> 2.45KB </span>","children":null,"spread":false},{"title":"01_SetOptions.sql <span style='color:#111;'> 1.96KB </span>","children":null,"spread":false},{"title":"04_IndexedViews.sql <span style='color:#111;'> 3.23KB </span>","children":null,"spread":false},{"title":"02_SpecialIndexStructures.ssmssqlproj <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false}],"spread":true},{"title":"03_DataModificationInternals","children":[{"title":"02_DeletingRowsInAHeap.sql <span style='color:#111;'> 2.14KB </span>","children":null,"spread":false},{"title":"03_DeletingRowsInAClusteredTable.sql <span style='color:#111;'> 2.41KB </span>","children":null,"spread":false},{"title":"04_RecordRelocationInAHeap.sql <span style='color:#111;'> 3.46KB </span>","children":null,"spread":false},{"title":"01_SplittingALeafPage.sql <span style='color:#111;'> 3.47KB </span>","children":null,"spread":false},{"title":"03_DataModificationInternals.ssmssqlproj <span style='color:#111;'> 1.55KB </span>","children":null,"spread":false}],"spread":true},{"title":"01_IndexInternals","children":[{"title":"01_Using-sys.dm_db_index_physical_stats.sql <span style='color:#111;'> 6.44KB </span>","children":null,"spread":false},{"title":"04_RestoreIndexInternalsSampleDatabase.sql <span style='color:#111;'> 2.83KB </span>","children":null,"spread":false},{"title":"01_IndexInternals.ssmssqlproj <span style='color:#111;'> 5.14KB </span>","children":null,"spread":false},{"title":"06_EmployeeCaseStudy-AnalyzeStructures06-NCIndexOnClusteredTable.sql <span style='color:#111;'> 4.29KB </span>","children":null,"spread":false},{"title":"03_ExaminingtheClusteredIndexUniquifier.sql <span style='color:#111;'> 10.78KB </span>","children":null,"spread":false},{"title":"05_EmployeeCaseStudy-TableDefinition.sql <span style='color:#111;'> 3.17KB </span>","children":null,"spread":false},{"title":"IndexInternals2008.bak <span style='color:#111;'> 6.43MB </span>","children":null,"spread":false},{"title":"06_EmployeeCaseStudy-AnalyzeStructures05-HeapNav.sql <span style='color:#111;'> 3.54KB </span>","children":null,"spread":false},{"title":"06_EmployeeCaseStudy-AnalyzeStructures04-ConvertRIDs.sql <span style='color:#111;'> 2.62KB </span>","children":null,"spread":false},{"title":"06_EmployeeCaseStudy-AnalyzeStructures07-NonuniqueNCIndexes.sql <span style='color:#111;'> 2.79KB </span>","children":null,"spread":false},{"title":"06_EmployeeCaseStudy-AnalyzeStructures02-ClusteredTableNav.sql <span style='color:#111;'> 2.64KB </span>","children":null,"spread":false},{"title":"06_EmployeeCaseStudy-AnalyzeStructures03-Heap.sql <span style='color:#111;'> 3.30KB </span>","children":null,"spread":false},{"title":"06_EmployeeCaseStudy-AnalyzeStructures01-ClusteredTable.sql <span style='color:#111;'> 5.26KB </span>","children":null,"spread":false},{"title":"02_Using-DBCC_IND.sql <span style='color:#111;'> 2.42KB </span>","children":null,"spread":false}],"spread":false},{"title":"IndexInternals-Chapter6-Resources.sqlsuo <span style='color:#111;'> 23.00KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"书在这里.txt <span style='color:#111;'> 122B </span>","children":null,"spread":false}],"spread":true}]

评论信息

  • lijianquanxue :
    谢谢,总有找到有用的资源了,非常感谢!
    2019-02-28
  • huanriguang :
    谢谢分享。
    2016-08-06
  • oo_csut :
    有源码,感谢分享。
    2015-11-29
  • tulei2006 :
    没仔细看,只有源码。
    2015-09-19
  • syx920301 :
    有代码 但是电子书的网盘链接已经不可以用了
    2014-12-02

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明