Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
To resolve this problem, download the hotfix that is mentioned in the following Microsoft Knowledge Base article.
913100 FIX: The MSDE writer is not included when you try to use the Vssadmin.exe tool to list subscribed volume shadow copy writers
For a SQL Server cluster, follow these steps:
- Open Registry Editor, and if you have the default SQL instance installed, locate the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\MSSQLServer\Cluster
Or, if you are using a named instance, locate the following registry subkey:HKEY_LOCAL_MACHINE\SOFTWARE\ Wow6432Node\Microsoft\Microsoft SQL Server\<SQL instance name>\Cluster
- Note the values of the following registry entries:
- ClusterName
This registry entry is has a REG_SZ type. The value is the Virtual SQL Server name. - ClusterIpAddr
This registry entry has a REG_MULTI_SZ type. The value is the Virtual SQL Server IP address.
- If you have the default SQL instance installed, copy the two registry entries in step 2 to the following registry subkey on all nodes:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Cluster
Or, if you are using a named instance, copy the values to the following registry subkey:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\<SQL instance name>\Cluster
- After the registry entries are copied to the correct location on all nodes,
restart the nodes.
For a stand-alone SQL Server, follow these steps:
- Open Registry Editor, and then locate the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client
- Under the registry subkey that you located in step 1, create the following registry entry with a REG_DWORD type:
SharedMemoryOn
- Set the value of the SharedMemoryOn registry entry to 1.