Viewing 15 posts - 3,931 through 3,945 (of 7,484 total)
Hugo Kornelis (11/27/2012)
Koen Verbeeck (11/26/2012)
Nice question. The explanation could be a bit more clear.
That is a very polite way to put it.
I'll be more clear: the explanation is rubbish! The...
November 27, 2012 at 5:28 am
Nice basics question.
Odd sort of explanation though - maybe the author thought the references explained it well enough that he didn't need to say anything himself about why the...
November 26, 2012 at 2:22 am
CELKO (11/22/2012)
My question is: is it better to have all of these key lookups happening or would it be better to just build the clustered indexes on the UUIDs? ...
November 24, 2012 at 3:18 am
Nice question - and a reminder to me to use STUFF more often.
I don't understand why the explanation worries about the result length. . I agree with John Arnott's comments...
November 24, 2012 at 2:47 am
dave-L (11/21/2012)
Hi Tom.It's counter intuitive, but that is how SQL orders UniqueIdentifiers.
:blush: One of my thicker moments! :blush:
November 22, 2012 at 6:21 am
dave-L (11/21/2012)
One last thing: I hate to leave less than optimal code out there for posterity so here is my last, optimized function with all...
November 21, 2012 at 12:09 pm
jasona.work (11/21/2012)
paul.knibbs (11/21/2012)
November 21, 2012 at 11:10 am
arun1_m1 (11/21/2012)
Can anyone please explain or refer an article as to how the str worked out to give the results.
It's not STR that produces the strange effect. If STR...
November 21, 2012 at 9:48 am
Nice back to basics question.
Unfortunately, knowing what the isolation levels are has never seemed to make people understand when to use which of them. Using read committed when what...
November 21, 2012 at 5:39 am
Stewart "Arturius" Campbell (11/20/2012)
L' Eomot Inversé (11/20/2012)
November 20, 2012 at 5:27 am
call.copse (11/20/2012)
demonfox (11/19/2012)
After reading the file table, I fell on varbinary(max) ..need to read it again ..
thanks for the question..
I didn't see anything about that much either - it seems...
November 20, 2012 at 4:54 am
Kenneth Wilhelmsson (11/19/2012)
Why make it so complicated?
As per OP's request he just wants single chars...
November 19, 2012 at 8:02 am
I agree with many of the earlier comments. The only good thing about this question is the debate it provokes - plus it may discourage people from careless use...
November 19, 2012 at 7:39 am
A lot depends on how frequently new groups are defined, how frequently group definitions change (whether by adding new members or removing existing members or adding new subgroups or removing...
November 18, 2012 at 7:24 pm
Jeff Moden (11/17/2012)
Evil Kraig F (11/14/2012)
Oh... EAV model... HOW I HATE YOU......
....
I've run into that same kind of garbage before. In fact, I worked with several different sets of...
November 18, 2012 at 1:01 pm
Viewing 15 posts - 3,931 through 3,945 (of 7,484 total)