Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
alidba
Starting Member
1 Post |
Posted - 2013-06-28 : 10:57:20
|
Hi ,In my production server it shows the tempdb drive is full, but when I check the property of tempdb i have engough space.When I restart the SQL SERVER instance it gets cleared.How to resolve this TEMPDB space without restarting the instance.I have a clustured environment....can anybody suggest ..thanks |
|
James K
Master Smack Fu Yak Hacker
3873 Posts |
Posted - 2013-06-28 : 14:16:29
|
Each method for shrinking TEMPDB has its own requirements - see here: http://support.microsoft.com/kb/307487 The first two methods described here may require you to restart the server.If your tempdb gets full routinely after shrinking it, that just means that your databases require a lot of space in the tempdb. It could be due to a number of reasons RCSI, large sorts etc. This page gives you some guidance: http://msdn.microsoft.com/en-us/library/ms176029(v=sql.105).aspx |
|
|
lionofdezert
Aged Yak Warrior
885 Posts |
Posted - 2013-07-01 : 05:31:52
|
What are mdf/ndf storage parameters ??? Initial Size, AutoGrowth ???Are you using following for transactions•Snapshot isolation•Read committed snapshot isolation???--------------------------http://connectsql.blogspot.com/ |
|
|
jackv
Master Smack Fu Yak Hacker
2179 Posts |
|
|
|
|