Skip to content

Commit 03c0433

Browse files
Merge pull request #24443 from MladjoA/patch-11
Patch 11
2 parents ae43ff8 + 8da7411 commit 03c0433

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

azure-sql/managed-instance/data-virtualization-overview.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ FROM OPENROWSET(
247247
--List all paths:
248248
SELECT DISTINCT filerows.filepath(1) as [Year_Folder], filerows.filepath(2) as [Month_Folder]
249249
FROM OPENROWSET(
250-
BULK 'taxi/year=*/month=*/*.parquet',
251-
DATA_SOURCE = 'NYCTaxiDemoDataSource',
250+
BULK 'yellow/puYear=*/puMonth=*/*.parquet',
251+
DATA_SOURCE = 'NYCTaxiExternalDataSource',
252252
FORMAT = 'parquet') AS filerows
253253
```
254254

@@ -456,7 +456,12 @@ Issues with query execution are typically caused by managed instance not being a
456456
- SAS key permissions allowed: Read at minimum, and List if wildcards are used
457457
- Blocked inbound traffic on the storage account. Check [Managing virtual network rules for Azure Storage](/azure/storage/common/storage-network-security?tabs=azure-portal#managing-virtual-network-rules) for more details and make sure that access from managed instance VNet is allowed.
458458
- Outbound traffic blocked on the managed instance using [storage endpoint policy](service-endpoint-policies-configure.md#configure-policies). Allow outbound traffic to the storage account.
459-
- Managed Identity access rights: make sure the Azure AD service principal representing managed identity of the instance has access rights granted on the storage account.
459+
- Managed Identity access rights: make sure the Azure AD service principal representing managed identity of the instance has access rights granted on the storage account.
460+
- Compatibility level of the database must be 130 or higher for data virtualization queries to work.
461+
462+
## Known issues
463+
464+
When [parameterization for Always Encrypted](/sql/relational-databases/security/encryption/always-encrypted-query-columns-ssms#param) is enabled in SQL Server Management Studio (SSMS), data virtualization queries fail with "Incorrect syntax near 'PUSHDOWN'" error message.
460465

461466
## Next steps
462467

0 commit comments

Comments
 (0)