Skip to content

Commit 681ebf4

Browse files
committed
Learn Editor: Update openrowset-transact-sql.md
1 parent 8b71c15 commit 681ebf4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/t-sql/functions/openrowset-transact-sql.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `OPENROWSET` function can be referenced in the `FROM` clause of a query as i
3737
3838
`OPENROWSET` without the `BULK` operator is available on [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] only. Details and links to similar examples on other platforms:
3939

40-
- `OPENROWSET` supports bulk operations through a built-in `BULK` provider on many [!INCLUDE [ssde-md](../../includes/ssde-md.md)] platforms, including Azure and Microsoft Fabric. For more information, see [OPENROWSET BULK (Transact-SQL)](openrowset-bulk-transact-sql.md).
40+
- `OPENROWSET` supports bulk operations through a built-in `BULK` provider on many [!INCLUDE [ssde-md](../../includes/ssde-md.md)] platforms, including Azure and Microsoft Fabric. For more information, see [OPENROWSET BULK (Transact-SQL)](openrowset-bulk-transact-sql.md).
4141
- For examples on [!INCLUDE [ssazuremi-md](../../includes/ssazuremi-md.md)], see [Query data sources using OPENROWSET](/azure/azure-sql/managed-instance/data-virtualization-overview?view=azuresql-mi&preserve-view=true#query-data-sources-using-openrowset).
4242
- Azure SQL Database only supports [OPENROWSET BULK (Transact-SQL)](openrowset-bulk-transact-sql.md?view=azuresql-db&preserve-view=true).
4343
- For information and examples with serverless SQL pools in Azure Synapse, see [How to use OPENROWSET using serverless SQL pool in Azure Synapse Analytics](/azure/synapse-analytics/sql/develop-openrowset). Dedicated SQL pools in Azure Synapse don't support the `OPENROWSET` function.
@@ -151,6 +151,10 @@ Any call to `OPENDATASOURCE`, `OPENQUERY`, or `OPENROWSET` in the `FROM` clause
151151

152152
`OPENROWSET` permissions are determined by the permissions of the user name that is being passed to the data provider.
153153

154+
## Limitations
155+
156+
Not supported with [Microsoft Access Database Engine driver](https://support.microsoft.com/office/download-and-install-microsoft-365-access-runtime-185c5a32-8ba9-491e-ac76-91cbe3ea09c9).
157+
154158
## Examples
155159

156160
This section provides general examples to demonstrate how to use OPENROWSET.

0 commit comments

Comments
 (0)