
Crystal Report starting to slow down in production
Here is how I would proceed.
1. Check that the machines have sufficient free disk space and that their
disks are defragmented. If they have less than 100 meg of free disk space
do everything you can to get it above 100 meg of free space. (Check
windows/Temp for lots of old temp files)
2. Repair and compact your database.
3. Check that you have indexes on the fields that are appropriate for your
report.
4. Open each report in the designer and select Database/Verify Database. If
there have been any changes to the Indexes or table structure this will fix
slow downs.
Make sure that you have done all of the above before proceeding with the
next set
That is all of the free changes. If they don't do it
1. Check that all of the machines have a minimum of 32 meg of ram. (64
preferred)
2. Have a network engineer check your LAN traffic. If it is high concider
100 base T.
SQL Server is "Way Cool" fun to work with, looks good on your resume, etc.
but I don't think that you need it for this number of records. But that
depends on how much the slow down is worth. If the slow down is costing real
money then the fastest way to generate reports is with SQL server running on
a dedicated multi processor box and have stored procedures deliver your
record set. This is assuming that your users are looking at a small subset
of the data.