Connecting to Oracle Database using Sql Server Integration Services

I have had to do this on many occasions, unfortunately the Oracle website is not particularly helpful when trying to determine what you need. You need to download a copy of “ODTwithODAC1120320_32bit.exe” which can be found at: http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html The 64-bit version is of no use, the 32 bit drivers will work just fine. Install this … Read more

2 Data Flow Tasks Linking to one Execute SQL Task

By default, two tasks are constrained by the Constraint of Success. That is, the first thing must generate a success value before the second thing will get the signal to start. You have a binary set of Data Flow Tasks feeding into a single Execute SQL Task. The Execute SQL Task is waiting for both … Read more

Skipping rows when importing Excel into SQL using SSIS 2008

have a look: the links have more details, but I’ve included some text from the pages (just in case the links go dead) http://social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/97144bb2-9bb9-4cb8-b069-45c29690dfeb Q: While we are loading the text file to SQL Server via SSIS, we have the provision to skip any number of leading rows from the source and load the data … Read more