How do I see active SQL Server connections?

后端 未结 8 933
暖寄归人
暖寄归人 2020-11-28 00:13

I am using SQL Server 2008 Enterprise. I want to see any active SQL Server connections, and the related information of all the connections, like from which IP address, conne

8条回答
  •  难免孤独
    2020-11-28 01:04

    Click the "activity monitor" icon in the toolbar.

    From Thorsten's comment:

    In SQL Server Management Studio, right click on Server, choose "Activity Monitor" from context menu -or- use keyboard shortcut Ctrl + Alt + A.

    Reference: Microsoft Docs - Open Activity Monitor in SQL Server Management Studio (SSMS)

提交回复
热议问题