Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a scenario like below

i have column emailid in table emp
i want to load the data with the replacement of * for example emailid like mahesh8989@gmail.com with ma*****89@gmail.com
Posted

SSIS uses SQL. Why don't to use SQL query? SqlFiddle[^]

For further information, please see:
REPLACE[^]
SUBSTRING[^]
REPLICATE[^]
 
Share this answer
 
we can use the above in the Execute SQL task..But is there any other way by using expressions??
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900