Reindex the WSUS database
https://learn.microsoft.com/en-us/troubleshoot/mem/configmgr/update-management/reindex-the-wsus-database
Sheik's Site
https://learn.microsoft.com/en-us/troubleshoot/mem/configmgr/update-management/reindex-the-wsus-database
There are three things (as far as we have figured out!) you need to know about this script before running it:
cd C:\Program Files\Update Services\Tools\wsusutil.exe postinstall SQL_INSTANCE_NAME=”Hostname” CONTENT_DIT=D:\WSUS
Connect to Windows Internal Database We can connect to the WID using the Named Piped connection. To read more about named pipe connections. Open SQL Server Management Studio 🡪 On Connect to Server screen, specify the following named pipe connection string in the Server name textbox and click on Connect. np:\\.\pipe\MICROSOFT##WID\tsql\query Below is the screenshot of … Read more