In this blog post, let’s learn about the error message “8606 – This index operation requires %I64d KB of memory per DOP. The total requirement of %I64d KB for DOP of %lu is greater than the sp_configure value of %lu KB set for the advanced server configuration option “index create memory (KB)”. Increase this setting or reduce DOP and rerun the query.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
8606 – This index operation requires %I64d KB of memory per DOP. The total requirement of %I64d KB for DOP of %lu is greater than the sp_configure value of %lu KB set for the advanced server configuration option “index create memory (KB)”. Increase this setting or reduce DOP and rerun the query.
Reason for the Error
To be update soon…
Solution
To be update soon…