Don’t Delete Records. DeleteFlag instead
If you have a process which can delete records from the database, it would be best to DeleteFlag them instead. You should add a few columns denoting when it was “deleted” and who by; DeleteFlag boolean column, DeleteUserID column and DeleteDateTime stamp. Unless where GDPR laws applies, there are a few good reasons why you… Continue reading Don’t Delete Records. DeleteFlag instead