开发者

Where does SharePoint store the real files?

开发者 https://www.devze.com 2023-01-09 04:10 出处:网络
When I add a new document in SharePoint (like a Microsoft Word document) where exactly is the file (binary data) stored?

When I add a new document in SharePoint (like a Microsoft Word document) where exactly is the file (binary data) stored?

In an MSSQL engine? (BLOB?) On a ha开发者_如何学Gord drive as a native file?

Somewhere else?


By default, it is stored in the SQL Server Content Database associated with the site collection. However, Sharepoint 2010 does support storing list data as BLOBs in external storage.

See http://technet.microsoft.com/en-us/library/ee748607.aspx for more information.

0

精彩评论

暂无评论...
验证码 换一张
取 消