SQL Server Error Code – 41359 a query that accesses memory optimized t
In this blog post, you’ll learn more about the SQL Server Error Code 41359 and the error message description that is shown
SQL Server Error Code
41359
SQL Server Error Description for the Code :41359
A query that accesses memory optimized tables using the READ COMMITTED isolation level, cannot access disk based tables when the database option READ_COMMITTED_SNAPSHOT is set to ON. Provide a supported isolation level for the memory optimized table using a table hint, such as WITH (SNAPSHOT).
Leave Your Comment