PRB: Can Not Alter TEMPDB When in RAMID: Q104714
|
Page 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)
The 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.
As 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
Keywords : kbother SSrvGen
Version : winnt:4.2x
Platform : winnt
Issue type :
Last Reviewed: March 17, 1999