Skip to content

Commit 690a333

Browse files
authored
Update dataverse-sql-query.md update version, preview and size limts
Removed the top level preview tag as the feature is generally available but only SSMS isn't fully supported. Remove the SSMS version specific issue as it is fixed Change 80MB size limit to 5 mintue timeout.
1 parent faccdd5 commit 690a333

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ search.audienceType:
1313

1414
# Use SQL to query data
1515

16-
[This topic is pre-release documentation and is subject to change.]
1716

1817
The Microsoft Dataverse business layer provides a Tabular Data Stream (TDS) endpoint that emulates a SQL data connection. The SQL connection provides read-only access to the table data of the target Dataverse environment thereby allowing you to execute SQL queries against the Dataverse data tables. No custom views of the data have been provided. The Dataverse endpoint SQL connection uses the Dataverse security model for data access. Data can be obtained for all Dataverse tables to which a user has access.
1918

@@ -30,10 +29,6 @@ TDS (SQL) endpoint applications support for Power BI and SQL Server Management S
3029

3130
### SQL Server Management Studio (Preview)
3231

33-
> [!NOTE]
34-
> A compatibility issue has been found with the SQL Server Management Studio 19.0.1 build. A fix is being investigated. Until the fix is available please use build [18.12.1 of SQL Server Management Studio](/sql/ssms/release-notes-ssms?view=sql-server-ver15#1891).
35-
> This note will be updated once a fix is available.
36-
3732
You can also use [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms) (SSMS) version 18.12.1 or later with the Dataverse endpoint SQL connection. Examples of using SSMS with the SQL data connection are provided below.
3833

3934
![Expanded account table.](media/ssms-table-expanded.PNG)
@@ -126,7 +121,7 @@ When building queries do not use the table hint NOLOCK. This will prevent Datave
126121
127122
## Limitations
128123
129-
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)
124+
The Dataverse TDS endpoint no longer has a hard maximum size limit instead there is a fixed 5 minute timeout. Data streaming has been introduced which allows retrival of as much data as can be completed in the fixed 5 minute timeout. 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 require more than 5 mintues to complete. More information: [Importing and exporting data](../../maker/data-platform/import-export-data.md)
130125
131126
> [!TIP]
132127
> To help keep the size of the returned data within acceptable limits, use as few multi-line text columns and choice columns as possible.

0 commit comments

Comments
 (0)