Question

I'm trying to recoop some diskspace on a test SharePoint environment of mine. I've removed as much content as I can in the portal and also emptied the site collection recycle bin but the free space on the disk hasn't moved. What am I missing?

Was it helpful?

Solution

In order to recuperate the space you will need to manage your SQL Server database files (MDF/LDF). My suggestion is that unless your disk space is critical that you not do this. Shrinking databases has some serious implications for performance and can cause some headaches. IMO, unless you really need the disk space, just leave it.

Here are some sources to back this opinion up from SQL Server MVPs:

http://www.brentozar.com/archive/2009/08/stop-shrinking-your-database-files-seriously-now/

http://blog.sqlauthority.com/2011/01/19/sql-server-shrinking-database-is-bad-increases-fragmentation-reduces-performance/

http://blogs.msdn.com/b/sqlserverstorageengine/archive/2006/06/13/629059.aspx

OTHER TIPS

Personally I have never had an issue when shrinking SharePoint DBs - Keep in mind I am only releasing the white space, but have had no performance impact to any of my sites

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top