Supported Databases and Databa...
Required Connection Permission...
Microsoft SQL Server (MSSQL) Configuration
3 min
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.
Connect as [username] and execute:
If [username] can see the system info, it confirms that VIEW SERVER STATE is functioning correctly.