Viewing 15 posts - 10,786 through 10,800 (of 11,678 total)
As HappyCat said: add IMEX=1 to your connection string. IMEX stands for intermixed data types. In other words, if Excel notices that a column contains more than one data type,...
December 10, 2010 at 7:59 am
Nice question, thanks.
(but it surprises me that apparently 78% -for the moment- know the exact error message!)
December 10, 2010 at 1:15 am
Where is that SQL Task with the update located? Between the two dataflows?
If yes, then your situation is normal 🙂
You can keep everything in one dataflow, but then you must...
December 10, 2010 at 1:07 am
Good question, but an even better follow-up discussion.
Thanks for the code examples!
December 9, 2010 at 2:40 am
Thanks for the answer. The problem is that set-up fails directly after the set-up rules, so I haven't seen a UI yet where I can choose settings.
I've searched the logs...
December 8, 2010 at 12:25 am
WilliamD- (12/7/2010)
December 7, 2010 at 3:41 am
Paul_Blackwell (12/6/2010)
You can use the Execute Process Task and File System Task to perform your operations. Create the necessary variables so that you can configure your package and applying...
December 7, 2010 at 1:15 am
coolakhil4u6 (12/5/2010)
If I just use the SQL Query straight out what is the use of using SSIS??? so I want to do it SSIS totally... any ideas
That is like trying...
December 6, 2010 at 12:27 pm
See my answer here:
http://www.sqlservercentral.com/Forums/Topic1030738-364-1.aspx
December 6, 2010 at 12:22 pm
I have never done it before, but I'm pretty sure you can unzip files with a script task. There will already exist some .NET code on how to do this...
December 6, 2010 at 12:22 pm
As other have already pointed out, you really need a question if you want an answer to your problem.
Please read the following blog post:
December 6, 2010 at 12:18 pm
What is the error that you get?
Are you sure that all strings can be converted to a numeric format?
Normally you could use the Conversion component or the Derived Column Transformation.
December 5, 2010 at 6:12 am
Viewing 15 posts - 10,786 through 10,800 (of 11,678 total)