The information in this article applies to:
SYMPTOMSIf the transaction log for tempdb is moved to a separate device, an attempt to expand tempdb will result in a new device fragment that contains the system, default, and logsegment segments. CAUSE
This problem only occurs if you have moved the transaction log for tempdb
from its original device.
This can occur because the transaction log is contending for space that was supposed to be dedicated for data only. In some situations, truncating the transaction log for tempdb can resolve this error. WORKAROUND
Reduce tempdb back to its original 2 MB size on its original device
(usually master). Then expand it back to the desired configuration.
MORE INFORMATION
No proven performance benefits exist for moving the transaction log for
tempdb and no reason exists for dumping the log. For performance increases
with access to tempdb, consider moving tempdb in RAM.
Q115050 : INF: When to Use Tempdb In RAM Additional query words: sql6 alter database sp_logdevice
Keywords : kbusage SSrvAdmin kbbug4.21a kbbug6.00 |
Last Reviewed: March 23, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |