0
Is there a way to reverse what you update/delete?
5 Answers
+ 1
create a backup table before performing operations
+ 1
you can use'' Begin Tran " at first and "end" after your update cod for examine your query code
0
No. Be extremely careful with these commands
0
update
0
Nope. Once you run the operation that information will be lost. Always use a 'where' clause to make sure the right info will be modified else back up 1st to be able to 'undo'