Viewing 15 posts - 6,571 through 6,585 (of 8,416 total)
Yep that covers it, but it's maybe not the clearest or most comprehensive page ever added to Books Online 🙂
There's a load more interesting stuff around the storage of the...
November 18, 2009 at 7:57 pm
Mark-101232 (11/18/2009)
Just out of interest I converted your code to use pointers which improved performance by 5-10%. Not that I would recommend using UNSAFE code though...
Hey Mark,
Wouldn't mind seeing...
November 18, 2009 at 3:25 pm
forumdog (11/18/2009)
Is there is not there a way to meet my original requirement? If you don't know how to do it just say so?
I don't know how to do it.
kthxbye
November 18, 2009 at 1:59 pm
Flo - thank you so much for the Tui billboard :laugh:
I should have known you'd get your revenge! Man, that made me snigger out loud at my desk....!
November 18, 2009 at 1:54 pm
Hey everyone, just a quick note before I go to work this morning. I love the way this thread it going - huge thanks especially to C# Screw (lol!)...
November 18, 2009 at 12:22 pm
Thank you 'brigzy'...you seem to have a much faster machine than my old laptop!
November 18, 2009 at 4:21 am
Hey Jeff,
The performance of the code in the article (unless I have really messed up) seems very dependent on collation. For a long time yesterday, I couldn't understand why...
November 18, 2009 at 4:02 am
To the C# crew:
This seems to be the fastest method so far (on my machine at least)...would one or more of you please try it out?
using System.Data.SqlTypes;
using Microsoft.SqlServer.Server;
public partial class...
November 18, 2009 at 3:35 am
If you need sequential numbers, use DENSE_RANK.
November 17, 2009 at 8:22 pm
Bob Hovious 24601 (11/17/2009)
I've always wondered about the sequence of titles. It seems like you should be crazy BEFORE you are committed. 😉
:laugh:
November 17, 2009 at 5:08 pm
brigzy (11/17/2009)
Good advice.
? if u check out script ... it does gen table ...
Can't really be bothered to go back that far. I'll take your word for it.
November 17, 2009 at 4:04 pm
Florian Reischl (11/17/2009)
@paul-2Congrats for >2k posts! 🙂
See this is what happens when you take a break Flo! You get overtaken!
Hmmm I think I preferred SSCommitted to SSCrazy, but it...
November 17, 2009 at 3:57 pm
brigzy (11/17/2009)
Welltry your tests with a complete table to be handled instead of single strings
Good advice.
brigzy (11/17/2009)
and2,5 seconds for doing nothing
not fair on Theago.
I think you misread...
November 17, 2009 at 3:54 pm
brigzy (11/17/2009)
November 17, 2009 at 3:36 pm
Viewing 15 posts - 6,571 through 6,585 (of 8,416 total)