Search code examples
dotnetnukednn9

Which Table in DNN will contain Admin Logs?


I need to export Admin Alerts from DNN's database.

Which table contains this?


Solution

  • SELECT * FROM [dbo].[EventLog] WHERE LogTypeKey = 'ADMIN_ALERT'