Supported Databases and Databa...
Required Connection Permission...

Microsoft SQL Server (MSSQL) Configuration

3 min

Purpose

In MSSQL, the aim is to create a login and user with minimal read privileges, such as VIEW SERVER STATE, and optionally the ability to view object definitions if required.

Grant Permissions

MSSQL


Testing Permissions

Connect as [username] and execute:

SQL


If [username] can see the system info, it confirms that VIEW SERVER STATE is functioning correctly.