Skip to content

Commit c34d19a

Browse files
Update ACS_EventIDs.sql
1 parent 20835c7 commit c34d19a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SQL Queries/OperationsManagerAC/ACS_EventIDs.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-- Get a count of the total ACS Events Collected, and how much percent the Event is taking up the ACS DB
12
Declare @total float
23
Select @total = count(EventId) from AdtServer.dvHeader
34
Select count(EventId) AS Count,EventId, cast(convert(float,(count(EventId)) / (convert(float,@total)) * 100) as decimal(10,2)) AS PercentOfTotalEvents

0 commit comments

Comments
 (0)