Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 1.29 KB

sys-external-library-files-transact-sql.md

File metadata and controls

36 lines (32 loc) · 1.29 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs monikerRange
sys.external_library_files (Transact-SQL)
sys.external_library_files (Transact-SQL)
rwestMSFT
randolphwest
06/25/2020
sql
machine-learning
reference
external_library_files
external_library_files_TSQL
sys.external_library_files
sys.external_library_files_TSQL
sys.external_library_files catalog view
TSQL
>=sql-server-2017||>=sql-server-linux-ver15||=azuresqldb-mi-current

sys.external_library_files (Transact-SQL)

[!INCLUDE SQL Server 2017 SQL MI]

Lists a row for each file that makes up an external library.

Column name Data type Description
external_library_id int ID of the external library object.
content varbinary(max) Content of the external library file artifact.
platform tinyint ID of the host platform on which SQL Server is installed.
platform_desc nvarchar(60) Name of the host platform. Valid values are WINDOWS, LINUX.

See also

sys.external_libraries
CREATE EXTERNAL LIBRARY