Skip to content

Commit 389ae61

Browse files
Update elastic-query-overview.md
1 parent 8b7532f commit 389ae61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Once you have defined your external data sources and your external tables, you c
126126
You can use regular SQL Server connection strings to connect your applications and BI or data integration tools to databases that have external tables. Make sure that SQL Server is supported as a data source for your tool. Once connected, refer to the elastic query database and the external tables in that database just like you would do with any other SQL Server database that you connect to with your tool.
127127

128128
> [!IMPORTANT]
129-
> Authentication using Azure Active Directory with elastic queries is not currently supported.
129+
> Elastic queries are only supported when connecting with SQL Server Authentication.
130130
131131
## Cost
132132

@@ -142,7 +142,6 @@ 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 only supported when connecting with SQL Server Authentication.
146145

147146
## Share your Feedback
148147

0 commit comments

Comments
 (0)