Regardless of using XATransaction TRUE or FALSE, we have noticed that if you wrap multiple EF SaveChanges() calls in a TransactionScope, each SaveChanges() will be sent on a different connection. For ...
Only EFCore.BulkExtensions and Microsoft.EntityFrameworkCore.SqlServer packages added with a simple DbContext and one model. When connecting to a remote SQL Server 2019 instance without ...