Viewing 15 posts - 241 through 255 (of 290 total)
You could 2-step it.
Create package 1 to do everything that leads up to requiring user selection. Maybe pkg sends email to users that their action is required?
Create user selection...
January 18, 2012 at 9:01 am
Either add an "approved" column or determine logic for deciding what values in the existing fields make a customer approved.
January 17, 2012 at 7:39 am
When I set up the SQL Agent job for the package step, there is a tab for datasources and I've found the connections "float up" so I can select the...
January 17, 2012 at 7:37 am
we also use file system. quick and easy to backup.
January 17, 2012 at 7:35 am
I agree that clear-headed, new look is always helpful!
for future reference, I've found that
ISNULL(field) == TRUE yields consistent results.
January 17, 2012 at 7:34 am
I'd suggest you check your data source view to be sure you have the linkages correct.
We don't allow nulls in our underlying dw tables so when I get nulls, I...
January 17, 2012 at 7:32 am
Script component uses VSA so is easier to learn if you aren't a C coder.
I personally would start over with the script component and toss what you found. Debugging...
January 11, 2012 at 8:48 am
make it a string. break it into 2 parts and stick a decimal in there, then convert back to desired numeric data type.
January 10, 2012 at 10:43 am
battery_acid_h (12/29/2011)
a customer buys a certain product on a specific day and will...
January 5, 2012 at 3:37 pm
I'd let the end user tool handle it vs in the data warehouse. There are plenty of tools that can add KPI.
January 5, 2012 at 3:26 pm
I'm sorry, I don't at all understand what the problem is?
January 5, 2012 at 3:03 pm
I get lost when you are talking about executing on a client pc. All of our SSIS packages execute at server level. Are you creating a client utility...
December 13, 2011 at 7:35 am
We know it will crawl but since it's part of the ETL for the fact table, we need to attribute the payments in the same package. That's also where...
December 12, 2011 at 3:39 pm
I don't think regular ADO connection stuff works here since that doesn't take into account the confines of DTS. I've done some script components before so do understand the...
December 12, 2011 at 3:15 pm
Viewing 15 posts - 241 through 255 (of 290 total)