We have Dynamics SL 7.x. The error log has never been cleaned and our entire history is there. We cannot clean/empty it through the application as it freezes.
Can we delete the error log externaly if so what are the tables that need to be cleared.
Thanks
Gary
*This post is locked for comments
use <application DB>
DELETE FROM pstatus
WHERE execdate < '2011-01-01'
This will leave only this year's events to be deleted thru the SL screen.
Ayrin