Forum Replies Created

Viewing 15 posts - 151 through 165 (of 208 total)

  • RE: decimal

    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!

    Random Technical Stuff[/url]

  • RE: The perfect database

    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...

    Random Technical Stuff[/url]

  • RE: The perfect database

    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...

    Random Technical Stuff[/url]

  • RE: The Real SQL Server Experts

    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...

    Random Technical Stuff[/url]

  • RE: The Real SQL Server Experts

    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...

    Random Technical Stuff[/url]

  • RE: The Real SQL Server Experts

    Damus (5/26/2009)


    Lynn Pettis (5/26/2009)


    Damus (5/25/2009)


    I am just a programmer. Been in the business for over 10 years now, I have changed the way I code so many times, but when...

    Random Technical Stuff[/url]

  • RE: The Real SQL Server Experts

    Damus (5/25/2009)


    I am just a programmer. Been in the business for over 10 years now, I have changed the way I code so many times, but when it comes to...

    Random Technical Stuff[/url]

  • RE: The Real SQL Server Experts

    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...

    Random Technical Stuff[/url]

  • RE: The Real SQL Server Experts

    Jeff Moden (5/23/2009)


    ta.bu.shi.da.yu (5/23/2009)


    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...

    Random Technical Stuff[/url]

  • RE: The Real SQL Server Experts

    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...

    Random Technical Stuff[/url]

  • RE: The Real SQL Server Experts

    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...

    Random Technical Stuff[/url]

  • RE: Function to find non-printable characters

    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...

    Random Technical Stuff[/url]

  • RE: Recursive select Query

    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...

    Random Technical Stuff[/url]

  • RE: Recursive select Query

    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...

    Random Technical Stuff[/url]

  • RE: Recursive select Query

    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.

    Random Technical Stuff[/url]

Viewing 15 posts - 151 through 165 (of 208 total)