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.
我正在使用 SQL Server 2005 sp2,当我使用命令sp_who2看到它时,数据库中有太多挂起的连接。我想知道如何找到连接的优先级,它们是在使用还是没用。
如果我删除暂停的连接会有害吗?
有什么办法可以找到吗,求指点...
没有理由删除这些连接。它们不会造成负载。
如果您删除它们,创建它们的应用程序将收到意外错误。你很可能会导致错误。