Hi,
I have defined a column of data type is char(15). But I noticed that if I insert a record where the data for this column is smaller than 15 in length, blank spaces are filled in. This causes problem while taking joins.
Why blank spaces are filled in this column to make its length 15?
I am using MS SQL server 2000.
Thanks and Regards,
Unnic