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 |
meemo
Starting Member
9 Posts |
Posted - 2011-11-15 : 16:51:53
|
Silly question, but I couldn't figure it out really.I basically need to just resave all the data in 1 column in 1 table on the same DB in order to fix data.So, for example, if my table is: PeopleAnd my column is: CompanyAnd my table has this data:ID Company 1 abc2 def3 ghi4 jkl5 mnoI want to get each row, and save it again, one after another in a select/update query.I did some research but didn't find a suitable answer. Please help. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
meemo
Starting Member
9 Posts |
Posted - 2011-11-15 : 17:21:01
|
Thanks but re-saving existing data was necessary to fix encoding issues through a different underlying platform than the previous one. |
 |
|
|
|
|