You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Queries/EventTranscript_GetEventNam...

9 lines
237 B
SQL

-- List unigue Event Names from
-- from C:\ProgramData\Microsoft\Diagnosis\EventTranscript\EventTranscript.db
SELECT
distinct events_persisted.full_event_name
from events_persisted
order by events_persisted.full_event_name asc