Can anyone point out some good samples / examples on Cust开发者_JS百科om Dataflow Component (Transformation) other than one on codeplex.
i have an datatable with valuees like this names ------ kumar kiran ram bala ---- anu sita geetha ----- asha a开发者_StackOverflow社区bc
Is there a way to open a solution-file saved in Visual studio 2010 beta 2 in Visual studio 2008? ... or maybe a way to convert it?
We are creating several SSIS packages to migrate a large database as part of a release cycle. We may end up with about 5-10 SSIS packages.
Is there anyway to import data into SSIS where I expect the PKs to be sequential guids? The only method I\'ve been able to come up with so far is to create a temporary table with the column defaultin
So I made a package in SSIS to read data in from a text file and load it into a database table. What\'s the best way to set this up for non technical end users to run this when desired?
When am using sequence container to roll back my transactions in execute sql task i am getting the error
The way I understand it, SSIS script tasks can\'t use a reference unless it\'s in the GAC. With this assu开发者_如何学编程mption:
I\'m a newbie to SSIS / C# (I\'m generally a Java developer) so apologies if this is a really stupid question.
I am using SQL Server 2008 SSIS for importing data to the DB and .Net 3.5 SP1 for Creating the WCF s开发者_如何学Goervice.