SQL fixes in production don't have to be that risky. Just run a SELECT first with the same predicates and be sure that's what you want. In some cases this can be better than trying to develop a fix using a test system which may not have the same data.
Same with "rm -r" --- run an "ls" first.
Sure it's not ideal but life isn't ideal. When you have a production problem, you need to fix production.
Same with "rm -r" --- run an "ls" first.
Sure it's not ideal but life isn't ideal. When you have a production problem, you need to fix production.