INF: Rebuilding SQL Server Entries After Reinstalling Win NT |
Q119401
After you reinstall Windows NT, the registry no longer has entries for SQL
Server, and if you are using integrated security, the logins need to be
restored. The SQL Server Setup program has an option that will rebuild the
registry entries. This is detailed below, and is documented on page 144 of
the SQL Server version 4.2x "Configuration Guide."
NOTE: This is not documented in the version 6.0 product manuals.
To rebuild the SQL Server Registry entries, open a command prompt. The
Setup program needs various DLLs to run, and the DLL directory most likely
does not exist on the current path. The following commands will add the DLL
directory to the path and run the Setup program to rebuild the Registry.
The options to the Setup program are case sensitive and must be typed
exactly as shown, including capitalization. Also, a space must be on both
sides of the equal sign (=). This example assumes that SQL Server was
installed on drive C: using SQL Server version 4.2x:
set path=C:\SQL\DLL;%PATH%
cd \sql\binn
setup /t RegistryRebuild = On
Note that for SQL Server version 6.0, you can use = On or = True for the
setup line.Additional query words: 4.20 rebuild reinstall Windows NT
Keywords :
Issue type :
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ600 kbSQLServ420OS2
|
Last Reviewed: October 2, 1999 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |