Works fine with small data.
Why
TempDB contention.
Fix
Use table variables for small datasets.
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
Works fine with small data.
Why
TempDB contention.
Fix
Use table variables for small datasets.