Skip to content

Commit 162a6b8

Browse files
Merge branch 'MicrosoftDocs:main' into dfurman/fill-factor
2 parents 9852c8e + faee0ce commit 162a6b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/t-sql/statements/create-statistics-transact-sql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ When creating external table statistics, [!INCLUDE [ssNoVersion](../../includes/
278278

279279
When the external table is using `DELIMITEDTEXT`, `CSV`, `PARQUET`, or `DELTA` as data types, external tables only support statistics for one column per `CREATE STATISTICS` command.
280280

281+
When the external table uses an ODBC-based external data source, `CREATE STATISTICS` doesn't support the `SAMPLE ... PERCENT` option. Only default sampling (without the `SAMPLE` clause) or `FULLSCAN` is supported.
282+
281283
### Statistics with a filtered condition
282284

283285
Filtered statistics can improve query performance for queries that select from well-defined subsets of data. Filtered statistics use a filter predicate in the `WHERE` clause to select the subset of data that is included in the statistics.

0 commit comments

Comments
 (0)