Viewing 3 posts - 1 through 3 (of 3 total)
Thank you very much, it's a surprising problem for me.
:satisfied:
April 7, 2010 at 2:10 am
#1147110
I think you can use the Script Task component.
At first you must define a variable @x
After that you can set it in the Script Task component.
Dts.Variables("x").Value= "D:\Tempfolder\Report_on_" + @startdatevalue
as a...
June 20, 2008 at 2:34 am
#831572
Infact, I didin't understand why you wrote like that code.
Where is the difference from below code.
I think It's very easy.
SELECT * FROM t1 WHERE y IN (
SELECT y FROM t1
GROUP...
June 18, 2008 at 1:41 am
#830242