01 2019 档案
摘要:1、NSSM.exe https://nssm.cc/ 2、Topshelf 引用地址:https://www.cnblogs.com/guogangj/p/10093102.html#4136330
阅读全文
摘要:--每秒死锁数量 SELECT * FROM sys.dm_os_performance_counters WHERE counter_name LIKE 'Number of Deadlocksc%'; --查询当前阻塞 WITH CTE_SID ( BSID, SID, sql_handle ) AS ( SELECT blocking_ses...
阅读全文