Where is fishdan.com? We recently moved, and I ran fishdan.com our of my house. For the moment, I'll point the DNS here to keep my fan updated. I'll do my best to write a thing or 2 about the new placem, the move, etc.
Instructions for Developers on Using the safe_delete Stored Procedure To enhance safety and auditability of delete operations within our databases, we have implemented a controlled deletion process using a stored procedure named safe_delete . This procedure relies on a temporary table ( temp_delete_table ) that lists complete records intended for deletion, not just their IDs. This approach helps prevent accidental deletions and provides a traceable audit log of delete actions. Why We Are Doing This Controlled Deletions : Centralizing delete operations through a stored procedure reduces the risk of erroneous or unauthorized deletions. Auditability : Using a temporary table to store complete records before deletion allows for an in-depth review and verification process, enhancing our ability to confirm and audit delete operations accurately. Security : Restricting direct delete permissions and channeling deletions through a specific proced...
Comments
I would like to reprint (with a couple modifications) your post from slashdot #23142790 in my local paper, with credit given, of course. I live in the Bible Belt, and your post is polite and succinct, and might even change a few minds.
I will make a few modifications to make it more appropriate for a letter to the editor.
You can find me on ./ as onion_joe 625886. My email is public.
I will not submit it until I have your OK on the final draft, if you even desire to have it submitted.
Thanks for your time, fellow /.er
-=Jeremy
http://news.slashdot.org/comments.pl?sid=528880&cid=23142790