|
Thanks for the response. After many hours of hunting and digging, I found the problem with my Db size was related to the purge maintenance plans timing out when attempting to run. The NSMessageQueue was the largest table and the scheduled task to purge this was not working and simply timing out. I ended up running the stored procedure used by the purge task to get rid of all the "closed" events without dealing with the timeouts. Now that the table is under control, the purge maintenance works properly and the database size is once again where it should be..
Thanks again,
Kevin
|