Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.63 KB

File metadata and controls

37 lines (29 loc) · 1.63 KB
title Filestream and FileTable Functions (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology system-objects
ms.topic language-reference
dev_langs
TSQL
helpviewer_keywords
FileTables [SQL Server], system functions
ms.assetid 71f729df-d340-4cf9-9a6d-305fcb39b009
author rothja
ms.author jroth

Filestream and FileTable Functions (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]

This section describes the system functions related to the FILESTREAM and FileTable features.

FileTableRootPath (Transact-SQL)
Returns the root-level UNC path for a specific FileTable or for the current database.

GetFileNamespacePath (Transact-SQL)
Returns the UNC path for a file or directory in a FileTable.

GetPathLocator (Transact-SQL)
Returns the path locator ID value for the specified file or directory in a FileTable.

PathName (Transact-SQL)
Returns the path of a FILESTREAM binary large object (BLOB).

For more information about FileTables, see FileTables (SQL Server).