Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit c6ddd57

Browse files
Merge pull request #26125 from MladjoA/patch-21
Fixing script errors
2 parents 4c075f0 + 6160d2e commit c6ddd57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about data virtualization capabilities of Azure SQL Managed I
55
author: MladjoA
66
ms.author: mlandzic
77
ms.reviewer: mathoma, wiassaf
8-
ms.date: 01/31/2023
8+
ms.date: 02/21/2023
99
ms.service: sql-managed-instance
1010
ms.subservice: service-overview
1111
ms.topic: conceptual
@@ -357,7 +357,7 @@ CREATE EXTERNAL TABLE tbl_TaxiRides(
357357
WITH (
358358
LOCATION = 'yellow/puYear=*/puMonth=*/*.parquet',
359359
DATA_SOURCE = NYCTaxiExternalDataSource,
360-
FILE_FORMAT = MyFileFormat
360+
FILE_FORMAT = DemoFileFormat
361361
);
362362
GO
363363
```
@@ -448,7 +448,7 @@ The syntax for creating statistics on external tables resembles the one used for
448448

449449
```sql
450450
CREATE STATISTICS sVendor
451-
ON tbl_TaxiRides (vendor_id)
451+
ON tbl_TaxiRides (vendorID)
452452
WITH FULLSCAN, NORECOMPUTE;
453453
```
454454

0 commit comments

Comments
 (0)