Big Red Button Disasters?
FredDC asks: "The Daily WTF has a story about a Big Red Button disaster. What Big Red Button disasters have you experienced? Which ones have you caused? Are there any that you've heard about, or do you know of any that can happen any day now?"
Usually those Emergency Power Off buttons are required by fire code. Youre boss's building probably won't pass inspection without it.
I've upped my standards, so up yours.
Actually, the artists creating the new content were supposed to work on the test server first before exporting the content to the production server. This disaster would've been avoided had the artists crashed the test server instead. Since they were artists and not programmers, it wasn't their fault that the code crashed the production server. As a QA intern, this was my first introduction to the wonderful world of office politics.
UPDATE does the obvious, but what the OP neglected was the WHERE clause, which restricts the update to just the rows you want to modify.
So,
update customer_cc set card_number = '1234567890123456';
Will set *every* customer's card_number to '1234567890123456'
It should really be
update customer_cc set card_number = '1234567890123456' where index = 1445;
assuming the column named "index" is a unique identifier for the row (number 1445) you want to change.
It's an easy mistake to make - but it can have devastating consequences.
"And then I visited Wikipedia
You just did. It's Dell.
They are the only Fortune 100 company based anywhere near Austin, TX (they are actually based Round Rock, about 20 miles from Austin). Though, there are two other Fortune 500s in Austin; Whole Foods Market at #411 and Temple-Inland at #414.
Here's the Molly guard story - although the term is pretty much self explanatory.
(And while we're at it, BRS.) "It is alleged that the emergency pull switch on an IBM 360/91 actually fired a non-conducting bolt into the main power feed."
Quattuor res in hoc mundo sanctae sunt: libri, liberi, libertas et liberalitas.