How can I rollback an UPDATE query in SQL server 2005?
I need to do this in SQL, not through code.
Try
ROLLBACK WORK;
It usually works