Skip to content

Commit 0a53c74

Browse files
BULK INSERT GA
1 parent c9c062f commit 0a53c74

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ monikerRange: "=azuresqldb-current || =azure-sqldw-latest || >=sql-server-2016 |
2828
---
2929
# BULK INSERT (Transact-SQL)
3030

31-
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi.md)]
31+
[!INCLUDE [SQL Server Azure SQL Database Azure SQL Managed Instance](../../includes/applies-to-version/sql-asdb-asdbmi-fabricdw.md)]
3232

3333
Imports a data file into a database table or view in a user-specified format in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
3434

@@ -91,9 +91,6 @@ The `BULK INSERT` statement has different arguments and options in different pla
9191
| Unsupported options | `*` wildcards in path | `*` wildcards in path | `DATA_SOURCE`, `FORMATFILE_DATA_SOURCE`, `ERRORFILE`, `ERRORFILE_DATA_SOURCE` |
9292
| Enabled options but without effect | | | `KEEPIDENTITY`, `FIRE_TRIGGERS`, `CHECK_CONSTRAINTS`, `TABLOCK`, `ORDER`, `ROWS_PER_BATCH`, `KILOBYTES_PER_BATCH`, and `BATCHSIZE` are not applicable. They will not throw a syntax error, but they will not have any effect |
9393

94-
> [!NOTE]
95-
> The BULK INSERT statement is in [preview in Fabric Data Warehouse](https://blog.fabric.microsoft.com/blog/bulk-insert-statement-in-fabric-datawarehouse).
96-
9794
#### *database_name*
9895

9996
The database name in which the specified table or view resides. If not specified, *database_name* is the current database.

0 commit comments

Comments
 (0)