Hello,
I have database that is using high tempdb usage in MSSQL 2008. I found the query that is causing the issue and tried to streamline the query but it still has queries going into the tempdb and uses 100% of HDD which creates lag. The database has high usuage and is around 10million rows.
I have tried to create multiple tempdb files but those just increase the tempdb writing more.
Any suggestions on how to fix the usuage on the tempdb?
Thanks in advance.
I have database that is using high tempdb usage in MSSQL 2008. I found the query that is causing the issue and tried to streamline the query but it still has queries going into the tempdb and uses 100% of HDD which creates lag. The database has high usuage and is around 10million rows.
I have tried to create multiple tempdb files but those just increase the tempdb writing more.
Any suggestions on how to fix the usuage on the tempdb?
Thanks in advance.
Comment