Andi Exer

Results 2 comments of Andi Exer

is there a way to disable this behaviour? we currently facing the error : `Microsoft.Data.SqlClient.SqlException (0x80131904): Creating a savepoint is not supported with memory optimized tables` because of some memory...

Hello @JonathanMagnan Yes we solved it by adding `AutoSavePointsEnabled = false` to our code. Yes, we have in our dbcontext a destination table which is a memory optimized table because...