This knowledge article is intended to help with the setup and configuration of the Microsoft SQL Server Management Pack when using the Windows Integrated Authentication (WIA) connection method. For additional information on setup and requirements, refer to the Installation Guide .
Prerequisites:
Creating the Login Account:
Granting Permissions:
GRANT VIEW ANY DEFINITION to [DOMAIN\user]
GO
GRANT VIEW SERVER STATE to [DOMAIN\user]
GO
GRANT VIEW DATABASE STATE to [DOMAIN\user]
GO