I'm using Pervasive SQL 2000i as the back end for a 3rd party leasing program. I've been writing crystal reports to replace some old reports written against the transactional engine. The problem were having is when querying some large tables, (7 million rows) Crystal hangs. Normally I would kill the SQL process in Pervasive from the monitor and that would "wake up" crystal and give me a disconnect error. However, sometimes this method does not work. When I try and stop the relational service on the server (win2k) It refuses to stop and in the task manager I can see that NTDBSMGR.exe is running wild using up about 50% of the processor. Any thoughts? I know I have to step carefully around these giant tables, but I don't think we should have to reboot the server to solve the problem. thx.