Skip to content

Commit 3e5fba5

Browse files
authored
Merge pull request #125213 from tempacct791/patch-2
Update get-started-analyze-sql-pool.md
2 parents 39358b8 + 60ddfeb commit 3e5fba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/synapse-analytics/get-started-analyze-sql-pool.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ A dedicated SQL pool consumes billable resources as long as it's active. You can
9090
FILE_TYPE = 'PARQUET'
9191
,MAXERRORS = 0
9292
,IDENTITY_INSERT = 'OFF'
93+
,AUTO_CREATE_TABLE ='ON'
9394
)
9495
```
9596

0 commit comments

Comments
 (0)