Skip to content

Commit 258dc15

Browse files
authored
Merge pull request #192666 from SnehaGunda/SparkCDM
Adding note for dedicated SQL pool
2 parents 6c8439e + ed513ff commit 258dc15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/synapse-analytics/sql/develop-openrowset.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: filippopovic
55
ms.service: synapse-analytics
66
ms.topic: overview
77
ms.subservice: sql
8-
ms.date: 11/02/2021
8+
ms.date: 03/23/2022
99
ms.author: fipopovi
1010
ms.reviewer: sngun
1111
ms.custom: ignite-fall-2021
@@ -17,6 +17,9 @@ The `OPENROWSET(BULK...)` function allows you to access files in Azure Storage.
1717

1818
The `OPENROWSET` function can be referenced in the `FROM` clause of a query as if it were a table name `OPENROWSET`. It supports bulk operations through a built-in BULK provider that enables data from a file to be read and returned as a rowset.
1919

20+
> [!NOTE]
21+
> The OPENROWSET function is not supported in dedicated SQL pool.
22+
2023
## Data source
2124

2225
OPENROWSET function in Synapse SQL reads the content of the file(s) from a data source. The data source is an Azure storage account and it can be explicitly referenced in the `OPENROWSET` function or can be dynamically inferred from URL of the files that you want to read.

0 commit comments

Comments
 (0)