SQL Server 2012内部原理及故障排除(专栏)
本帖最后由 23ee 于 2014-7-18 10:52 编辑PROFESSIONAL SQL SERVER? 2012 INTERNALS AND TROUBLESHOOTING一书(可从这里下载),觉得内容很不错。自己也想对SQL Server 2012有个较全面的理解,于是边看边翻译,并将重点内容发表在博客中。下面是相关博客的链接,希望能够给大家带来一点帮助。因个人能力有限,若有翻译不妥之处,欢迎指正和交流!
第一部分内部原理(INTERNALS)
第一章 SQL Server 架构
[*]数据库事务: http://www.yunvn.com/thread-22249-1-1.html
[*]查询的生命周期: http://www.yunvn.com/thread-22251-1-1.html
http://www.yunvn.com/thread-22252-1-1.html
[*]SQL Server的执行模式和SQLOS: http://www.yunvn.com/thread-22253-1-1.html
[*]小结: http://www.yunvn.com/thread-22254-1-1.html
第二章揭秘硬件
[*]硬件揭秘:http://www.yunvn.com/thread-22255-1-1.html
第三章理解内存
[*]物理和虚拟内存: http://www.yunvn.com/thread-22256-1-1.html
[*]SQL Server内存: http://www.yunvn.com/thread-22257-1-1.html
[*]优化SQL Server内存配置: http://www.yunvn.com/thread-22258-1-1.html
第四章存储系统
[*]SQL Server I/O: http://www.yunvn.com/thread-22259-1-1.html
[*]存储技术: http://www.yunvn.com/thread-22260-1-1.html
www.yunvn.com/thread-22261-1-1.html
http://www.yunvn.com/thread-22262-1-1.html
[*]测量性能: http://www.yunvn.com/thread-22263-1-1.html
http://www.yunvn.com/thread-22264-1-1.html
第五章查询处理和执行
[*]查询处理: http://www.yunvn.com/thread-22265-1-1.html
[*]查询优化: http://www.yunvn.com/thread-22266-1-1.html
http://www.yunvn.com/thread-22267-1-1.html
[*]查询计划: http://www.yunvn.com/thread-22268-1-1.html
[*]查询执行: http://www.yunvn.com/thread-22269-1-1.html
第六章锁和并发性
[*]并发性的危险: http://www.yunvn.com/thread-22270-1-1.html
[*]锁: http://www.yunvn.com/thread-22271-1-1.html
[*]隔离级别: http://www.yunvn.com/thread-22272-1-1.html
第七章锁存器和自旋锁(Latch&Spinlock)
[*]症状: http://www.yunvn.com/thread-22273-1-1.html
[*]理解Latch和Spinlock: http://www.yunvn.com/thread-22274-1-1.html
[*]Latch的类型和模式: http://www.yunvn.com/thread-22275-1-1.html
[*]监视Latch和Spinlock: http://www.yunvn.com/thread-22276-1-1.html
第八章认识Tempdb
[*]概览和用法: http://www.yunvn.com/thread-22277-1-1.html
[*]排除日常问题: http://www.yunvn.com/thread-22278-1-1.html
[*]配置最佳实践:http://www.yunvn.com/thread-22279-1-1.html
第二部分故障排除工具及使用相关工具的经验教训
第10章使用Perfmon和PAL工具查看Server性能
[*]PerfMon入门指南: http://www.yunvn.com/thread-22280-1-1.html
[*]从性能监视器获取更多有用信息: http://www.yunvn.com/thread-22281-1-1.html
[*]日志的性能分析: http://www.yunvn.com/thread-22282-1-1.html
[*]其他PerfMon日志性能分析工具: http://www.yunvn.com/thread-22283-1-1.html
第11章使用SQLdiag合并数据采集
[*]初识SQLdiag: http://www.yunvn.com/thread-22284-1-1.html
[*]使用SQLdiag配置管理器: http://www.yunvn.com/thread-22285-1-1.html
[*]最佳实践: http://www.yunvn.com/thread-22286-1-1.html
第12章使用SQL Nexus整合
[*]熟悉SQL Nexus:http://www.yunvn.com/thread-22287-1-1.html
[*]定制SQL Nexus: http://www.yunvn.com/thread-22288-1-1.html
[*]解决日常问题: http://www.yunvn.com/thread-22289-1-1.html
第13章使用Extended Events诊断SQL Server 2012
[*]使用Extended Events诊断SQL Server 2012: http://www.yunvn.com/thread-22290-1-1.html
[*]在SQL Server 2012中创建Extended Events会话:http://www.yunvn.com/thread-22291-1-1.html
[*]查看由Extended Events捕获的数据: http://www.yunvn.com/thread-22292-1-1.html
第14章使用PowerShell增强排错能力
[*]PowerShell入门: http://www.yunvn.com/thread-22293-1-1.html
[*]使用PowerShell调查Server问题: http://www.yunvn.com/thread-22294-1-1.html
[*]使用PowerShell调校SQL Server性能:http://www.yunvn.com/thread-22295-1-1.html
第15章SQL Server健康检查
[*]SQL Server健康检查:http://www.yunvn.com/thread-22296-1-1.html
第16章管理和性能
[*]管理和性能:http://www.yunvn.com/thread-22298-1-1.html
第17章在虚拟环境中运行SQL Server
[*]在虚拟环境中运行SQL Server:http://www.yunvn.com/thread-22299-1-1.html
楼主辛苦了,谢谢分享!
页:
[1]