if not IsEmpty() then DeleteAll()
My previous post on good and bad coding practices in terms of the performance touched upon one particularly contradictory coding pattern...
if not IsEmpty() then DeleteAll()
Top 5 AL mistakes that undermine performance
How scary are table extensions?
When partial records and indexes reach synergy
Who benefits from partial records: The true magic of SetLoadFields
Locking Scope: Differences between LockTable and ReadIsolation
Introduction to Business Central Caching - Part 2
Introduction to Business Central caching
ReadCommitted isolation in Azure SQL
Performance of event subscribers. SingleInstance or not?