Why does SQL server return different column sizes on different DB servers when doing an UPPER()?
The two servers have the column defined the same (char(20)) and they are running the same version of SQL server (2000), but one returns a field that is 20 wide and the other 40.