Which one do you prefer to store text in your database? The original casing of the data, or some kind of normalization. Also, should I enforce this with triggers? or should I preprocess input data with client code?
I ask you, because I'm not sure about if there is any difference, besides additional processing time to display data (capitalization of names, for example).