Viewing 15 posts - 46 through 60 (of 8,414 total)
Jeff Moden (11/27/2013)
When I installed 2005, I used the default US collation and it was SQL_Latin1_General_CP1_CI_AS
Ah - I had forgotten the default US collation was accent sensitive. Anyway, it's interesting....
November 27, 2013 at 6:18 pm
twin.devil (11/26/2013)
that could be the QotD mate 🙂
Ha! I missed an opportunity there.
November 26, 2013 at 10:36 pm
I've just noticed that "IsAllDigits" includes fractions:
-- True
SELECT IsAllDigits
FROM dbo.IsAllDigits('1¼');
-- True
SELECT IsAllDigits
FROM dbo.IsAllDigits('¾5¼');
Collation-related of course. There is more between 0 and 9 than just the integers. In the...
November 26, 2013 at 10:20 pm
Successful summit - I hugged Gail 🙂
October 22, 2013 at 1:33 pm
GilaMonster (10/15/2013)
rodjkidd (10/15/2013)
Well I have a camera... But yes I will update the thread on Gail's antics during WITRodders...
Oh dear....
I'm going to video it and upload to YouTube. You're welcome.
October 15, 2013 at 9:13 am
rodjkidd (10/15/2013)
It was a pleasure to meet you in person. And another tick...
October 15, 2013 at 9:12 am
rodjkidd (10/11/2013)
October 12, 2013 at 11:35 am
WayneS (10/3/2013)
Who is going to the Summit this year? (I need to figure out who to meet up with...)
I'll be there. Precon on the Monday, regular session last thing Friday.
October 3, 2013 at 10:39 pm
GilaMonster (10/1/2013)
And if you want details, come to the WIT lunch on the Thursday.
I'll be there. A bit scared, probably, but I'll be there.
October 1, 2013 at 9:58 am
Bhuvnesh (10/1/2013)
Paul White (9/5/2013)
As Erland mentioned, a general-purpose index optimization pre-sorts rows on ClaimID keys for the lookup into the clustered index.
Paul,
Thanks for this detailed informatrion . i read...
October 1, 2013 at 5:17 am
Andreas.Wolter (9/30/2013)
Great Insights, Paul.- See you at your PreCon at PASS Summit 😉
Thanks. See you there - make sure you introduce yourself to me at some stage 🙂
September 30, 2013 at 7:04 pm
Max-146500 (9/9/2013)
September 9, 2013 at 5:29 pm
dwain.c - Article body
September 9, 2013 at 3:51 am
KTD (9/6/2013)
Your version of the query ran in 30 seconds without any high disk latencies observed.
Good to know, thanks. Just for a bit of fun (and because other people might...
September 6, 2013 at 8:42 am
Viewing 15 posts - 46 through 60 (of 8,414 total)