File tree Expand file tree Collapse file tree
azure-sql/managed-instance Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: Learn about data virtualization capabilities of Azure SQL Managed I
55author : MladjoA
66ms.author : mlandzic
77ms.reviewer : mathoma, wiassaf
8- ms.date : 01/31 /2023
8+ ms.date : 02/21 /2023
99ms.service : sql-managed-instance
1010ms.subservice : service-overview
1111ms.topic : conceptual
@@ -357,7 +357,7 @@ CREATE EXTERNAL TABLE tbl_TaxiRides(
357357WITH (
358358 LOCATION = ' yellow/puYear=*/puMonth=*/*.parquet' ,
359359 DATA_SOURCE = NYCTaxiExternalDataSource,
360- FILE_FORMAT = MyFileFormat
360+ FILE_FORMAT = DemoFileFormat
361361);
362362GO
363363```
@@ -448,7 +448,7 @@ The syntax for creating statistics on external tables resembles the one used for
448448
449449``` sql
450450CREATE STATISTICS sVendor
451- ON tbl_TaxiRides (vendor_id )
451+ ON tbl_TaxiRides (vendorID )
452452WITH FULLSCAN, NORECOMPUTE;
453453```
454454
You can’t perform that action at this time.
0 commit comments