I do not have SQL Management Studio installed...
Main Topics
Browse All TopicsHi,
I have a SBS 2003 SP2 and my SUSDB got somehow damaged? At least its current file size of SUSDB.mdf is > 6 GB and I can't do anything with it.
I'd like to shrink it with OSQL but everything fails with
Database 'SUSDB' exceeds size limit.
Of course WSUS is no longer working now.
Right now upgrading to WSUS 3.0 or reinstalling WSUS 2.0 would be an option I'd prefer to pospone a few weeks.
Shouldn't it be possible to compact/shrink the database back to a normal level somehow?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You really need to install SQL Server Management Studio Somewhere and connect into the database. That way you can look at what's inside the database and determine if it's whitespare or actually data by running one of the built-in reports;
Right click on teh Database Name under 'Databases', Select 'Reports', 'Standard Reports', 'Disk Usage by Table'
HTH
Ok, the restore was successful. WSUS is up and running again. Still the SUSDB file is > 6 GB.
I tried to cut down the WSUS database by running
wsusutil deleteuneededrevisions
but the utility times out after 3 hours everytime I run it. I've found several articles describing the same problem but all say, run it several times and it will work. So I continue trying....
Finally I probably have to upgrade to WSUS 3.0...
http://www.experts-exchang
Business Accounts
Answer for Membership
by: St3veMaxPosted on 2009-05-15 at 01:27:59ID: 24393208
First of all; Take a backup of the database.
In SLQ Management Studio; Right click on the DB; Look @ the Files tab and then look at the max size. You may need to adjust that OR check you have not run out of disk space on the server.
HTH