PRB: Can Not Alter TEMPDB When in RAMLast reviewed: April 3, 1997Article ID: Q104714 |
The information in this article applies to:
- Microsoft SQL Server version 4.2 for Windows NT
SYMPTOMSPage 91 of the SQL Server for Windows NT Configuration Guide states that you can extend the size of the TEMPDB database while it is in RAM by using the ALTER DATABASE statement. Attempting to do so, however, results in the following error:
Database TEMPDB cannot be altered when in RAM. Remove from RAM with 'sp_configure', stop\restart SQL Server, perform 'ALTER DATABASE', place in RAM with 'sp_configure', stop\restart SQL Server (Msg 5016, Level 16, State 1) CAUSEThe ability to dynamically alter the size of TEMPDB when it is in RAM is not allowed for the first release of SQL Server on Windows NT.
WORKAROUNDAs the error message indicates, the proper steps to use to increase the size of tempdb when it is in RAM are:
|
Additional query words: 4.20
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |