Viewing 2 posts - 1 through 2 (of 2 total)
Hi
[NT AUTHORITY\SYSTEM] should not be sysadmin. You can use a specific account for the SCOM healtservice with just the permissions needed for the specific SCOM managementpack for SQLServer.
There should be...
September 10, 2020 at 1:48 pm
#3787555
Alfredo Giotti (4/26/2011)
BEGIN
SET ANSI_PADDING ON
SET CONCAT_NULL_YIELDS_NULL ON
SET ANSI_WARNINGS ON
DECLARE @LogonTriggerData xml,
@PostTime datetime,
...
April 28, 2011 at 1:13 am
#1317060