Here is what I want to do:
I am trying to obfuscate data and create a working database to be used for documentation. I have a list of first names that I want to mix up in a table.
KEY FIRSTNAME  
135 CYNTHIA  
181 MARK  
186 MARGARET  
212 DESIVANITA  
506 AMY  
606 BRENDA   
628 KATHLEEN  
629 Johnna  
636 TAMARA   
652 KATHLEEN
This table has around 50K rows. I want to know if there is a way to mix up the names without using a loop?