Viewing 15 posts - 11,581 through 11,595 (of 11,677 total)
I think your best option is to use a script task.
This script task will open a file, read a line and split that line into multiple strings (according to the...
March 24, 2010 at 4:04 am
Well, for the first 19 you can use a for each loop.
But you can't use a flat file source/destination if your columns change each time, so you're stuck with scripting.
One...
March 24, 2010 at 3:46 am
It depends I guess 🙂
It depends on what you're trying to do in your package. If you write/delete twice to the same table, then maybe yes, there will be some...
March 24, 2010 at 3:43 am
It seems that the caps-lock on your keyboard is broken...
Where did you try to login to SSAS? BIDS or SSMS?
March 23, 2010 at 5:19 am
To answer your question which components you need:
1. Execute SQL Task in the Control Flow
1.a Add a data flow task after the previous task with a precedence constraint (green arrow)
2....
March 23, 2010 at 1:54 am
I have also encountered this issue many many times.
Sometimes the task aren't visible, or only partially visible.
Or, the arrows don't run in a straight line, so I re-draw them. However,...
March 23, 2010 at 1:47 am
According to MSDN, you should be able to install it on Vista:
March 22, 2010 at 7:04 am
I don't know how you call the SSIS job exactly, but you can pass parameters with the SET command.
You can find more information at the following URL:
March 22, 2010 at 6:57 am
You could add a Data Conversion component that converts all the columns to the length of the OLE DB Destination columns. That should get rid of all the warnings.
March 19, 2010 at 5:01 am
mountcrumpit (3/18/2010)
Ok, SSIS may be a replacment -- but the package suffix (.DTSX) implies upgrade (DTS -> DTSX) Or maybe it was MicroSlop humor: SSIS is an eX-DTS:hehe:
That's because it...
March 18, 2010 at 11:36 am
In SSIS 2005, the Flat File source is quite static with delimeters, meaning the numbers of columns are fixed. (otherwise SSIS can't map the metadata to corresponding columns in the...
March 18, 2010 at 5:42 am
I believe that in the Execute SQL Task, the ? are mapped to the variables regarding their ordinal position. Since SSIS can't know if you are using two distinct variables...
March 18, 2010 at 5:38 am
You could place different data flows in one single sequence container. Each dataflow reads a file and processes it.
March 17, 2010 at 7:40 am
fm447k (3/17/2010)
March 17, 2010 at 7:36 am
Just to make sure, put another (correct) filepath in your variable (pointing to another file).
Then run your package so you can be sure that SSIS takes the correct file at...
March 12, 2010 at 8:22 am
Viewing 15 posts - 11,581 through 11,595 (of 11,677 total)