SQL Server Error Msg 33581 – Cannot alter column ‘%.*ls’. The statement attempts to encrypt, decrypt or re-encrypt the column in-place using a secure enclave, but this is not supported for memory-optimized tables.

In this blog post, let’s learn about the error message “33581 – Cannot alter column ‘%.*ls’. The statement attempts to encrypt, decrypt or re-encrypt the column in-place using a secure enclave, but this is not supported for memory-optimized tables.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

33581 – Cannot alter column ‘%.*ls’. The statement attempts to encrypt, decrypt or re-encrypt the column in-place using a secure enclave, but this is not supported for memory-optimized tables.

Reason for the Error

To be update soon…

Solution

To be update soon…