|
|
|
|
|
by raxxorrax
2477 days ago
|
|
I know how that feels. Even worse than any program or script, I especially dislike db management tools that just allow you to fire off random queries against the db. On the other hand you always get these little adrenaline rushes every time you do something like that until you can confirm that you actually fired that delete statement on the correct table... or not. |
|
All of this is predicated on the idea that you know exactly what changes you need to make, exactly what state the database should be in afterwards, exactly how to verify this, and also how to check for unintended side-effects.
I suppose the real trick is to avoid having to do this kind of thing in the first place but, as well all know, sometimes that's just not possible.