Skip to content

Commit 4654b4d

Browse files
Merge pull request #36044 from jovanpop-msft/patch-61
Update bulk insert documentation for delimiter support
2 parents 70ad912 + d39288b commit 4654b4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/t-sql/statements/bulk-insert-transact-sql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: "BULK INSERT (Transact-SQL)"
33
description: Transact-SQL reference for the BULK INSERT statement.
44
author: markingmyname
55
ms.author: maghan
6-
ms.reviewer: randolphwest, wiassaf
7-
ms.date: 12/02/2025
6+
ms.reviewer: jovanpop, randolphwest, wiassaf
7+
ms.date: 12/09/2025
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: reference
@@ -449,6 +449,7 @@ The format file should be used if:
449449
- The data file contains greater or fewer columns than the table or view.
450450
- The columns are in a different order.
451451
- The column delimiters vary.
452+
- Varying column delimiters are not supported in Fabric Data Warehouse. In Fabric Data Warehouse, the first delimiter defined in the format file is applied to all columns.
452453
- There are other changes in the data format. Format files are typically created by using the **bcp** utility and modified with a text editor as needed. For more information, see [bcp Utility](../../tools/bcp-utility.md) and [Create a format file with bcp](../../relational-databases/import-export/create-a-format-file-sql-server.md).
453454

454455
Beginning with [!INCLUDE [sssql17-md](../../includes/sssql17-md.md)], and in Azure SQL Database, `format_file_path` can be in Azure Storage.

0 commit comments

Comments
 (0)