Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
boreddy
Posting Yak Master
172 Posts |
Posted - 2008-04-22 : 06:14:34
|
| I have table in that created column is there it has the data like232445454367by mistake if i updated that column as 77can we roolback to old date |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-04-22 : 06:16:14
|
| Only if you are doing the update inside a transaction and havent comited it you can rollback the data. |
 |
|
|
|
|
|