Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在活动监视器中,有一个进程(属于单个PC)在tempdb数据库上运行select语句,它一直在运行。我无法杀死它。我应该怎么办?
那就是你,正在查看活动监视器。
活动监视器显示数据库活动。但是生成活动列表本身就是一项活动。因此它出现在列表中。
自然它会一直显示为正在运行,因为在它运行的时候,它必须在运行。此外,如果您终止 SPID,下次刷新活动监视器时,它将建立新连接,因此您将再次看到它。