sql server 性能优化的几个专家工具
以下为一个方便的sql server 分析的专家工具
sp_WhoIsActive
提供了方便的文档说明
dba_BlockTracer
- 参考链接
https://blogs.msdn.microsoft.com/nikhilsi/2008/07/13/how-to-identify-blocked-sql-processes-quickly/
https://github.com/PNNL-Comp-Mass-Spec/DBSchema_DMS/blob/master/MasterDB/dba_BlockTracer.sql - 说明
实际上上边的github 已经有了好多不错的sql
usp_who5
参考资料
https://github.com/ktaranov/sqlserver-kit
https://github.com/PNNL-Comp-Mass-Spec/DBSchema_DMS