Thursday, June 11, 2009

FILESTREAM Storage

The FILESTREAM features is a new one in SQL Server 2008. It allows you to save a BLOB file on the physical hard disk instead of storing the binary data within the database (which results in large database file size). I have much tried out this new feature, but found an interesting article on Microsoft TechNet.

Microsoft TechNet - FILESTREAM Storage in SQL Server 2008

No comments: