I recently was asked to create a new field in our database and did so without any major issue. It is a bit field so the data is either 0 or 1. However, I screwed up when I populated the data and reversed them so that 1 = FALSE and 0 = TRUE. What I'd like to do is reverse them. However, thinking through the problem, I'm not sure that I can easily accomplish this because, if I first set all of the 0 = 1, when I attempt to go back the other way it will set all of them back to 0. If I use a transaction, will that set my values as I'd expect them or is there another way to handle this? Any thoughts are appreciated. Thanks.
------------------------------------------------------------------------------------------------------------------------
"Men occasionally stumble over the truth, but most of them pick themselves up and hurry off as if nothing ever happened."
- Winston Churchill
------------------------------------------------------------------------------------------------------------------------
"Men occasionally stumble over the truth, but most of them pick themselves up and hurry off as if nothing ever happened."
- Winston Churchill