Forum Replies Created

Viewing 15 posts - 46 through 60 (of 100 total)

  • RE: Does alter index rebuild cause sp recompile?

    GilaMonster (12/14/2011)


    Lexa (12/14/2011)


    GilaMonster (12/14/2011)


    sroumel (12/14/2011)


    Maybe it doesn't matter,

    rebuild index triggers update statistics and then the plan recompiles

    Rebuild doesn't trigger update stats, it does the update as part of the...

  • RE: Does alter index rebuild cause sp recompile?

    GilaMonster (12/14/2011)


    sroumel (12/14/2011)


    Maybe it doesn't matter,

    rebuild index triggers update statistics and then the plan recompiles

    Rebuild doesn't trigger update stats, it does the update as part of the index rebuild,...

  • RE: Failover question

    Henrico Bekker (12/13/2011)


    from your question I assume you are running an Active/Active Cluster?

    when a resource in N1 fails, the whole resource group will fail over to N2, and if a...

  • RE: TempDB Test question

    GilaMonster (12/13/2011)


    Lexa (12/13/2011)


    What if the server does not come back up? If you can't connect to the server to alter tempdb location, what are the options?

    You can start...

  • RE: TempDB Test question

    Ninja's_RGR'us (12/13/2011)


    Err, you don't update master DB you alter tempdb location.

    Assuming this is a test server just come back here to debug. This is a relatively low risk action.

    That's...

  • RE: DB Size Space Used vs. sp_spaceused for each table

    Looks like sp_spaceused is the mechanism used to get space used/available at a database level. Still not sure why there is a discrepancy. Can't imagine system objects to...

  • RE: Table Hints question

    Grant Fritchey (12/1/2011)


    Lexa (11/30/2011)


    After going back and re-reading available info http://msdn.microsoft.com/en-us/library/ms187373.aspx still not sure on the best case usage of

    1. UPDLOCK [what happens when used in "insert...

  • RE: performance issue

    Grant Fritchey (11/23/2011)


    Lexa (11/23/2011)


    Grant Fritchey (11/23/2011)


    Lexa (11/22/2011)


    Grant Fritchey (11/22/2011)


    Lexa (11/22/2011)


    Grant Fritchey (11/22/2011)


    Lexa (11/22/2011)


    So far "with recompile" seems to prevent massive issues with the proc where the server becomes unresponsive but...

  • RE: performance issue

    Grant Fritchey (11/23/2011)


    Lexa (11/22/2011)


    Grant Fritchey (11/22/2011)


    Lexa (11/22/2011)


    Grant Fritchey (11/22/2011)


    Lexa (11/22/2011)


    So far "with recompile" seems to prevent massive issues with the proc where the server becomes unresponsive but it causes LCK_M_SCH_S...

  • RE: performance issue

    Grant Fritchey (11/22/2011)


    Lexa (11/22/2011)


    Grant Fritchey (11/22/2011)


    Lexa (11/22/2011)


    So far "with recompile" seems to prevent massive issues with the proc where the server becomes unresponsive but it causes LCK_M_SCH_S locks becuase of...

  • RE: performance issue

    Grant Fritchey (11/22/2011)


    Lexa (11/22/2011)


    So far "with recompile" seems to prevent massive issues with the proc where the server becomes unresponsive but it causes LCK_M_SCH_S locks becuase of the recompiles. ...

  • RE: performance issue

    Kudikai (11/22/2011)


    Has there been any hardware changes recently?

    I only ask since I had a similar issue come up once....and it was after I upgraded the memory on the server from...

  • RE: performance issue

    Grant Fritchey (11/22/2011)


    Lexa (11/22/2011)


    So far "with recompile" seems to prevent massive issues with the proc where the server becomes unresponsive but it causes LCK_M_SCH_S locks becuase of the recompiles. ...

  • RE: performance issue

    So far "with recompile" seems to prevent massive issues with the proc where the server becomes unresponsive but it causes LCK_M_SCH_S locks becuase of the recompiles. Looks like it's...

  • RE: performance issue

    Grant Fritchey (11/21/2011)


    Lexa (11/21/2011)


    Grant Fritchey (11/21/2011)


    Lexa (11/20/2011)


    Grant Fritchey (11/20/2011)


    Try getting the execution plan when it's slow and when it's fast. Compare the two. It could be bad parameter sniffing.

    But...

Viewing 15 posts - 46 through 60 (of 100 total)