Does SQL Server have any kind of magic undo feature?

Posted by Andrew G. Johnson on Stack Overflow See other posts from Stack Overflow or by Andrew G. Johnson
Published on 2010-03-12T18:55:12Z Indexed on 2010/03/12 18:57 UTC
Read the original article Hit count: 205

Filed under:

Long story short is I tried to quickly update a single row in SQL Server using the Management studio and just typed UPDATE table SET column='value' and forgot the WHERE other_column='other_value' portion. Went for lunch, came back and theres 15 unread emails waiting for me. Happened about an hour ago, waiting for the database guy to come back to see when the last backup was. There's no magic UNDO feature though is there?

© Stack Overflow or respective owner

Related posts about sql-server