I'm working with a fairly large DB and the engineers have decided to come up with a new naming convention for a column called FailType. I don't think I'll have a problem updating the old fail types to the new ones, but my concern is finding where a particular fail type was used in a query's 'where' clause. There are many queries and reports that have this value ... Is there a way I can change these field values throughout the entire db? Sigh ...