The information in this article applies to:
BUG# NT: 583 (4.2) SYMPTOMS
Taking tempdb out of RAM when no default device exists causes attempts
to start SQL Server to fail with an error 1808.
then the master database is no longer a default device. If the sa takes tempdb out of RAM, the 2-MB tempdb is not be placed on the master device, but is placed on other_dev, provided other_dev has 2 MB of free space available. If the sa removes all default devices in a system where tempdb is in RAM, and then issues:
Any subsequent attempt to start SQL Server fails with error 1808:
WORKAROUND
Restart SQL Server in recover master only mode and add a default device.
You should backup your system up prior to attempting this procedure.
After SQL Server initializes, either make a device known to contain at least 2 MB of free space on a default device:
Or, add a new device with at least 2 MB and make it a default device:
where X is a known free device number. After SQL Server shuts down from either of these methods, it should be able to restart normally. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 4.2. This problem was corrected in SQL Server version 6.0. For more information, contact your primary support provider. Additional query words: sql6 sp_configure tempdb Windows NT
Keywords : kbother kbbug4.20 kbfix6.00 SSrvWinNT |
Last Reviewed: March 18, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |