Hi all. When I want to get data from a SQL table, which is char type, sql server gives me that data with spaces. For example my coloumn is: name char(20) But if the data in this colomn is 13 length, query takes the left 7 length space with itself. How can I resolve this problem. Thank you and best wishes.