list_connections
View active database connections in SQL Server to monitor usage, identify sessions, and manage resources effectively.
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 | |||