To avoid manually querying one date at a time, create a custom table-valued function that loops through all error dates in %SYS and returns a unified result. This allows you to run a single SQL query like AppS_Util.ApplicationErrorLog_ErrorCounts(14) to get errors from the past 14 days easily. 😎
- Log in to post comments