Its very urgent for me.....
update ProductSerial set BranchID=2 where BranchID=4 and ActivatedSystems=0 and CustomerID=1 and ProductID=19
this is the query i have to run.....instead of that i did..
update ProductSerial set BranchID=2
it my online db.....i have to recover it from previous stage....

mohammed shamsheerPosted Jan 27, 2014, 4:44 AM
mohammed shamsheerPosted Jan 25, 2014, 10:51 AM
Jaganathan BantheswaranPosted Jan 25, 2014, 7:02 AM
Here is the Way with SQL management Studio.
Or
You can do with ApexSQL tool.
Here is the nice post which explains how to do so...