SQL Server has less space on tempdb drive
-
2011年9月19日 上午 11:54
Hi All,
Can any one help me out that,what are all steps we need to take if tempdb drive size is very low on the server.I have shrinked the tempdb on regular basis but not getting shrunked.
- 已變更類型 KJian_ 2011年10月5日 上午 02:17
所有回覆
-
2011年9月21日 下午 01:17
Below is a very good article to manage tempdb size
Working with Temp db : http://technet.microsoft.com/en-us/library/cc966545.aspx
How to shrink Temp database in SQL server : http://support.microsoft.com/kb/307487
Sandeep Dasam -
2011年9月23日 上午 10:31
Thanks for your assistance. But the first link is not working http://technet.microsoft.com/en-us/library/cc966545.aspx do not know why.
SKD -
2011年10月4日 下午 03:42版主
Hello,
I have displayed the page corresponding to the first link, it concerns SQL Server 2005
Please SKD, could you tell which is the version (2005,2008,2008 R2 ) of the SQL Server ?
Have a nice day
Mark Post as helpful if it provides any help.Otherwise,leave it as it is. -
2012年1月27日 上午 10:05
Hi Normand,
I am faceing this issue on sql server 2008r2, but most of the servers has configured on sql server 2008 and sql server 2005 also.
SKD -
2012年2月1日 下午 05:57
The following article deals with disk drive configuration:
http://www.sqlusa.com/bestpractices/configureharddisk/
Shrinking tempdb will not help because if needed, tempdb will grow again fast.
You would have to find out the reason for unusual large growth. You can use SQL Profiler for diagnostics:
http://stackoverflow.com/questions/1119924/sql-server-2000-tempdb-growing-very-large
Kalman Toth SQL SERVER 2012 & BI TRAINING
New Book: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2012- 已提議為解答 Papy NormandModerator 2012年3月18日 下午 09:01
- 已編輯 Kalman TothMicrosoft Community Contributor 2012年9月30日 上午 08:05

