> I'm dealing with Ipswitch now. I am confident this is a bug in the > ODBC component of Imail.
You're going to have to put a lot of controls in place to establish that. With SQL on the same box, you must make sure that: - You fix the memory allocation for SQL - You give SQL its own disk(s) - You use indices wherever possible - Your DSN uses the Shared Memory Net-Library - You experiment with fiber mode for lowest resource consumption by SQL (this can sometimes have opposite effects) Running ODBC traces and PerfLogs will also help you isolate the problem. Be aware that, IMO, a known "limitation" of IMail's ODBC connector in that it isn't self-tuning for local DBs is not a bug per se. You also haven't mentioned (or measured?) your usage volume and patterns, which makes it hard to say what else is happening at noon. -Sandy To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
