This is actually a generic SQL DB question. There is a DB table column listed as "Type = text" with a size of 16. I want to make that column bigger than 16 (believe the ends of certain messages are getting dropped because of the size limit). Is this easily done ?? Something I read makes me think I need to change the data type from text to something else like varchar first ? Anyone done something like this ??