Hi,
In Oracle, when ProIV populates a varchar2 col, spaces to the right of the value are trimmed. In sql server this doesn't seem to be the case for varchar cols. I was wondering if there is a config parameter in ProIV or sql server so that ProIV's behaviour on sql server matches Oracle's. Thanks.
Lastenia.

ms sql server and spaces in columns
Started by lastenia_rojas, Jul 06 2006 09:40 PM
7 replies to this topic
#5
Posted 24 July 2006 - 01:48 PM
Is anyone running with the padding turned off?
We have been testing with sql padding off, and have not experienced any problems.
We had originally turned it off, because in mssql query analyzer, we found we had to include the trailing spaces in selects to find data.
Eg: select * from CUST where LASTNAME = 'CASH '
instead of select * from CUST where LASTNAME = 'CASH'.
We have been testing with sql padding off, and have not experienced any problems.
We had originally turned it off, because in mssql query analyzer, we found we had to include the trailing spaces in selects to find data.
Eg: select * from CUST where LASTNAME = 'CASH '
instead of select * from CUST where LASTNAME = 'CASH'.
Reply to this topic

0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users