Viewing 6 posts - 1 through 6 (of 6 total)
Thanks Vinu, Actually I got it worked...I kind of did the same thing you suggested !
But thanks for the reponse !
June 1, 2012 at 8:37 am
I cretaed a stored procedure like this..
select
case when @Phonenumber in (select
cast(cast(PhoneNumber as bigint) as varchar(10))PhoneNumber
from dbo.DoNotCallList where PhoneNumber in ( select param from dbo.fn_MVParam(@Phonenumber,',')))
Then @Phonenumber
else @Phonenumber end...
May 30, 2012 at 1:14 pm
I think I understood it correctly. If i were you I will enter file name each time it import to a separate table, and at the begining of the package...
April 14, 2011 at 6:42 pm
If you don't mind can you send me the link
April 14, 2011 at 3:44 pm
I tried to use merge join and its not giving the results as I needed..
and I am not so good at script to use script component...
April 14, 2011 at 3:32 pm
Sorry ! heer I am attaching the word doc. Please let me know if this still cause the problem.
April 13, 2011 at 7:36 am
Viewing 6 posts - 1 through 6 (of 6 total)