Is it possible to use Azure SQL Database elastic query on an Azure SQL Database emulator?
I installed an Azure SQL Database emulator and followed the instructions in Elastic Query getting started article and during execute:
CREATE EXTERNAL DATA SOURCE MyElasticDBQueryDataSrc WITH
(TYPE = RDBMS,
LOCATION = 'XXX',
DATABASE_NAME = 'Customers',
CREDENTIAL = ElasticDBQueryCred
) ;
I get an error
Msg 102, Level 15, State 1, Line 2
Incorrect syntax near 'RDBMS'.
There is no limitation on the elastic query. Below query worke fine: