Viewing 15 posts - 6,106 through 6,120 (of 8,416 total)
As a side-note:
If you use RANK rather than ROW_NUMBER, you will at least always get the same result for the same input.
This is the 'WITH TIES' problem. RANK will...
February 18, 2010 at 6:51 am
Not as far as I know, no.
February 18, 2010 at 6:39 am
Did you see the updated code?
UPDATE ECA
SET memkey = ML.memkey,
state = ML.state,
...
February 18, 2010 at 6:18 am
Barry,
Basically, it comes down to the fact that UDTTs are a TYPE.
When you create an instance of the type, you create a new table - which has its own object_id...
February 18, 2010 at 6:13 am
Grant Fritchey (2/18/2010)
February 18, 2010 at 5:28 am
Let me be up-front about this: it's very difficult to say what the cause is from the data presented so far.
But, let me have a crack at it anyway.
Yes, it...
February 18, 2010 at 5:26 am
tony rogerson (2/18/2010)
I take the business of customer data integrity very seriously - its no joking matter and there should be no room for possible corruption of that data imho.
A...
February 18, 2010 at 5:20 am
Gianluca Sartori (2/18/2010)
February 18, 2010 at 5:05 am
GilaMonster (2/18/2010)
February 18, 2010 at 4:43 am
tony rogerson (2/18/2010)
I don't honestly know what your problem is here Paul - even Jeff...
February 18, 2010 at 4:38 am
Gianluca Sartori (2/18/2010)
GilaMonster (2/18/2010)
Gianluca Sartori (2/18/2010)
In that particular case, with the identity column as primary key clustered, yes, doesn't it?
Logical order of the index - yes
Physical order of the data...
February 18, 2010 at 4:29 am
GilaMonster (2/18/2010)
Paul White (2/18/2010)
Oh dear, I posted a reply to that identity-order thread before checking here :ermm:
If I'm reading the q correctly, he wants the data in the identity order,...
February 18, 2010 at 4:26 am
Chris Morris-439714 (2/18/2010)
Paul White (2/18/2010)
Oh dear, I posted a reply to that identity-order thread before checking here :ermm:It's a great answer and needed to be said on the thread.
:blush: ...
February 18, 2010 at 4:15 am
tony rogerson (2/18/2010)
I think you've hit why myself, Hugo and others have been saying don't use this Quirky Update technique.
I think you're making an unsound logical leap there Tony 😉
tony...
February 18, 2010 at 4:13 am
Viewing 15 posts - 6,106 through 6,120 (of 8,416 total)