Viewing 15 posts - 9,496 through 9,510 (of 11,676 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.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 29, 2011 at 7:18 am
Nice question, thanks.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 28, 2011 at 11:41 pm
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 27, 2011 at 4:00 am
Aaah, back to basics 🙂
Thanks for the question!
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 26, 2011 at 11:35 pm
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....
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 26, 2011 at 11:33 pm
Interesting question, thanks!
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 25, 2011 at 11:32 pm
Interesting question. Thanks.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 25, 2011 at 11:30 pm
WayneS (4/22/2011)
Koen Verbeeck (4/20/2011)
Stefan Krzywicki (4/20/2011)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 22, 2011 at 12:37 pm
Nice question to end the week, but some references would have been great.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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...
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
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.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
April 21, 2011 at 6:39 am
Viewing 15 posts - 9,496 through 9,510 (of 11,676 total)