After installing SQL server, the system prompts that the computer cannot be restarted. How can this problem be solved?
SQL server is a database management system launched by Microsoft. It is widely used in many platforms such as large multi-processor servers. Recently, when installing the SQL server 2008 Program, a user prompts that the computer has failed to be restarted (). I believe many users will choose to restart the computer, but the same error still occurs during re-installation, this problem mainly occurs in the registry. Let's take a look at the specific solution.
Bytes
After installing SQL server, the following steps are displayed:
1. Click"Start"-"run", InputRegedit, And press Enter.
2. FindHKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft SQL ServerDirectory.
3. Right-click and select Delete.
4. FindHKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Session ManagerDirectory. Find PendingFileRenameOperations on the right.
5. Right-click to delete PendingFileRenameOperations.
6. Restart your computer.
7. re-install and find that no restart failure is prompted. The problem is solved.
By modifying the registry, you can easily solve the SQL server Installation failure problem. I hope it will be helpful for you to restart your computer when installing SQL server.