1327
Whoops
(thumbsnap.com)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Had something like that happen to a local dev database (thankfully). A dev next me blurts out "how to I rollback an update in SQL server"? He was used to Oracle and how easy it is to rollback something. Had to explain that commit just happens in SQL server regardless of whether or not you put that commit line in.