Viewing 15 posts - 11,581 through 11,595 (of 11,676 total)
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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?
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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....
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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,...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 23, 2010 at 1:47 am
According to MSDN, you should be able to install it on Vista:
http://msdn.microsoft.com/en-us/library/ms143506.aspx#DEx64
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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:
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 17, 2010 at 7:40 am
fm447k (3/17/2010)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 12, 2010 at 8:22 am
You could store all the differents paths in a table and then loop over this table with the foreach loop container.
Map the string value in a row to a string...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 12, 2010 at 8:19 am
That is because the variable will be filled in when your package is running, not when you are designing it.
You can solve this by putting the correct value in the...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 12, 2010 at 7:52 am
Viewing 15 posts - 11,581 through 11,595 (of 11,676 total)