newkidd2 You are correct, in a first instance sort of way. And I may be wrong in the second instance. ****!
I have ambition to create a report using an outer join, to pull the node name from node DB..... or pull user info, and add that to the event report.
Either way, instead of adding /deleting to see the event, i filtered for the event so I could see the instances that have already been.
SELECT TOP 1000 * FROM [dbo].[AuditingEvents]
Where ActionTypeID = 25
ORDER BY TimeLoggedUtc DESC
Just set it back to normal before you close the DB Manager