Never DELETE from production. Use an IsDeleted bit column and a Global Query Filter to hide deleted data while keeping it recoverable.
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
Never DELETE from production. Use an IsDeleted bit column and a Global Query Filter to hide deleted data while keeping it recoverable.