INF: SQL Server May Not Be Detected as Windows NT VersionID: Q121023
|
SQL 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.
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:
Instmstr.Sql, Instcat.Sql, Instnt.Sql, Admin2.Sql, Object2.Sql
Transfer manager will not connect to the server as a
destination server, saying it is not a Windows NT server.
The maximum allowed value for sp_configure memory will be only
32000 instead of the normal value of 1048576.
The Truncate Only and No_log options will be greyed out on
the scheduled backups add event window.
Checkdb: Do not check indexes
Checkalloc: Do not check indexes and
Continue after error
Check Text Allocations: All options
cd \sql\install
isql /Usa /P<password> /iinstnt.sql /oinstnt.out
Additional query words: Windows NT grayed
Keywords : kbtool SSrvSQL_Admin SSrvWinNT
Version : 4.2
Platform : WINDOWS
Issue type :
Last Reviewed: March 20, 1999