SOLVED: How To Tell If WSUS Server Cleanup Is Doing Anything?
If you have ever worked with Windows Server Update Services (WSUS), you know that it needs to be cleaned out from time to time. The problem is that it locks up and errors out so frequently with no movement on the progress bar that you often don’t know if it is doing anything.
start up TASK MANAGER on the server that is running the database
Expand the DETAILS TAB and look for your database engine SQLSERVR.EXE
If you have a default install the database server is the server you have WSUS installed on and the database is called the WINDOWS INTERNAL DATABASE which is just a stripped out version of SQL EXPRESS.
As you can see in the screen shot above we have our WSUS database on a full MS SQL SERVER running on a different server
Watch the CPU number
On the WSUS Server (which is the same server for 90% of WSUS installations), open a POWERSHELL AS AN ADMINISTRATOR
Enter one of the simple command line clean up commands:
View Comments