Forum Replies Created

Viewing 15 posts - 916 through 930 (of 1,162 total)

  • RE: Query tuning - avoid Case statement on this query

    Ahhhhh, that'll teach me not to read the create table statement properly. Yes, with a indexed computed column it makes perfect sense. I've actually used this trick accidentally when I...

  • RE: Query tuning - avoid Case statement on this query

    Paul White NZ (10/12/2010)


    HowardW (10/12/2010)


    I wonder if the confusion arises due to the ISNULL function being non-SARGable?

    Quite possibly, but now I have to show you ISNULL being 'SARGed'...

    Mind=Blown 😀

    Do you...

  • RE: Query tuning - avoid Case statement on this query

    I wonder if the confusion arises due to the ISNULL function being non-SARGable?

  • RE: similar like Oracle RAC

    grahamc (10/8/2010)


    So if its a memory, CPU issue, it will scale.... Cool!!! Thank you :smooooth: makes a little more sense now

    No. Not as simple as that I'm afraid. It depends...

  • RE: similar like Oracle RAC

    Jeff Moden (10/8/2010)


    Gianluca Sartori (10/7/2010)


    Jeff Moden (10/7/2010)


    saurabh.deshpande (10/7/2010)


    Can we have anything like Oracle RAC available in SQL Server.

    Thanks

    What is "Oracle RAC"?

    Oracle RAC stands for Real Application...

  • RE: similar like Oracle RAC

    There's no grid clustering solution for SQL Server, a single instance can only be part of a fail-over cluster.

    You would have to implement your own method of running your...

  • RE: Are the posted questions getting worse?

    I think everyone from Developers/BA's/Project Managers up to senior management dramatically underestimate the complexity of software development.

    I often finding myself thinking that something will be easy and take a few...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (9/28/2010)


    HowardW (9/28/2010)


    ... The irritating thing was it was about 3 weeks away from the QA stage so from our perspective it was virtually a finished product.

    I hate...

  • RE: Are the posted questions getting worse?

    Stefan Krzywicki (9/28/2010)


    Isn't there a stat about how 70% of all software projects are never finished?

    I seem to remember something similar.

    Ironically, when typing "70% development not used" into Google,...

  • RE: Are the posted questions getting worse?

    Jeff Moden (9/28/2010)


    Stefan Krzywicki (9/28/2010)


    GilaMonster (9/28/2010)


    Stefan Krzywicki (9/27/2010)


    GilaMonster (9/27/2010)


    Tom.Thomson (9/27/2010)


    Sturgeon got it wrong. He should have said 95%. At least of the developers I have interviewed I regard...

  • RE: OPTION (MAXDOP #) inside a view?

    It depends whether they literally select from that view on it's own using the same statement each time or whether they also join it to other objects/change the columns they...

  • RE: VERY strange behaviour with invalid subquery

    Brian McGee-355525 (9/27/2010)


    True Howard, except that in my case, the second table *didn't* have a column of that name, but when typing the query, I had thought that it did....

  • RE: VERY strange behaviour with invalid subquery

    It's the same in 2k. Frankly I find the behaviour inconsistent and it's a common mistake.

    If it will accept that an un-alaised column can belong to either the inner...

  • RE: will this query works...

    I'm not sure if you're referring to whether it will work against an Oracle or SQL Server data source? To_char and substr are oracle syntax - you need to look...

  • RE: Are the posted questions getting worse?

    Thought I'd help you get to 20,000!

    I think Gail "wins" with JHB - I've got some friends who work for Visa out there and it's the only place I've visited...

Viewing 15 posts - 916 through 930 (of 1,162 total)