Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)

  • RE: scope_identity() strangeness

    Don't know if it might help, but the INSERTED pseudo table (inside the trigger) already contains the "to-be-commited" identity values (if the table has an identity column). For example:

    SELECT max(MyIdentityColumnName)...

  • RE: Execution Plan -- Clustered Index Update

    GilaMonster (11/29/2010)


    Please note: Almost 2 year old thread.

    I know 🙂

    If it doesn't help the author, it might help someone who was searching for answers :-). I found this post via...

  • RE: Execution Plan -- Clustered Index Update

    A clustered index must be re-ordered when it is updated. That means the whole index is basically reorganized, and that is why it's expensive. A primary key (PK) is usually...

  • RE: Women in Technology

    verena_techie-1005324 (1/6/2010)


    My quote is out of context... Walk a mile in my shoes, then you might be enlightened too. There is no sense in saying women are exactly the same...

  • RE: Women in Technology

    verena_techie-1005324 (1/6/2010)


    My brain does work differently from most men, I can look at a problem logically, but I also look at it creatively. This is what often makes a woman...

  • RE: Women in Technology

    Phil Factor (1/5/2010)


    Clearly something must be done to reverse the trend.

    What steps exactly do you suggest be taken to reverse the trend, Mr Phil?

  • RE: Moving Databases with the ALTER Command

    Very good method.

    I'm just not sure if I would want to be any one of the users connected to the DB while the script is run, since I will get...

  • RE: Question of the Day for 25 Jul 2007

    Thank you.

    Now it is clear  I agree now that #2 is the correct answer. It helps to re-read the question a couple o' times...

  • RE: Question of the Day for 25 Jul 2007

    We do not know what the param was. We assume it was 0?

  • RE: Question of the Day for 25 Jul 2007

    From the msdn site "...However, if you experience difficulties creating indexes, consider increasing the value of this option from its run value..."

    It doesn't list possible reasons why it might be...

  • RE: The OUPUT Command

    Yes indeed. Very valuable feature. Performance can be greatly enhanced by this, where triggers may be replaced. Those wondering about the missing spaces...

    In the first example block, SELECTSCOPE_IDENTITY()...

Viewing 11 posts - 1 through 11 (of 11 total)