Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Applies to:
SQL Server 2016 (13.x) and later
Azure SQL Managed Instance
Azure Synapse Analytics
Analytics Platform System (PDW)
Removes a PolyBase external file format.
Transact-SQL syntax conventions
-- Drop an external file format
DROP EXTERNAL FILE FORMAT external_file_format_name
[;]
external_file_format_name
The name of the external file format to drop.
To view a list of external file formats use the sys.external_file_formats (Transact-SQL) system view.
SELECT * FROM sys.external_file_formats;
Requires ALTER ANY EXTERNAL FILE FORMAT.
Dropping an external file format does not remove the external data.
Takes a shared lock on the external file format object.
DROP EXTERNAL FILE FORMAT myfileformat;
Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register today