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.