Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts

Tuesday, May 20, 2008

How to Shrink SharePoint content database size?

Run following SQL command to free up space of sharepoint content database

dbcc shrinkdatabase(WSSContentDatabaseName)