Viewing 15 posts - 9,496 through 9,510 (of 11,678 total)
Since the child packages are not started directly, you should use package configurations to configure those packages, instead of manually linking a config file to them.
April 29, 2011 at 7:18 am
Great question, but actually an easy one to get correct. If you just read the question and see "effective Max CPU %" and you look at the table and see...
April 28, 2011 at 11:39 pm
If all the Excel files have the exact same structure (also equal sheetnames), than it is a viable scenario.
To configure the Excel Connection Manager dynamically, you need to construct the...
April 27, 2011 at 4:00 am
RonKyle (4/19/2011)
* leave them NULL (could cause issues in reports)
I don't recommend this. All dimension keys should have some value. Implement the third suggestion in the above post....
April 26, 2011 at 11:33 pm
WayneS (4/22/2011)
Koen Verbeeck (4/20/2011)
Stefan Krzywicki (4/20/2011)
April 22, 2011 at 12:37 pm
Nice question to end the week, but some references would have been great.
April 22, 2011 at 1:00 am
My advise:
drop the SCD component. It is notoriously slow, and not easy to configure.
Just write out some TSQL statements that will do the logic:
do a LEFT JOIN between source and...
April 21, 2011 at 11:35 pm
Load all the filenames into a staging table, so you can use TSQL to validate it.
(or write a script task in SSIS that uses .NET to validate, whatever floats your...
April 21, 2011 at 11:27 pm
You can't log to a custom table with the built-in log provider.
You can set up custom logging using Execute SQL Tasks and Event Handlers.
As mentioned before in this thread, you...
April 21, 2011 at 6:45 am
How do you check the rowcount in the destination table?
You didn't place a top 100 at the beginning, did you? (SSMS automatically adds TOP 1000 when you script out a...
April 21, 2011 at 6:42 am
Figure out the widths of each column, import them all as strings, trim them and convert them to the actual datatypes.
April 21, 2011 at 6:39 am
Viewing 15 posts - 9,496 through 9,510 (of 11,678 total)