Viewing 4 posts - 1 through 5 (of 5 total)
team,
I have tried with below code in "Execute SQL Task"
Declare @FileDate datetime
declare @filename varchar
-- filename = test_source_file_20150920
Set @FileDate = substring(@filename,11,8)
select @FileDate
but it's giving default value not from file...
October 23, 2015 at 2:03 pm
Hi Jeff,
It's working in SQL but not suits in ssis.
thanks,
October 23, 2015 at 1:59 pm
Yes, one of your answer is what am looking for. Thank you.
🙂
September 17, 2015 at 11:47 pm
Viewing 4 posts - 1 through 5 (of 5 total)