RTRIM in DTS package

  • Hi All,

    When using a query in a dts package, functions parse as valid SQL, however usually the dts package fails. Can someone please tell me how to use functions in a query for a dts package.

    SELECT RTRIM(title), RTRIM(firstname), etc... fails.

    TIA

    Phil Ewington.

  • OK, all resolved. Seem to always forget this one ;o)

    RTRIM(colname) 'alias'

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply