Hi,
I have a variable "abc" of string data type which stores data as - abc,def,efg,ijk
I need the output as 'abc','def','efg','ijk'. I can use some SQL Script through Stored Procedure to achieve this.
But apart from script through any particular task using SSIS expression/functions can I achieve this ?
Thanks
Sridhar
Sridhar