Skip to content

Commit bede842

Browse files
20250729 Fabric DW OPENROWSET JSON
Co-authored-by: 'Jovan Popovic (MSFT)' <[email protected]>
1 parent 8412eb6 commit bede842

File tree

3 files changed

+206
-36
lines changed

3 files changed

+206
-36
lines changed

docs/relational-databases/import-export/specify-field-and-row-terminators-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ helpviewer_keywords:
1414
- "data formats [SQL Server], terminators"
1515
- "row terminators [SQL Server]"
1616
- "terminators [SQL Server]"
17-
monikerRange: ">=aps-pdw-2016 || =azuresqldb-current || =azure-sqldw-latest || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current"
17+
monikerRange: ">=aps-pdw-2016 || =azuresqldb-current || =azure-sqldw-latest || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric"
1818
---
1919
# Specify field and row terminators (SQL Server)
2020

21-
[!INCLUDE [SQL Server Azure SQL Database Synapse Analytics PDW](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
21+
[!INCLUDE [SQL Server Azure SQL Database Synapse Analytics PDW Fabric SE Fabric DW](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw-fabricse-fabricdw.md)]
2222

2323
For character data fields, optional terminating characters allow you to mark the end of each field in a data file with a *field terminator* and the end of each row with a *row terminator*. Terminating characters are one way to indicate to programs that read the data file where one field or row ends and another field or row begins.
2424

0 commit comments

Comments
 (0)