title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | helpviewer_keywords | |
---|---|---|---|---|---|---|---|---|---|
Binary Large Object (Blob) Data (SQL Server) |
With FILESTREAM, FileTables, and Remote Blob Store (RBS), SQL Server can store blobs in the database or in remote storage. Compare options for storing blobs. |
MikeRayMSFT |
mikeray |
03/14/2017 |
sql |
filestream |
conceptual |
|
[!INCLUDE SQL Server] [!INCLUDEssNoVersion] provides solutions for storing files and documents in the database or on remote storage devices.
Compare the advantages of FILESTREAM, FileTables, and Remote Blob Store. See Compare Options for Storing Blobs (SQL Server).
FILESTREAM enables [!INCLUDEssNoVersion]-based applications to store unstructured data, such as documents and images, on the file system. Applications can leverage the rich streaming APIs and performance of the file system and at the same time maintain transactional consistency between the unstructured data and corresponding structured data.
The FileTable feature brings support for the Windows file namespace and compatibility with Windows applications to the file data stored in [!INCLUDEssNoVersion]. FileTable lets an application integrate its storage and data management components, and provides integrated [!INCLUDEssNoVersion] services - including full-text search and semantic search - over unstructured data and metadata.
In other words, you can store files and documents in special tables in [!INCLUDEssNoVersion] called FileTables, but access them from Windows applications as if they were stored in the file system, without making any changes to your client applications.
Remote BLOB store (RBS) for [!INCLUDEssNoVersion] lets database administrators store binary large objects (BLOBs) in commodity storage solutions instead of directly on the server. This saves a significant amount of space and avoids wasting expensive server hardware resources. RBS provides a set of API libraries that define a standardized model for applications to access BLOB data. RBS also includes maintenance tools, such as garbage collection, to help manage remote BLOB data.
RBS is included on the [!INCLUDEssNoVersion] installation media, but is not installed by the [!INCLUDEssNoVersion] Setup program.