The information in this article applies to:
SUMMARYSQL Server for Windows NT may not always be identified to the SQL Server tools as a Windows NT version of SQL Server if the installation SQL scripts are not run in the proper sequence. MORE INFORMATION
When SQL Server Setup is building the master database, it runs several
scripts to build the system objects used by SQL Server and its tools. These
scripts are stored in the c:\sql\install directory:
The operations performed by these scripts are discussed on page 8 of the Microsoft SQL Server "Configuration Guide." Sometimes sites may run one or more of these scripts to restore system objects. Users wanting to restore all of the system objects in their master database should run the scripts in the order specified. Any time the script INSTMSTR.SQL is run against a SQL Server for Windows NT system, users must also run the INSTNT.SQL script. Failure to also run the INSTNT.SQL script will lead to the following behavior:
SQL Administrator 4.21 will exhibit the following behavior (the 4.20 version of SQL Administrator does not):
The following options will be greyed out on the System/Manage/Consistency Check window.
The Database\Backup Restore\Tape directory and the Database\Backup Restore\Backup Restore window tape functions will be greyed out or disabled. Any site experiencing these symptoms can resolve them by simply running the INSTNT.SQL script:
These symptoms could also occur if a site copied an OS/2 SQL Server MASTER.DAT over to a Windows NT server and then ran SQL Server for Windows NT without first running INSTNT.SQL as documented in the section titled "Before Upgrading from Version 4.2 for OS/2" in the Server Installation' chapter of the Microsoft SQL Server "Configuration Guide." Additional query words: Windows NT grayed
Keywords : kbtool SSrvSQL_Admin SSrvWinNT |
Last Reviewed: March 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |