Hi,
There are some special characters in my table. I am using the following query to correct them. here is the query.
REPLACE(EmpID,CHAR(26),'').
If i use this query, then all the special ASCII characters will become blank (space) .
When I try to use the same query in SSIS Derived column transformation , it does not work.
Can you please tell me what is the equivalent operation in SSIS for this query?