Viewing 15 posts - 526 through 540 (of 1,118 total)
You can definitely load your data directly in data set. However you have to implement a script component for that. Regarding the release of the COM object I would do...
November 20, 2009 at 1:56 pm
Phil Parkin (11/20/2009)
stricknyn (11/20/2009)
Hi CrazyRoc,
...
Wow, you just got a cool new name! 😀
Yep, It has been going on for awhile. Sounds nice though 🙂
November 20, 2009 at 1:47 pm
Strick,
The adapter you are using is just an adapter. It takes ADO recordset and populates .NET data set. This is making your memory consumption at least twice as much because...
November 20, 2009 at 11:40 am
stricknyn (11/19/2009)
I have a weird SSIS recordset issue. In my first data flow, I am summing and outputing some data (Only 2 colums, a count coulmn and a...
November 20, 2009 at 9:42 am
karthikaug18 (11/18/2009)
Is there is any tools for versioning SSIS like VSS.? Ple suggest me. thanks in advance.
Hi,
I have experience with these two:
November 18, 2009 at 7:47 am
Shawn-859490 (11/15/2009)
November 18, 2009 at 7:43 am
Gkhadka (11/16/2009)
November 16, 2009 at 12:11 pm
I have sent you a private message.
November 16, 2009 at 11:55 am
Download and install SSIS+ from here. Then go to the control flow toolbox and enable the Data Flow Task Plus. If you have issues, do not hesitate to contact us.
November 12, 2009 at 11:40 am
UnderCoverSSIS (11/11/2009)
I have only seen it on the Expression Property of SSIS Task.
How do you access the expression builder at...
November 11, 2009 at 12:12 pm
stricknyn (11/10/2009)
I have a SSIS package which has been deployed to a server. It has 5 variables. I have a SQL Server job which is set on...
November 11, 2009 at 10:43 am
Check if your dataviewer includes the extra column.
November 11, 2009 at 10:17 am
The CLSID it shows in the error is for "Microsoft Visual Basic Scripting Engine". It looks like your installation is corrupted. Try reinstalling SSIS client tools and framework. Also make...
November 10, 2009 at 7:23 am
I would recommend you use script task and message boxes and then execute your package to find out if the variable you need is being set. As I said earlier,...
November 9, 2009 at 7:47 pm
Just define the variable on the package scope and it will be accessible from everywhere.
November 9, 2009 at 3:15 pm
Viewing 15 posts - 526 through 540 (of 1,118 total)