Hi
I have an SQL Server database and I am trying to create some reporting from it. All works well execpt when it comes to one field which is a text or ntext data type and I don't seem to be able to do any trim. I want to trim trailing spaces as it makes the report very long otherwise, but I'm a newbie as far as SQL Server goes. I have read that you can't trim, group, etc. with this data type.
Can anyone suggest anything?
Thanks
Phil.
I have an SQL Server database and I am trying to create some reporting from it. All works well execpt when it comes to one field which is a text or ntext data type and I don't seem to be able to do any trim. I want to trim trailing spaces as it makes the report very long otherwise, but I'm a newbie as far as SQL Server goes. I have read that you can't trim, group, etc. with this data type.
Can anyone suggest anything?
Thanks
Phil.