Viewing 10 posts - 1 through 10 (of 10 total)
I would use a failure contraint and add the actions on that 'branch'.
Are you wanting to redirect the row that caused the error or the entire file?
July 19, 2010 at 7:52 pm
I would have to agree with SQL Runner. Those are some broad questions. I would recommend picking up The Data Warehouse Lifecycle Toolkit by Ralph Kimball et al....
July 19, 2010 at 7:46 pm
Not sure I'm following completely.
You have a single name column in your source table, and you have a 'shortname' column as well as a 'legalname' column in your destination?
Are you...
July 19, 2010 at 7:37 pm
Based on your requirement:
...check iSValid Value and if it's "0" then "0" Else Increment by 1 starting with 1 for the whole set until the next IsValue = 0
I think...
July 13, 2010 at 6:45 pm
Must this run from a service? Can you schedule as a job? If you're using some sort of trigger/logic in your service to fire the execution of the...
July 9, 2010 at 1:32 pm
You can use a Derived Column task in your data flow to replace "" with whatever you wish. You may need to do a Data Conversion on that column...
July 9, 2010 at 1:29 pm
You will likely need to build your SQL Statement in a variable using expression language.
If you use expression language to create your sql statement you can manipulate the dates for...
July 9, 2010 at 12:27 pm
Libby,
In your Execute SQL Task; do you have your object variable listed in the Result Set section assigned to Result Name 0?
When you output a SQL task to a variable...
July 9, 2010 at 12:03 pm
I agree that it executes them synchronously, but the cursor will run through all of the rows rather than pausing between rows for completion which makes monitoring the cursor a...
March 22, 2010 at 7:06 am
Thanks all for the help. They both run in the exact same time, 1 minute 4 seconds, and return ~76,000 records.
November 19, 2008 at 9:16 pm
Viewing 10 posts - 1 through 10 (of 10 total)