Hi,
I have a problem with MSSQL, when I try to modify a column, the text field is automatically full with spaces, so I have to delete all the spaces to be able to make the update.
Someone know how to deal with this spaces generated by sql server or yii ?
Thanks for help.
EDIT:
Problem solved, I used nchar instead of nvarchar