How to Avoid a Server Reboot while Installing SQL Server.

In this Article, I will explain How to skip restart computer error message while installing SQL Server.

Error Message:

Avoid a server reboot while installing SQL Server

Method 1:

Here are the steps which you need to follow.

  • Open Registry Editor: Click (Win + R) -> Run, Input ‘regedit’ and press enter.
  • Go to Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager , and delete values in ‘PendingFileRenameOperations’  key. Click ‘OK

How to bypass restart computer error message while installing SQL Patch

  • Click Re-Run.

A computer restart is required...

 

Method 2:

  • Open Command Line as Administrator.
  • Run the CD command to change the direction to the location of where your SQL are located.
  • Run the below command.

setup.exe /SkipRules=RebootRequiredCheck /IAcceptSQLServerLicenseTerms /Action=patch

How to bypass restart computer error message while installing SQL Patch

 

How to Find Index Fragmentation on SQL Server

How to Find All Database Backup Time History

Get SQL Dba Tutorial Updates!

Signup now and receive an email once I publish new content.

I agree to have my personal information transfered to MailChimp ( more information )

I will never give away, trade or sell your email address. You can unsubscribe at any time.

Add Comment