SqlLockFinder Sql Server 锁 监控 管理

前面讲了SqlServer死锁捕捉,其中有个工具叫sqllocalfinder比较好用

SQL lock finder
http://www.sqllockfinder.com/

SQL lock finder
SQL lock finder is a tool that helps you find the cause of your locks faster.
It visualizes each session and connects the sessions that are being locked.

The project is available on github and we would appreciate any contributions on the repository.

SQL lock finder is build with WPF in dotNetCore 3 so it is available cross platform.
At the moment we only support SQL Server.

SQL锁查找器
SQL锁查找器
SQL锁查找器是一种帮助您更快地找到锁的原因的工具。
它可视化每个会话并连接被锁定的会话。
该项目可在github上获得,我们将非常感谢您对存储库的任何贡献。
SQL锁查找器是在DotNetCore3中使用WPF构建的,因此它可以跨平台使用。
目前我们只支持SQLServer。

原文地址:https://www.cnblogs.com/herenwei-wayne/p/14068964.html