Viewing 15 posts - 271 through 285 (of 587 total)
To add to the confusion, here is a BOL page that states there is always exactly one system endpoint: sys.endpoints. On the same page, it also states "An...
August 18, 2010 at 8:08 am
Ahhhhhhhh. Thank you Stefan. I wasn't thinking about the ASCII value of a space, even though you put that in your note. It makes perfect sense, and now I can...
August 18, 2010 at 12:17 am
Thanks Stefan, I didn't know that it padded the strings out before comparing. I don't understand how that changes the way the sort works though - wouldn't it still...
August 16, 2010 at 8:40 am
A good observation. I thought about going with a varbinary field, but hesitated due to concerns about readability (to check what was in the field) and sorting, but maybe...
August 11, 2010 at 12:11 pm
If no one has any ideas, does the result at least look as odd to you as it did to me? Or am I just crazy and missing something...
August 10, 2010 at 4:35 pm
Paul White NZ (8/5/2010)
Chris Morris-439714 (8/5/2010)
BUSHY PLANS!! Thank you, Paul. Time to give that another read.:laugh: :laugh: :laugh: :laugh: :laugh:
Isn't associative memory wonderful?
Stick or branch join...bushy plans...funny!
Paul
Made me think...
August 5, 2010 at 1:08 pm
The Dixie Flatline (7/22/2010)
July 22, 2010 at 3:54 pm
jcrawf02 (7/22/2010)
...and now for something completely different:not sure if that's a good thing or not?
I've done something similar with Chess (+ more than a dozen...
July 22, 2010 at 2:19 pm
WayneS (7/22/2010)
<snip>
I guess I'll just stick to writing articles...
</snip>
Please don't.
For every whiner there are 100 people* who are glad to have a QOD to look forward to every day.
I got...
July 22, 2010 at 1:18 pm
I'm going to take a guess and give you the outline for an answer, hopefully this is something close.
Try this code:DATEADD(MINUTE, (DATEDIFF(MINUTE, 0, MyDateField) / 30) * 30,...
July 21, 2010 at 3:12 pm
Thanks for the question Jghali. Didn't know about the UDF part, so I picked up something new today!
Chad
July 21, 2010 at 8:20 am
Paul White NZ (7/19/2010)
That reminds me - isn't Stargate Universe disappointing? (It has just started screening over here).
Yup, very disappointing. Been watching for over 10 years now and...
July 19, 2010 at 1:20 pm
In order to get the value, you need to grab the output from the stored proc, like this: DECLARE @newID int
EXEC @NewID = dbo.usp_GenPK
SELECT @newID
I used INTs since I don't...
July 14, 2010 at 4:33 pm
I missed it too - I took a guess at what the question was trying to test and thinking it was something else missed the question. Oh well. ...
July 13, 2010 at 8:22 am
Oh no - don't answer all the questions. Just take a look and see if anything jumps out at you. I'm thinking the first one might be the...
July 12, 2010 at 2:47 pm
Viewing 15 posts - 271 through 285 (of 587 total)