Skip to content

Commit 2e03e21

Browse files
Update ACS_EventIDs.sql
1 parent c34d19a commit 2e03e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SQL Queries/OperationsManagerAC/ACS_EventIDs.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Get a count of the total ACS Events Collected, and how much percent the Event is taking up the ACS DB
1+
-- Get a count of the total ACS Events Collected / and how much percent the Event is taking up the ACS DB
22
Declare @total float
33
Select @total = count(EventId) from AdtServer.dvHeader
44
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)