SQL Server Error Code – 41368 accessing memory optimized tables using

In this blog post, you’ll learn more about the SQL Server Error Code 41368 and the error message description that is shown

SQL Server Error Code

41368

SQL Server Error Description for the Code :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).

Leave Your Comment