We upgraded sql server database from 2000 to 2008. Crystal report with a subreport was taking around 50 seconds on 2000 database now same report is taking 3 minutes. I don't have a clue what's the problem?
Thanks!!!
|
We upgraded sql server database from 2000 to 2008. Crystal report with a subreport was taking around 50 seconds on 2000 database now same report is taking 3 minutes. I don't have a clue what's the problem? Thanks!!!
| ||||
|
feedback
|
|
Update usage counters: In earlier versions of SQL Server, the values for the table and index row counts and page counts can become incorrect. To correct any invalid row or page counts, run You should also rebuild your indexes (and ensure column statistics are updated). | |||||||||||
feedback
|