BUG: Upgrade Fails on Server with Suspect DatabaseLast reviewed: April 29, 1997Article ID: Q112655 |
The information in this article applies to:
SYMPTOMSWhen upgrading from SQL Server for Windows NT version 4.2 to version 4.21, if the server has a database with a 'suspect' status , the upgrade indicate the following error message at the end:
cannot run isql.exe, check relevant.outIf you look under the install directory, there is no file named RELEVANT.OUT or ISQL.OUT. SQL Server can start up with no problem. However, the system stored procedures will no longer be present in the master database. Trying to run
ISQL -Usa -P -S -iinstmstr.sqlto manually install the scripts will result in an access violation on the client connection.
WORKAROUNDMake sure there is no 'suspect' database before upgrading to SQL NT 4.21. If there is one, drop or recreate it before proceeding with the upgrade. If you did not check to see if the server has a 'suspect' database and the upgrade failed, you have to either copy the backup copy of MASTER.DAT over or load the master database dump. Then, drop or recreate the 'suspect' database, and run upgrade again.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 4.21. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: setup Windows NT
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |