You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/sql/develop-openrowset.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: filippopovic
5
5
ms.service: synapse-analytics
6
6
ms.topic: overview
7
7
ms.subservice: sql
8
-
ms.date: 11/02/2021
8
+
ms.date: 03/23/2022
9
9
ms.author: fipopovi
10
10
ms.reviewer: sngun
11
11
ms.custom: ignite-fall-2021
@@ -17,6 +17,9 @@ The `OPENROWSET(BULK...)` function allows you to access files in Azure Storage.
17
17
18
18
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.
19
19
20
+
> [!NOTE]
21
+
> The OPENROWSET function is not supported in dedicated SQL pool.
22
+
20
23
## Data source
21
24
22
25
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