Trying to access the scheduler log files for metrics (currently not using a work queue). Is it possible to export more than one log file at a time? Are the logs stored in the database that can be queried? Thanks.
They are stored in the DB under [dbo].[BPASessionLog_NonUnicode] . Depending on the information you need, you may also need to join with [dbo].[BPASession] .