I have a 22,000,000 table that has a field which is a concatenation of 3 other fields. I need to extract this information into 3 separate fields. What is the best way to do this without hogging memory and space on the server? Is there a way to loop through? SQL2000 server.