update mytable set names = lower('names') where home = 'away'
..as this changed all the names to literally 'names', wondering how to
use ROLLBACK to undo this, or is there another recovery method.
thanks in advance
NS
If you have a full backup, and an unbroken sequence of log backups, you can
restore until a time right before you ran this UPDATE statement.
Please read the BOL about RESTORE and the STOPAT clause.
--
HTH
Kalen
----------------------------------------
Kalen Delaney
SQL Server MVP
www.SQLServerInternals.com
".Net Sports" <ballz...@cox.net> wrote in message
news:71f15b38-530b-4053...@g10g2000pri.googlegroups.com...