Posts Tagged ‘SQL database’

how to get back the original contents of the SQL database

Thursday, February 4th, 2010

FILESTREAM Feature – Efficient Storage of Unstructured Data
FILESTREAM feature was introduced with SQL Server 2008 for storing and managing unstructured data efficiently. This feature allows storing of BLOB data (like word documents, music file, image files, videos etc) in the NTFS file system. It ensures transactional consistency between the unstructured data (stored in NTFS) and the structured data (stored in table). (more…)