Sunday, June 3, 2007

Shrink SharePoint content database size

To free up the SharePoint Content Database space, you can use the following SQL command

dbcc shrinkdatabase(WSSContentDatabaseName)

Sunday, June 3, 2007

Shrink SharePoint content database size

To free up the SharePoint Content Database space, you can use the following SQL command

dbcc shrinkdatabase(WSSContentDatabaseName)