Hi Stan Halter,
Which KB did you install on your machine?
Regards,
Lei
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
After applying January Cumulative Updates to Windows Server 2016 and Windows Server 2019, Windows Internal Database is no longer functional. Rolling back the updates does NOT fix this issue. Error 7000
The MSSQL$MICROSOFT##WID service failed to start due to the following error:
The system cannot find the file specified.
We have seen this in both RDS and WSUS deployments where WID has been installed with said services. Redeployment of WID and said services have been the ONLY fix thus far.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.
Hi Stan Halter,
Which KB did you install on your machine?
Regards,
Lei
KB5034119
This issue has been reported by some users, and Microsoft is currently investigating it.
In the meantime, you can try the following workaround:
This should recreate the MSSQL$MICROSOFT##WID service and start it. If this does not resolve the issue, I recommend you could uninstall KB5034119.
This issue has been reported by some users, and Microsoft is currently investigating it.
In the meantime, you can try the following workaround:
- Open an elevated command prompt.
- Type "sc delete MSSQL$MICROSOFT##WID" (without quotes) and press Enter.
- Type "sc create MSSQL$MICROSOFT##WID binPath= "C:\Windows\system32\sqlservr.exe" -sMICROSOFT##WID" (without quotes) and press Enter.
- Type "sc start MSSQL$MICROSOFT##WID" (without quotes) and press Enter.
This should recreate the MSSQL$MICROSOFT##WID service and start it. If this does not resolve the issue, I recommend you could uninstall KB5034119.
Hi, I have the same problem.
I tried that procedure, but I dont have sqlservr.exe on my server (or on that path).
Hi,
does the latest KB still have the same issue?