Skip to content

Commit aa86ffc

Browse files
authored
Merge pull request #6958 from MicrosoftDocs/phecke-tds
More about what's supported
2 parents d4030d6 + dafefbc commit aa86ffc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

powerapps-docs/developer/data-platform/dataverse-sql-query.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You can use the **Analyze in Power BI** option (**Data** > **Tables** > **Analyz
8181

8282
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).
8383

84-
The following Dataverse datatypes are not supported with the SQL connection: `binary`, `image`, `sql_variant`, `varbinary`, `virtual`, `HierarchyId`, `managedproperty`, `file`, `xml`, `partylist`, `timestamp`, `choices`. In addition, tables types 'virtual' and 'audit' are not supported at this time.
84+
The following Dataverse datatypes are not supported with the SQL connection: `binary`, `image`, `sql_variant`, `varbinary`, `virtual`, `HierarchyId`, `managedproperty`, `file`, `xml`, `partylist`, `timestamp`, `choices`. In addition, tables types 'virtual' and 'audit' are not supported at this time.
8585

8686
> [!TIP]
8787
> `partylist` attributes can instead be queried by joining to the `activityparty` table as shown below.
@@ -181,8 +181,8 @@ This means the port has been blocked at the client.
181181
182182
### See also
183183
184+
[Get started with virtual tables (entities)](./virtual-entities/get-started-ve.md)
184185
[Use FetchXML to construct a query](dataverse-sql-query.md)
185186
[Service Protection API Limits](api-limits.md)
186187
187-
188188
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/developer/data-platform/how-dataverse-sql-differs-from-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "How Dataverse SQL Differs from Transact-SQL | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn what subset of the Transact-SQL language is supported by the Dataverse SQL endpoint." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 12/16/2020
5+
ms.date: 09/09/2022
66
ms.reviewer: "pehecke"
77

88
ms.topic: "article"
@@ -92,6 +92,7 @@ More information: [Transact-SQL statements](/sql/t-sql/statements/statements)
9292
- All WHERE conditions
9393
- All nested queries (SELECT, FROM, WHERE)
9494
- Union
95+
- PIVOT and UNPIVOT
9596
- [GROUP BY](#select-group-by)/Having
9697
- General
9798
- IF THEN ELSE
@@ -106,7 +107,6 @@ More information: [Transact-SQL statements](/sql/t-sql/statements/statements)
106107
- DCL
107108
- Stored Procedure
108109
- DQL
109-
- Pivot
110110
- DQL XML function
111111
- DQL JSON function
112112
- CUBE and ROLLUP

0 commit comments

Comments
 (0)