Skip to content

Commit 8b71c15

Browse files
committed
Learn Editor: Update opendatasource-transact-sql.md
1 parent cc1fe80 commit 8b71c15

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,15 @@ Like the `OPENROWSET` function, `OPENDATASOURCE` should only reference OLE DB da
7272
7373
The connection requirements for each provider are similar to the requirements for those parameters when creating linked servers. The details for many common providers are listed in the article [sp_addlinkedserver (Transact-SQL)](../../relational-databases/system-stored-procedures/sp-addlinkedserver-transact-sql.md).
7474

75-
Any call to `OPENDATASOURCE`, `OPENQUERY`, or `OPENROWSET` in the `FROM` clause is evaluated separately and independently from any call to these functions used as the target of the update, even if identical arguments are supplied to the two calls. In particular, filter or join conditions applied on the result of one of those calls has no effect on the results of the other.
76-
75+
Any call to `OPENDATASOURCE`, `OPENQUERY`, or `OPENROWSET` in the `FROM` clause is evaluated separately and independently from any call to these functions used as the target of the update, even if identical arguments are supplied to the two calls. In particular, filter or join conditions applied on the result of one of those calls has no effect on the results of the other.
76+
7777
## Permissions
7878
Any user can execute OPENDATASOURCE. The permissions that are used to connect to the remote server are determined from the connection string.
79-
79+
80+
## Limitations
81+
82+
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).
83+
8084
## Examples
8185

8286
### A. Using OPENDATASOURCE with SELECT and the SQL Server OLE DB Driver

0 commit comments

Comments
 (0)