Store documents in file system instead of database in SharePoint document library

ryan picture ryan · Aug 18, 2009 · Viewed 13.6k times · Source

In a SharePoint document library, is there any way to store the documents on the file system instead of the database?

Answer

Paul-Jan picture Paul-Jan · Aug 18, 2009

You can make SharePoint store its documents outside the DB using the SharePoint External Storage API. In other words, this isn't some functionality accessible through the SharePoint interface, but the system does offer a way of building it yourself. There are third party providers like StoragePoint that will do the job for you.