Viewing 15 posts - 1,066 through 1,080 (of 6,486 total)
If you don't want it to actually fail if the lookup doesdn't work, then use the "redirect row to no match output" option, rather than the "redirect rows to error...
February 24, 2012 at 11:25 am
Jeff Moden (2/21/2012)
February 21, 2012 at 6:56 pm
Actually, you could simply flip the comparison around a bit and do it without the OR or the ISNULL.
(Code removed after double-checking).
Edit: hmm - foiled again. The result...
February 21, 2012 at 10:15 am
Steve Jones - SSC Editor (2/20/2012)
I wouldn't have voted for a SOPA bill that...
February 20, 2012 at 6:53 pm
SQLKnowItAll (2/20/2012)
Matt Miller (#4) (2/20/2012)
So - no record is returned since you can't join to a record that doesn't match the join (at least not as is).
EDIT: Isn't that the...
February 20, 2012 at 12:56 pm
I think this is a logic flaw. Your update is against the virtual server table, but you're left joining against that table and specifying you want to exclude those...
February 20, 2012 at 12:26 pm
emmchild (2/19/2012)
Internal operations are a cost center. The business view of cost centers is that this functionality can be out sourced. The folks watching the bottom line will...
February 19, 2012 at 9:03 pm
Joe Johnson-482549 (2/17/2012)
If you find an excellent developer, you can get the best, most sublime code... that you still need to sale. You find a salesperson that can sale...
February 17, 2012 at 2:41 pm
We finally achieved 4-9s uptime this year, up from 3-9s last year! The new DBA rocks! That's 9 less hours of downtime spread over a whole year. (That's about 1.5...
February 17, 2012 at 1:03 pm
That means you have instances of elements with text AND sub-elements.
So - this would be an example:
<myBadNode>
This is...
February 17, 2012 at 8:24 am
ismailmallum (2/16/2012)
With SSIS 2005 you can only import 1 column at a time using the XML source component. i know 2008 handles the XML better so for now rather than...
February 16, 2012 at 12:21 pm
Use SSIS. It will allow you to simply ignore conversion errors, and even log them if you wish to
February 15, 2012 at 10:42 am
Or SSIS could do as well.... hard to say without any specifics.
February 15, 2012 at 10:36 am
Is there a reason to import the XML this way? If you were to use SSIS on the source XML file you wouldn't be having to play some outlandish...
February 15, 2012 at 10:33 am
Koen Verbeeck (2/14/2012)
Matt Miller (#4) (2/14/2012)
February 14, 2012 at 1:14 pm
Viewing 15 posts - 1,066 through 1,080 (of 6,486 total)