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 |
|
lipkee85
Starting Member
7 Posts |
Posted - 2009-12-07 : 02:51:43
|
| Hello everyone, Currently I encountered a problem where there are two groups of users and each group will key in the details. Lets say for example, I have group A and B and both the groups will insert details into the same database. But suddenly group B thinks that they have entered the wrong data and need to roll back but the details entered by group A is correct. Is it possible for me to only rollback group B data without affecting group A data? Any reply is highly appreciated! |
|
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2009-12-07 : 03:29:42
|
Rollback is possible on transactions.That has nothing to do with groups. No, you're never too old to Yak'n'Roll if you're too young to die. |
 |
|
|
|
|
|