SQL Server 2012内部原理及故障排除(专栏)
PROFESSIONAL SQL SERVER® 2012 INTERNALS AND TROUBLESHOOTING一书(可从这里下载)。认为内容非常不错。自己也想对SQL Server 2012有个较全面的理解,于是边看边翻译,并将重点内容发表在博客中。以下是相关博客的链接,希望可以给大家带来一点帮助。因个人能力有限。若有翻译不妥之处,欢迎指正和交流。
第一部分 内部原理(INTERNALS)
第一章 SQL Server 架构
- 数据库事务: http://blog.csdn.net/burgess_liu/article/details/17553407
- 查询的生命周期: http://blog.csdn.net/burgess_liu/article/details/17558663
http://blog.csdn.net/burgess_liu/article/details/17609599 - SQL Server的运行模式和SQLOS: http://blog.csdn.net/burgess_liu/article/details/17691489
- 小结: http://blog.csdn.net/burgess_liu/article/details/17710139
第二章 揭秘硬件
第三章 理解内存
- 物理和虚拟内存: http://blog.csdn.net/burgess_liu/article/details/17733149
- SQL Server内存: http://blog.csdn.net/burgess_liu/article/details/17739725
- 优化SQL Server内存配置: http://blog.csdn.net/burgess_liu/article/details/17757655
第四章 存储系统
- SQL Server I/O: http://blog.csdn.net/burgess_liu/article/details/17786129
- 存储技术: http://blog.csdn.net/burgess_liu/article/details/17952595
http://blog.csdn.net/burgess_liu/article/details/17990973
http://blog.csdn.net/burgess_liu/article/details/18260867 - 測量性能: http://blog.csdn.net/burgess_liu/article/details/18325209
http://blog.csdn.net/burgess_liu/article/details/18358361
第五章 查询处理和运行
- 查询处理: http://blog.csdn.net/burgess_liu/article/details/18593893
- 查询优化: http://blog.csdn.net/burgess_liu/article/details/18602471
http://blog.csdn.net/burgess_liu/article/details/18729109 - 查询计划: http://blog.csdn.net/burgess_liu/article/details/18812633
- 查询运行: http://blog.csdn.net/burgess_liu/article/details/18839385
第六章 锁和并发性
- 并发性的危急: http://blog.csdn.net/burgess_liu/article/details/18978093
- 锁: http://blog.csdn.net/burgess_liu/article/details/19067719
- 隔离级别: http://blog.csdn.net/burgess_liu/article/details/19397391
第七章 锁存器和自旋锁(Latch&Spinlock)
- 症状: http://blog.csdn.net/burgess_liu/article/details/19540293
- 理解Latch和Spinlock: http://blog.csdn.net/burgess_liu/article/details/19545473
- Latch的类型和模式: http://blog.csdn.net/burgess_liu/article/details/19607151
- 监视Latch和Spinlock: http://blog.csdn.net/burgess_liu/article/details/19820095
第八章 认识Tempdb
- 概览和使用方法: http://blog.csdn.net/burgess_liu/article/details/19974923
- 排除日常问题: http://blog.csdn.net/burgess_liu/article/details/20030715
- 配置最佳实践: http://blog.csdn.net/burgess_liu/article/details/20109295
第二部分 故障排除工具及使用相关工具的经验教训
第10章 使用Perfmon和PAL工具查看Server性能
- PerfMon入门指南: http://blog.csdn.net/burgess_liu/article/details/20484405
- 从性能监视器获取很多其它实用信息: http://blog.csdn.net/burgess_liu/article/details/20525659
- 日志的性能分析: http://blog.csdn.net/burgess_liu/article/details/20551987
- 其它PerfMon日志性能分析工具: http://blog.csdn.net/burgess_liu/article/details/20563975
第11章 使用SQLdiag合并数据採集
- 初识SQLdiag: http://blog.csdn.net/burgess_liu/article/details/20614571
- 使用SQLdiag配置管理器: http://blog.csdn.net/burgess_liu/article/details/21612515
- 最佳实践: http://blog.csdn.net/burgess_liu/article/details/22052209
第12章 使用SQL Nexus整合
- 熟悉SQL Nexus: http://blog.csdn.net/burgess_liu/article/details/22093135
- 定制SQL Nexus: http://blog.csdn.net/burgess_liu/article/details/23909625
- 解决日常问题: http://blog.csdn.net/burgess_liu/article/details/24307671
第13章 使用Extended Events诊断SQL Server 2012
- 使用Extended Events诊断SQL Server 2012: http://blog.csdn.net/burgess_liu/article/details/24668891
- 在SQL Server 2012中创建Extended Events会话: http://blog.csdn.net/burgess_liu/article/details/25119701
- 查看由Extended Events捕获的数据: http://blog.csdn.net/burgess_liu/article/details/28606425
第14章 使用PowerShell增强排错能力
- PowerShell入门: http://blog.csdn.net/burgess_liu/article/details/31373671
- 使用PowerShell调查Server问题: http://blog.csdn.net/burgess_liu/article/details/36624925
- 使用PowerShell调校SQL Server性能: http://blog.csdn.net/burgess_liu/article/details/36644117
第15章 SQL Server健康检查
- SQL Server健康检查: http://blog.csdn.net/burgess_liu/article/details/36654597
第16章 管理和性能
第17章 在虚拟环境中执行SQL Server
- 在虚拟环境中执行SQL Server: http://blog.csdn.net/burgess_liu/article/details/37654829
SQL Server 2012内部原理及故障排除(专栏)的更多相关文章
- SQL Server 2012内部原理及故障排除
http://blog.csdn.net/burgess_liu/article/details/37900027
- 利用Ring Buffer在SQL Server 2008中进行连接故障排除
原文:利用Ring Buffer在SQL Server 2008中进行连接故障排除 出自:http://blogs.msdn.com/b/apgcdsd/archive/2011/11/21/ring ...
- SQL Server 2012的内部原理和故障排除(50):Burgess_Liu的专栏
http://blog.csdn.net/Burgess_Liu/article/category/1821435/2 http://www.cnblogs.com/fygh/archive/2012 ...
- Win7 安装SQL SERVER 2012需要SP1补丁
在操作系统Win7上安装SQL Server 2012时,报如下错误: 也就是说SQL Server 2012如要要安装在Windows 7 上,则至少需要安装SP1补丁.否则就会弹出上面提示信息.关 ...
- 安装 SQL Server 2012 的硬件和软件要求(官方全面)
以下各节列出了安装和运行 SQL Server 2012 的最低硬件和软件要求. 有关 SharePoint 集成模式下 Analysis Services 的要求的详细信息,请参阅硬件和软件要求(S ...
- SQL Server 2012故障转移的looksalive check和is alive check
什么是looksalive check和is alive check SQL Server故障转移集群是建立在windows集群服务上的一种热备的高可用方案.在集群运行过程中,windows集群服务定 ...
- 在Windows Server 2012中搭建SQL Server 2012故障转移集群
OK~ WSFC 2012 R2 年度盛宴开始~ 在本文中,老王将用一系列的场景,把动态仲裁,动态见证,票数调整,LowerQuorumPriorityNodeID,阻止仲裁等群集仲裁技术串起来,完成 ...
- 在Windows Server 2012 R2中搭建SQL Server 2012故障转移集群
需要说明的是我们搭建的SQL Server故障转移集群(SQL Server Failover Cluster)是可用性集群,而不是负载均衡集群,其目的是为了保证服务的连续性和可用性,而不是为了提高服 ...
- 基于iSCSI的SQL Server 2012群集测试(四)--模拟群集故障转移
6.模拟群集故障转移 6.1 模拟手动故障转移(1+1) 模拟手动故障转移的目的有以下几点: 测试群集是否能正常故障转移 测试修改端口是否能同步到备节点 测试禁用full-text和Browser服务 ...
随机推荐
- 349 Intersection of Two Arrays 两个数组的交集
给定两个数组,写一个函数来计算它们的交集.例子: 给定 num1= [1, 2, 2, 1], nums2 = [2, 2], 返回 [2].提示: 每个在结果中的元素必定是唯一的. 我们 ...
- Github提交本地版本是遇到的问题
问题如下:*** Please tell me who you are. Run git config --global user.email "you@example.com" ...
- C#最实用的快捷键
Ctrl+J(Alt+→):智能提示. Ctrl+X:删除整行. Shift+Alt+Enter:全屏切换 F12:跳转到定义. Ctrl+-.Ctrl+Shift+-:上一步.下一步(仅限于使用过上 ...
- TextOut与DrawText的区别
BOOL TextOut( HDC hdc, // 句柄 int nXStart, // 字符串的开始位置 x坐标 int nYStart, // 字符串的开始位置 y坐标 LPCTSTR lpStr ...
- 03--QT教程(转自:豆子)
http://blog.51cto.com/zt/20
- jquery jstree 插件的使用
最近一个项目 需要用到jstree 这个jQuery插件,就研究了下,做目录树 菜单还是很强大的,下面对经常会用到几个用法做下说明. 1. 首先页面 引用 jquery.jstree 2. html ...
- Codeforces_The least round way
B. The least round way time limit per test 2 seconds memory limit per test 64 megabytes input standa ...
- getdlgitemtext
获取控件内信息 set 设置控件内信息 oninitdialog初始化控件时的操作
- python包与模块
Python基础-包与模块 摘要 为重用以及更好的维护代码,Python使用了模块与包:一个Python文件就是一个模块,包是组织模块的特殊目录(包含__init__.py文件). 模块搜索路径,Py ...
- 内核调试-ftrace introduction
ftrace https://www.ibm.com/developerworks/cn/linux/l-cn-ftrace1/ https://www.ibm.com/developerworks/ ...