The information in this article applies to:
BUG#: 14458 (4.21a) SYMPTOMSAn upgrade from SQL Server version 4.2x to version 6.0 will fail if the model database has been altered to a size larger than 4 MB. A similar problem can occur if the model database is altered to a size larger than 4 MB after 6.0 is installed and the msdb database has to be recreated using the Instmsdb.sql file. CAUSE
The Setup.inf and Instmsdb.sql files are used by the upgrade process to
create a 2 MB database device and a 2 MB log device for the msdb database,
which is also 2 MB. These values are hardcoded.
WORKAROUND
Backup all databases and rebuild the master db to change the size of model
back to the default size. If you rebuild the master database, you must
recreate the user databases, reload each database from the most recent
dump, and then reapply any changes not included in the dump.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server versions 4.21a and 6.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: sp service pak
Keywords : kbsetup SSrvInst kbbug4.21a kbbug6.00 |
Last Reviewed: March 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |