Forum Replies Created

Viewing 15 posts - 4,126 through 4,140 (of 7,483 total)

  • RE: How to Make Scalar UDFs Run Faster (SQL Spackle)

    SQL Kiwi (9/23/2012)


    L' Eomot Inversé (9/23/2012)


    It would be interesting to see the C# so that we could see what it is that's being optimised. Clearly either the C# optimiser...

  • RE: Are the posted questions getting worse?

    L' Eomot Inversé (9/22/2012)


    I'll tell JC when I think he's got somethiong seriously wrong technically - doesn't happen often.

    And here's him correcting me on something that I have been wrong...

  • RE: Creating Trigger To Update Total On 'Parent' Table

    CELKO (9/22/2012)


    SQL .. nor can I express subset constraints cleanly (again SQL can only do it with triggers, ie in DML not in DDL).

    Yes, you can. In the...

  • RE: How to Make Scalar UDFs Run Faster (SQL Spackle)

    GSquared (8/1/2012)


    Post-script: Name-case coding will be wrong much of the time. Bill O'Malley will likely end up as Bill O'malley, or Bob's will end up as Bob'S, unless you...

  • RE: How to Make Scalar UDFs Run Faster (SQL Spackle)

    rragno (8/1/2012)


    It is irritating how big the gap is between the performance here and high-performance code, though. Why should we have to be impressed that multiplying a million numbers takes...

  • RE: How to Make Scalar UDFs Run Faster (SQL Spackle)

    Great article. I will have to remember the content, because it could make a big difference in many things.

    But you worried me a little in one of your comments,...

  • RE: Table/Index Storage

    No, they will be different.

    Your structure (with both the data and the index) is a tree of pages. The data pages are just the leaf pages in that tree....

  • RE: SQL Server Best Practices

    I won't repeat what others have already said; I agree in particular with what Jeff wrote.

    Table Design

    3.Do not blindly normalize everything

    Risks being read as a license to be lazy about...

  • RE: Creating Trigger To Update Total On 'Parent' Table

    CELKO (9/22/2012)


    This is a very different kind of programming. I think that 80-95% of the work is in the DDL (CREATE TABLE, etc), not in the DML (queries, etc). If...

  • RE: Creating Trigger To Update Total On 'Parent' Table

    Sean Lange (9/22/2012)


    F8R (9/22/2012)


    Ok, I'm hijacking my own thread, 😀

    At this design, Orders only accept registered Customer, but I want Non Registered Customer can place Order, so I add CustomerType...

  • RE: Are the posted questions getting worse?

    SQLRNNR (9/21/2012)


    Personally, I am glad that Joe took the high road on that thread. Joe does get pedantic a lot - he knows it and said it. Typically...

  • RE: Are the posted questions getting worse?

    SQL Kiwi (9/21/2012)


    Brandie Tarvin (9/21/2012)


    I can't blame him for being defensive. Eugene basically invited Celko into that thread for the sole purpose of roasting him. There really was no excuse...

  • RE: Tracking Processes

    hkamal.infoedge (9/21/2012)


    I think Answer should be "None of the Above" Or we need to change the question

    As DiskIO in sp_Who2 means reads and writes combined, not just reads as question...

  • RE: Resource Governor

    Nice tidy question. Thanks.

  • RE: Tracking Processes

    Nice easy question (now that the wording has been edited a little).

    But sp_who2 is not very useful, and isn't documented anywhere as far as I can tell.

    I used sp_who2 ages...

Viewing 15 posts - 4,126 through 4,140 (of 7,483 total)