BUG: RegistryRebuild Option of Setup Is Not Documented (157805)
The information in this article applies to:
This article was previously published under Q157805
BUG #: 15944 (6.5)
SYMPTOMS
The RegistryRebuild option of SQL Server Setup is no longer documented.
WORKAROUND
When you use the RegistryRebuild option, Setup presents the same dialog
boxes that it presents during a normal installation, but it does not
install or change any files. When you see the dialog boxes, ensure that the
paths are correct to the SQL files and Master.dat directories.
NOTE: Rebuilding the registry may not resolve all problems. A thorough
backup of all database files should be performed prior to registry rebuild.
To Rebuild the SQL Server Registry Entries- From a command prompt, type the following:
cd \mssql\binn
setup /t RegistryRebuild = On
NOTES:- For SQL Server version 6.0, you can use either = On or = True for
the Setup command line.
- For SQL Server version 6.0, the default directory is \sql60\binn.
- Be sure to type the Setup command exactly as indicated, including
capitalization. There must be a space on both sides of the equal sign.
- This will bring up SQL Server setup. It will appear as though SQL
Server is being reinstalled, but it is just re-writing the registry
information. However, it is recommended you make a complete backup of
your system before performing the registry rebuild.
You will need to know the following information prior to running the
registry rebuild:
Name and Organization information
Location of the current SQL Server installation
Location and size of the current master database
Whether or not you have books online installed
Your character set and sort order
To determine your current character and sort order information, run the
following command in the master database:
sp_helpsort
If your results are as follows, you have the default character set and
sort order. If not, please see the Setup book in SQL Server Books Online
to determine the correct character set and sort order choices for your
installation:
Sort Order Description
------------------------------------------------------------------
Character Set = 1, iso_1
ISO 8859-1 (Latin-1) - Western European 8-bit character set.
Sort Order = 52, nocase
Case-insensitive dictionary sort order for use with several
Western-European languages including English, French, and German.
Uses the ISO 8859-1 character set.
Characters, in Order
<removed Characters, in Order section>
- Setup may have difficulty locating certain .dll files. If this is the
case, try typing the following from a command prompt:
cd \mssql\dll
..\binn\setup /t RegistryRebuild = On
STATUS
Microsoft has confirmed this to be a problem in Microsoft SQL Server
version 6.5 documentation. We are researching this problem and will post
new information here in the Microsoft Knowledge Base as it becomes
available.
Modification Type: | Minor | Last Reviewed: | 3/14/2005 |
---|
Keywords: | kbBug kbinterop kbnetwork kbsetup KB157805 |
---|
|