Commit bfd21f3
authored
Update allow-polybase-export.md
The documentation is inconsistent, https://learn.microsoft.com/en-us/sql/t-sql/statements/create-external-table-as-select-transact-sql?view=sql-server-linux-ver16 states: For SQL Server 2022 (16.x), the option allow polybase export must be enabled on sp_configure. For more information, see Set allow polybase export configuration option. On this page the documentation limits this setting to hadoop external tables, however it also applies to S3 external tables etc.
Sample code states the code should enable the setting, sample code however used to run with 0 which means the the feature gets disabled. Looks like this sample code was never run on a machine ;-)1 parent 1005929 commit bfd21f3
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
0 commit comments