SQL Server Error Msg 41386 – Filegroups with MEMORY_OPTIMIZED_DATA, memory-optimized tables and natively compiled modules are not supported when lightweight pooling is enabled. Disable lightweight pooling in order to use memory-optimized features.

In this blog post, let’s learn about the error message “41386 – Filegroups with MEMORY_OPTIMIZED_DATA, memory-optimized tables and natively compiled modules are not supported when lightweight pooling is enabled. Disable lightweight pooling in order to use memory-optimized features.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

41386 – Filegroups with MEMORY_OPTIMIZED_DATA, memory-optimized tables and natively compiled modules are not supported when lightweight pooling is enabled. Disable lightweight pooling in order to use memory-optimized features.

Reason for the Error

To be update soon…

Solution

To be update soon…