• something like this may work for your purpose, but I think that may depend on

    SELECT REPLACE(REPLACE(yourfield, CHAR(13), ''), CHAR(10), '')

    This basically replaces the char with nothing.