摘要:
一直对Sql Server 数据库的连接请求和会话及进程之间的关系比较模糊,决定花时间研究一下,可能用到的DMV(Dynamic Management Views) https://msdn.microsoft.com/zh-cn/library/ms181509.aspx SQL Server M 阅读全文
摘要:
SELECT TOP 500[cpu_time],[session_id],[request_id],[start_time] AS '开始时间',[status] AS '状态',[command] AS '命令',dest.[text] AS 'sql语句', DB_NAME([database 阅读全文