How can we help you today? How can we help you today?
Jason Cook
If you are comfortable using the 'regedit' application, could you please check the "SQLDataRoot" value of the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Setup If you are using a 64-bit server to run SQL Server, this will be under: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\MSSQLServer\Setup -- Normally, this will be set to the folder SQL Server was installed at, for example "C:\Program Files\Microsoft SQL Server\MSSQL" or "C:\Program Files (x86)\Microsoft SQL Server\MSSQL". If this folder is incorrect or missing, it causes SQL Backup to exhibit the behaviour you have described. If the key is missing: * Right click the "Setup" folder in the left hand pane * Select "New >" and String Value * Set the value to "SQLDataRoot", minus the double quotes * Double Click on the value, and set it to your SQL Server directory, for example "C:\Program Files\Microsoft SQL Server\MSSQL" for a 32-bit server. If this doesn't resolve the problem or you have any other questions, feel free to follow up either on the forum, or by contacting James or myself via email. If this does resolve the problem please let us know so that we know that it is a working solution and will aim to fix the problem in a subsequent release. Thanks, Jason / comments
If you are comfortable using the 'regedit' application, could you please check the "SQLDataRoot" value of the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Setup If you ...
0 votes