We have a web app we'd like to demo to prospects, but our best way of doing so is with existing data, for a full experience. Certainly, we don't want to do this with actual customer names or addresses, etc visible in the app. Is there an easy way in SQL Server to randomize or scramble a varchar or text field?
None of these columns are keys in anyway, either primary or foreign.
Redgate has tool for it: http://www.red-gate.com/products/SQL_Data_Generator/index.htm
Didn't use it, but redgate tools are very good.
EDIT
It generates data, not scrambles, but still can be useful.