[Question] SQL Server 2008 installation always prompts restart failure, what should I do?

【Problem Description】

What should I do if there is always a prompt restart failure during the installation of sql server 2008

 

【answer】

The first step: Click "Start"-"Run", enter regedit, and press Enter.
Step 2: Find the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server directory.
Step 3: Right-click and select delete.
Step 4: Find the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager directory, and find PendingFileRenameOperations on the right.
Step 5: Right-click to delete PendingFileRenameOperations.
Step 6: Restart the computer.
Step 7: Install again and find that the restart failure is no longer prompted, and the problem is solved.

Guess you like

Origin blog.csdn.net/szlixiaolong/article/details/109199600