BUG: RegistryRebuild Option of Setup Is Not Documented

ID: Q157805


The information in this article applies to:

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

  1. From a command prompt, type the following:

    cd \mssql\binn
    setup /t RegistryRebuild = On


    NOTES:


  2. 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>
      


  3. 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



MORE INFORMATION

The RegistryRebuild option can be used to recover from a situation where the Windows NT registry has been either damaged, inadvertantly modified, or restored. You may need to rebuild the registry for SQL Server if:


Additionally, in some cases, RegistryRebuild can help recover the SQL Performance Monitor counters if they cannot be seen.


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.

Additional query words: perfmon service


Keywords          : kbinterop kbnetwork kbsetup SSrvDoc_Err SSrvInst kbbug6.50 
Version           : 6.5
Platform          : WINDOWS 
Issue type        : 

Last Reviewed: April 3, 1999