We recently upgraded our application from version 3.1 to 3.5. We had run the latest schema and other DB changes on the existing 3.1 Database. This is how we upgrade to higher versions.
Now the problem is, after the upgrade, the disk usage has gone very high. What are the possible reasons for high disk usage how to troubleshoot and fix this problem.
The same application was tested in QA environment and we didnt notice any high disk usage.
Please help.
Software/Hardware used:
SQL Server 2005
ASKED:
August 17, 2010 8:58 AM
UPDATED:
August 31, 2010 5:51 PM
Thanks for your response.
We had used the same production DB backup in QA environment. I dont suspect the application because we had analyzed all possible queries using profiler and didnt find any issue.
I would like to know if there are any other reason for the high disk usage or any thing else is happening on the Production environment.
Thanks.
You’ll need to look at the amount of space usage for each table and see which tables in the production database have more space being used than the QA database. Then you can dig into the settings for that table and see what is going on. How have you determined that there is more space in use in QA?