Hi All,
I am running with SCOM 2007R2 and DW on SQL 2005 server. i have created a event id based rule to find the login failure in SQL.
I can see all the alerts stored in the DW normally, but was unable to get the last repeat count Date and time from the operationsmanagerDW for the perticular alert.
I used below queries for DB and DW:
DB:
select *from Alertview
Where RepeatCount =893
i can see the last modified date from the above query.
Where i was not able to find the same details from the DW. Could you please help to find last repeat count date and time and repeat count in the SCOMDW. please provide the Sql query.
Thanks in advance.