Commit 923c065
Fix documentation for resumable index limitations
I'm seeing a limitation when trying to use RESUMABLE and I have a computed column in the `INCLUDED` columns definition.
It errors as not supported.
```
Msg 10675, Level 16, State 1, Line 3
Internal Query Processor Error: The query processor could not produce a query plan. The RESUMABLE option is not supported for this index build. Remove the RESUMABLE option and rerun the statement.
```
If I remove that column from the `INCLUDED` columns, it works fine.1 parent 1784f3b commit 923c065
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
887 | 887 | | |
888 | 888 | | |
889 | 889 | | |
890 | | - | |
| 890 | + | |
891 | 891 | | |
892 | 892 | | |
893 | 893 | | |
| |||
0 commit comments