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: powerapps-docs/developer/data-platform/dataverse-sql-query.md
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,7 @@ You can use the **Analyze in Power BI** option (**Data** > **Tables** > **Analyz
75
75
76
76
Any operation that attempts to modify data (that is, INSERT, UPDATE) will not work with this read-only SQL data connection. For a detailed list of supported SQL operations on the Dataverse endpoint, see [How Dataverse SQL differs from Transact-SQL](how-dataverse-sql-differs-from-transact-sql.md).
77
77
78
-
The following Dataverse datatypes are not supported with the SQL connection: `binary`, `image`,
The following Dataverse datatypes are not supported with the SQL connection: `binary`, `image`, `sql_variant`, `varbinary`, `virtual`, `HierarchyId`, `managedproperty`, `file`, `xml`, `partylist`, `timestamp`, `choices`.
80
79
81
80
> [!TIP]
82
81
> `partylist` attributes can instead be queried by joining to the `activityparty` table as shown below.
@@ -100,6 +99,8 @@ Dataverse choice columns are represented as \<choice\>Name and \<choice\>Label i
100
99
101
100
There is an 80-MB maximum size limit for query results returned from the Dataverse endpoint. Consider using data integration tools such as [Azure Synapse Link for Dataverse](../../maker/data-platform/export-to-data-lake.md) and [dataflows](/power-bi/transform-model/dataflows/dataflows-introduction-self-service) for large data queries that return over 80 MB of data. More information: [Importing and exporting data](../../maker/data-platform/import-export-data.md)
102
101
102
+
To help limit size of the return size limit, use of multi-line text columns, and choice columns.
103
+
103
104
Dates returned in query results are formatted as Universal Time Coordinated (UTC). Previously, dates were returned in local time.
104
105
105
106
Querying data using SQL does not trigger any plug-ins registered on the <xref:Microsoft.Xrm.Sdk.Messages.RetrieveMultipleRequest> or <xref:Microsoft.Xrm.Sdk.Messages.RetrieveRequest> messages. Any rewriting of the query or results that would normally be performed by such a plug-in will therefore not take effect for a SQL query.
@@ -141,9 +142,16 @@ A blocked port error may look something like the following.
0 commit comments