Skip to content

Commit 8b7532f

Browse files
Update articles/azure-sql/database/elastic-query-overview.md
1 parent 2fc0fc3 commit 8b7532f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-sql/database/elastic-query-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Elastic query is included in the cost of Azure SQL Database. Note that topologie
142142
* Columns of nvarchar(max) data type in result set disable advanced batching technics used in Elastic Query implementation and may affect performance of query for an order of magnitude, or even two orders of magnitude in non-canonical use cases where large amount of non-aggregated data is being transferred as a result of query.
143143
* Column statistics over external tables are currently not supported. Table statistics are supported, but need to be created manually.
144144
* Elastic query works with Azure SQL Database only. You cannot use it for querying a SQL Server instance.
145-
* Elastic queries are not currently supported when connecting to an Azure SQL Database with a managed identity.
145+
* Elastic queries are only supported when connecting with SQL Server Authentication.
146146

147147
## Share your Feedback
148148

0 commit comments

Comments
 (0)