Viewing 15 posts - 151 through 165 (of 207 total)
I'm curious where it speaks about rounding in the linked article... I couldn't see it anywhere. It just says the default for the precision and the scale!
June 17, 2009 at 6:29 am
Fair enough. However, I'm still quite interested in how one would go about determining how to determine the correct hardware for a set of requirements.
What sort of specifics would...
June 10, 2009 at 8:29 am
Strike a light, I was sure that SOMEONE would be interested in this sort of question!
Either I've expressed the question badly, or indeed not many people here are interested in...
June 10, 2009 at 7:39 am
If you are writing stored procedures that are using complex logic with cursors and/or while loops you aren't using the power of SQL and set based processing.
It would be interesting...
May 27, 2009 at 8:08 am
I thought that SQL Server had the ability to integrate with the .NET CLR, which would allow this to be done... I'm not that familiar with this aspect of the...
May 27, 2009 at 1:53 am
Damus (5/26/2009)
Lynn Pettis (5/26/2009)
Damus (5/25/2009)
May 26, 2009 at 4:11 pm
Damus (5/25/2009)
May 25, 2009 at 6:46 am
Jeff Moden (5/24/2009)
ta.bu.shi.da.yu (5/24/2009)
Absolutely! I'm just saying that I think that open source projects are more influencable or are quicker to implement changes than closed source companies. My $0.02.
You and...
May 25, 2009 at 6:45 am
Jeff Moden (5/23/2009)
ta.bu.shi.da.yu (5/23/2009)
May 24, 2009 at 2:08 am
Well, bare in mind I'm talking about organized projects, not little snippets of code. Look at the Samba project - they're about to get to the point where you can...
May 23, 2009 at 9:41 pm
At the risk of being seen as a troll, this is where open source software tends to shine (though not always...). Basically, when you have access to the codebase, then...
May 23, 2009 at 9:30 pm
I'm curious what happens if a Unicode character that has a codepoint > 255 is encountered... what happens then?
Could ASCII not be substituted with UNICODE? Sorry if I'm answering my...
May 21, 2009 at 7:27 am
Actually, I just reread the CTE and I totally misunderstood it. That's a very clever solution!
I'm wondering if I can set a counter in place of your FULLPATH varchar(MAX)...
I might...
May 13, 2009 at 5:58 am
I guess all I'm saying is that you have an ORDER BY FullPath then it's sorting by the Employee's name, which will be in alphabetic order. Am I missing something...
May 13, 2009 at 5:07 am
Atif Sheikh (5/12/2009)
Hey... I tried that. Doesn't work if F reports to B.
To Who...?
Er... sorry. Got that badly wrong. Doesn't work if B reports to F.
May 13, 2009 at 3:53 am
Viewing 15 posts - 151 through 165 (of 207 total)