Skip to content

Commit 524e8e1

Browse files
authored
Merge pull request #79525 from MladjoA/patch-1
Add spatial data types to preview limitations
2 parents 5faeb01 + ddf15f2 commit 524e8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: MladjoA
1111
ms.author: mlandzic
1212
ms.reviewer: sstein
1313
manager: craigg
14-
ms.date: 01/19/2019
14+
ms.date: 06/13/2019
1515
---
1616

1717
# Azure SQL Database elastic query overview (preview)
@@ -135,7 +135,7 @@ Elastic query is included into the cost of Azure SQL Database databases. Note th
135135
* Scripting of external data sources or external tables from SSMS or SSDT is not yet supported.
136136
* Import/Export for SQL DB does not yet support external data sources and external tables. If you need to use Import/Export, drop these objects before exporting and then re-create them after importing.
137137
* Elastic query currently only supports read-only access to external tables. You can, however, use full T-SQL functionality on the database where the external table is defined. This can be useful to, e.g., persist temporary results using, for example, SELECT <column_list> INTO <local_table>, or to define stored procedures on the elastic query database that refer to external tables.
138-
* Except for nvarchar(max), LOB types are not supported in external table definitions. As a workaround, you can create a view on the remote database that casts the LOB type into nvarchar(max), define your external table over the view instead of the base table and then cast it back into the original LOB type in your queries.
138+
* Except for nvarchar(max), LOB types (including spatial types) are not supported in external table definitions. As a workaround, you can create a view on the remote database that casts the LOB type into nvarchar(max), define your external table over the view instead of the base table and then cast it back into the original LOB type in your queries.
139139
* 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.
140140
* Column statistics over external tables are currently not supported. Table statistics are supported, but need to be created manually.
141141

0 commit comments

Comments
 (0)