Post Made Community Wiki by Community
show/hide this revision's text 2 consolidated other answers

Do a backup first: it should be the number 1 law of sysadmining anyways

EDIT: incorporating what others have said, make sure your UPDATES have appropriate WHERE clauses.

Ideally, changing a live database should never happen (beyond INSERTs and basic maintenance). Changing the live DB's structure is especially fraught with potential bad karma.

show/hide this revision's text 1

Do a backup first: it should be the number 1 law of sysadmining anyways