Skip to content

Commit d39288b

Browse files
20251209 metadata, formatting
Updated reviewer and date information, and clarified the note on varying column delimiters.
1 parent 577e616 commit d39288b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 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
@@ -448,7 +448,8 @@ The format file should be used if:
448448

449449
- The data file contains greater or fewer columns than the table or view.
450450
- The columns are in a different order.
451-
- The column delimiters vary (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.)
451+
- 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)