摘要:
启动项目时,用到了Redis缓存数据库,但是却出现了报错信息: Caused by: io.lettuce.core.RedisCommandExecutionException: ERR Client sent AUTH, but no password is set报错截图: 原因: 产生这个问 阅读全文
摘要:
--查看死锁进程spid sp_who2 active --进程持续排行cpu: SELECT * FROM sys.sysprocesses order by cpu desc --查询造成阻塞或死锁的Sql语句: dbcc inputbuffer(520) --查看数据库列表 select* f 阅读全文
摘要:
转自官方文档:https://learn.microsoft.com/zh-cn/troubleshoot/sql/performance/troubleshoot-high-cpu-usage-issues 适用于: SQL Server 本文提供了诊断和修复运行 Microsoft SQL Se 阅读全文