Forum Replies Created

Viewing 15 posts - 4,411 through 4,425 (of 14,953 total)

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (4/19/2011)


    I'm going to violate the rule and add a "technical" question to The Thread under the caveat that I don't really need an answer for a problem so...

  • RE: DISK IO Capacity

    I'm not clear on what you're asking for here.

    Disk I/O capacity is something you'd get from the specifications on the various pieces of hardware involved. It'll depend on what...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (4/19/2011)


    And once again Celko sticks his nose where it really wasn't needed. The OPs question had already been answered.

    And Joe's answer, while demanding that others follow published...

  • RE: I need a query for getting avg from the below table.

    Joe, what leads you to assume that Project+Vendor+Country is a valid PK for this table? There's nothing in the data from the original question that supports that. Isn't...

  • RE: Are the posted questions getting worse?

    Craig Farrell (4/19/2011)


    Lynn Pettis (4/19/2011)


    And once again Celko sticks his nose where it really wasn't needed. The OPs question had already been answered.

    Is it bad that after April Fool's...

  • RE: can Intent shared (IS) cause blocking?

    Check this for details: http://technet.microsoft.com/en-us/library/ms175519.aspx

    Essentially, an IS lock is "Intent Shared", which allows other shared locks (selects, essentially) to access the same data.

    Shared (S) locks allow concurrent transactions to read...

  • RE: Non-Deterministic UDF and Persisted Columns

    Scope_Identity works better than @@Identity specifically because of triggers. Can you use that?

  • RE: Non-Deterministic UDF and Persisted Columns

    Instead of a computed column based on the UDF, can you use a trigger to simply capture changes to the source-column and store them in a non-computed column? Use...

  • RE: Query plan confusion

    They actually both do the same thing. All of the work is the clustered index scan in both cases.

    One "looks" more efficient, but only because it's showing the aggregate...

  • RE: Junior DBA

    You say you want to train her "on certain areas", but not what those are.

    Are you looking into performance tuning, or admin, or security, or something else?

  • RE: Tax Day

    Definitely better this year. Last year at this time, I was "temporarily self-employed" (at least, that's how the IRS sees it, because then they can bill me for more).

  • RE: Careful Blogging

    I blog an odd combination of movie reviews, religious experiences, and semi-random thoughts. None of it bears on work. None of it has any legal liability. I...

  • RE: The Job Posting - Do I really have to be the SQL God?

    fname lname-1111520 (4/14/2011)


    Craig Farrell (4/14/2011)


    fname lname-1111520 (4/13/2011)


    I get it: "then", "than", "there's", "there are". Stop reading (and I did), it can't be coherent.

    Huh? Could you specifically...

  • RE: Are the posted questions getting worse?

    Tom.Thomson (4/11/2011)


    Stefan Krzywicki (4/11/2011)


    Can someone point me to one of the posts where the keywords to make a cursor run as fast as possible are listed? I searched, but couldn't...

  • RE: Are the posted questions getting worse?

    GilaMonster (4/11/2011)


    Executions of the query after the first are faster because the pages are in memory and the plan is in cache. I generally just run queries more than once...

Viewing 15 posts - 4,411 through 4,425 (of 14,953 total)