User-1793347006 posted
If you are backing upp the database and transaction logs you can do a point-in-time restore to the time just before he made the change. Otherwise revert to the latest full backup.
There are also some tools (I think) which can back single transactions found in the transaction logs. One such is "lumigent log explorer", but it requires that your database is in full recovery mode, otherwise the transaction log will be truncated and finished
transactions removed.