In this blog post, let’s learn about the error message “41368 – Accessing memory optimized tables using the READ COMMITTED isolation level is supported only for autocommit transactions. It is not supported for explicit or implicit transactions. Provide a supported isolation level for the memory optimized table using a table hint, such as WITH (SNAPSHOT).” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
41368 – Accessing memory optimized tables using the READ COMMITTED isolation level is supported only for autocommit transactions. It is not supported for explicit or implicit transactions. Provide a supported isolation level for the memory optimized table using a table hint, such as WITH (SNAPSHOT).
Reason for the Error
To be update soon…
Solution
To be update soon…