Back to feed
Fabric GPS·Mar 26, 2026

BCP


Planned Public preview Date: 2026-04-20

Fabric Data Warehouse will support the bcp utility and the TDS Bulk Load API, enabling high-performance data ingestion from a variety of client tools such as bcp, SSIS, and Azure Data Factory. This integration simplifies bulk data loading into Fabric DW and supports scalable, efficient workflows. Centralized support for these APIs ensures consistency across ingestion pipelines and improves interoperability with existing tools.<br/>An example of a bcp command that loads file content into a DW table:<br/>```bcp dbo.artists in gold_artist.txt -d TextDW -c -S myworkspace.datawarehouse.fabric.microsoft.com -G -U [email protected] ```

#Public preview#Planned