list_connections
View active database connections to monitor usage, identify sessions, and manage resources in SQL Server.
Instructions
List all active database connections.
Returns:
List of active connections with their details (name, host, database,
connection time, and active status).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||