Forum Replies Created

Viewing 15 posts - 4,426 through 4,440 (of 26,490 total)

  • RE: Are the posted questions getting worse?

    In my Deadlock thread, was I wrong to admonish the former MVP over his first post? It just hit me wrong.

  • RE: Deadlocks

    SQLRNNR (10/1/2015)


    To recap:

    1. Profiler filter issue resolved. You see the deadlocks there now.

    2. No indexed views

    3. Tuning the code is far from feasible currently.

    4. Tracking down how the app accesses...

  • RE: Deadlocks

    ScottPletcher (10/1/2015)


    Might a job have run and hit that db but using a different user?

    No jobs are active on the test server.

  • RE: Deadlocks

    GilaMonster (10/1/2015)


    Lynn Pettis (10/1/2015)


    GilaMonster (10/1/2015)


    You've either got a filter in the trace definition or the deadlock didn't occur.

    Only filter used was to the database and user involved (all connections use...

  • RE: Deadlocks

    prvmine (10/1/2015)


    May be totally unrelated, but have seen indexed views on two tables cause deadlock on queries that only reference one of the tables - similar to what you described.

    We...

  • RE: Deadlocks

    GilaMonster (10/1/2015)


    You've either got a filter in the trace definition or the deadlock didn't occur.

    Thanks, Gail. Trapping only the Deadlock Graph with no filters worked.

  • RE: Deadlocks

    Never tried this, but can you load two different trace files into a single instance of Profiler to correlate actions captured by different traces?

  • RE: Deadlocks

    Jacob Wilkins (10/1/2015)


    The trancount for those sessions is 2, so it could be as mundane as locks hanging around from other statements in other transactions. In that case, it would...

  • RE: Deadlocks

    ScottPletcher (10/1/2015)


    Lynn Pettis (10/1/2015)


    ScottPletcher (10/1/2015)


    You should get rid of the INSULL() in the WHERE clause, as always. Just NEVER use ISNULL() in a WHERE or JOIN. But it's...

  • RE: Deadlocks

    ScottPletcher (10/1/2015)


    You should get rid of the INSULL() in the WHERE clause, as always. Just NEVER use ISNULL() in a WHERE or JOIN. But it's esp. important if...

  • RE: Deadlocks

    GilaMonster (10/1/2015)


    You've either got a filter in the trace definition or the deadlock didn't occur.

    Only filter used was to the database and user involved (all connections use the same user)....

  • RE: Deadlocks

    Note, the indexes involved in the deadlock are both nonclustered indexes. There are no foreign key references between the tables OperationsSIGACTDraftReport or Workflow.

    The queries are embedded SQL in the...

  • RE: Deadlocks

    Anyone have any idea why Profiler wouldn't capture the deadlock graph even when it was the only thing being captured?

  • RE: Deadlocks

    Attached is just one of the deadlock graphs in a zip file.

  • RE: Deadlocks

    Okay, I found that it is the index key has value. What does that mean?

Viewing 15 posts - 4,426 through 4,440 (of 26,490 total)