How to Shrink SharePoint content database size?
Run following SQL command to free up space of sharepoint content database
dbcc shrinkdatabase(WSSContentDatabaseName)
Run following SQL command to free up space of sharepoint content database
dbcc shrinkdatabase(WSSContentDatabaseName)
0 comments:
Post a Comment