Viewing 15 posts - 166 through 180 (of 1,118 total)
Guys,
I did the following:
- defined TaskName in ReadOnlyVariables input.
- called the following code from script: MsgBox(Dts.Variables("TaskName").Value)
And it worked, showing script task's name. I think it is incorrect to use System::...
March 16, 2011 at 10:47 pm
marees.inspire (3/15/2011)
HI,I want to create some reusable components in SSIS.
Can you give me your inputs/suggestion as i am a newbie on this.
Thanks in Advance.
If you can use third-party solutions, check...
March 16, 2011 at 10:36 pm
Hi Andrew,
If you can use third-party solutions, check the commercial CozyRoc Data Flow Task Plus. It is an extension of the standard Data Flow Task and it is designed to...
March 10, 2011 at 6:18 am
kendoln (3/8/2011)
TITLE: SSIS FTP Task------------------------------
An error occurred in the requested FTP operation. Detailed error description: 200 Representation type is Ascii NonPrint
200 Port request OK.
550 No data sets found.
March 8, 2011 at 6:07 am
kendoln (3/7/2011)
I tried with that. I can't get it into that.
What happens? Do you get an error or what?
March 7, 2011 at 4:33 am
As other knowledgeable people have said before me, parsing address information is not easy task and it is not a matter of one or two "smarty pants" expressions.
If you can...
March 4, 2011 at 7:01 am
"We pay you to do it. Stop making us pay for other tools to do your job."
Weird logic. But you can easily explain it will cost N times more to...
March 4, 2011 at 6:48 am
CozyRoc (3/4/2011)
Another solution would be the CozyRoc commercial solution Data Flow Task Plus. It can retrieve the source and destination component's metadata at runtime and it doesn't require programming.
Ah, I...
March 4, 2011 at 6:10 am
Koen,
The programming solution will work. However it is too demanding for many users. Another solution would be the CozyRoc commercial solution Data Flow Task Plus. It can retrieve the source...
March 4, 2011 at 5:51 am
Koen Verbeeck (3/4/2011)Therefore the use of dynamic SQL. You construct the whole SELECT and INSERT statement on the fly.
But, to be true, this will only work if the destination and...
March 4, 2011 at 5:32 am
What is p04.xusr.g481ddw(0) ? File or folder ?
Try the following remote parameter:
/p04.xusr.g481ddw(0)
or
p04.xusr.g481ddw(0)
March 4, 2011 at 5:05 am
Koen Verbeeck (3/4/2011)
Then you can construct a dynamic SQL statement in an...
March 4, 2011 at 5:00 am
You are not going to see files, when you open the browser window. It is only used for browsing remote folders. If you want to download all files from specific...
March 3, 2011 at 10:30 am
Hi Sonal,
Do you have the tables from source created in the destination database? Or you have to create them first?
March 3, 2011 at 10:26 am
phamm (2/25/2011)
March 3, 2011 at 10:17 am
Viewing 15 posts - 166 through 180 (of 1,118 total)