Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
EF - SPLIT SaveChanges into Multiple Batches by ZZZ Projects
Opened connection at 2/25/2025 6:18:04 PM +00:00
Started transaction at 2/25/2025 6:18:04 PM +00:00
UPDATE [dbo].[Books]
SET [Title] = @0
WHERE (([BookId] = @1) AND ([Title] = @2))
-- @0: 'My Book updated title' (Type = String, Size = -1)
-- @1: '1' (Type = Int32)
-- @2: 'My Book' (Type = String, Size = -1)
-- Executing at 2/25/2025 6:18:04 PM +00:00
-- Completed in 3 ms with result: 1

Committed transaction at 2/25/2025 6:18:04 PM +00:00
Closed connection at 2/25/2025 6:18:04 PM +00:00
Cached Result
Last Run: 6:17:59 pm
Compile: 0.3s
Execute: 7.406s
Memory: 28.90Mb
CPU: 3.281s