Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.83 KB

File metadata and controls

36 lines (29 loc) · 1.83 KB
title Database Engine Configuration - Filestream | Microsoft Docs
ms.custom
ms.date 06/14/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology database-engine
ms.topic conceptual
helpviewer_keywords
FILESTREAM [SQL Server], about FILESTREAM
ms.assetid 641a10a1-ae52-4d26-8f1c-a032a4aeff02
author mashamsft
ms.author mathoma
manager craigg

Database Engine Configuration - Filestream

Use this page to enable FILESTREAM for this installation of [!INCLUDEssCurrent]. FILESTREAM integrates the [!INCLUDEssDEnoversion] with an NTFS file system by storing varbinary(max) binary large object (BLOB) data as files on the file system. [!INCLUDEtsql] statements can insert, update, query, search, and back up FILESTREAM data. Win32 file system interfaces provide streaming access to the data.

UIElement List

Enable FILESTREAM for Transact-SQL access
Select to enable FILESTREAM for [!INCLUDEtsql] access. This control must be checked before the other control options will be available.

Enable FILESTREAM for file I/O streaming access
Select to enable Win32 streaming access for FILESTREAM.

Windows share name
Use this control to enter the name of the Windows share in which the FILESTREAM data will be stored.

Allow remote clients to have streaming access to FILESTREAM data
Select this control to allow remote clients to access this FILESTREAM data on this server.

See Also

Enable and Configure FILESTREAM
sp_configure (Transact-SQL)