How can I export an audit trail?

For users or potential users.
Post Reply
AussieDentistThird
Posts: 13
Joined: Tue Dec 20, 2022 7:07 pm

How can I export an audit trail?

Post by AussieDentistThird »

Can i export an audit trail?

Preferably in cvs format
Tom Zaccaria
Posts: 364
Joined: Mon Feb 25, 2008 3:09 am

Re: How can I export an audit trail?

Post by Tom Zaccaria »

Try this:

SELECT * FROM securitylog

You can then export the results in csv format. Took a while to find this table.
drtmz
Post Reply