JDBC for SQL2005 version 1.2 performance problem

  • I have an application run with SQL2000 originally, last month the database has been migrated to SQL2005, I've updated the jdbc driver to version 1.2 accordingly, but found the performance of the application is greatly downgrade, it take around 4 times as long as before for the same task.

    Thanks for any suggestion!

  • Verify that you have updated the stats on all your tables (preferably with FULLSCAN)

    and you should also run DBCC UPDATEUSAGE on each DB.


    * Noel

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply