Forum Replies Created

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

  • RE: Transactions deadlock

    Ok, thanks. I'll try to solve my problem.

  • RE: Transactions deadlock

    ps (12/19/2008)


    It'll wait for the first update to finish as first update has acquired a rowlock; 2nd one cannot update the rows held by the lock created by 1st update.

    Understood....

  • RE: Transactions deadlock

    GilaMonster (12/19/2008)


    nKognito (12/19/2008)


    Thanks for your help, but I know where deadlock occures.

    Are you sure? You know what the victim is, but without the deadlock graph there's no way to...

  • RE: Transactions deadlock

    Thanks for your help, but I know where deadlock occures. THe problem is I do not understand why! Why two paralel update queries can execute parallel!? It means (by profiler)...

  • RE: Transactions deadlock

    I understand but it is not good for me. I have a million works to do and 100 users (for example) - one of them more "usefull" other less and...

  • RE: Transactions deadlock

    Thanks for your reply! Your advise may help me at save work mechamism, but still I have a problem at get work. I have checked with profiler on two users...

  • RE: Transaction deadlocks

    I know. Thanks.

  • RE: Clusterization

    Thanks to all of you!

  • RE: Clusterization

    I do not have any bottlenecks right now. All that I want is to understand is there any simple way to improve SQL server performance and throughput by adding new...

  • RE: Clusterization

    Let me explain my problem:

    I have a one table with huge data size (its about millions records and gigabytes in size) and without any foreign keys. My actions are selection...

  • RE: Clusterization

    Thanks for your replies! I will check every suggestion. One more question: what do you think about technology that called linked servers - can it improve performance and bandwidth? I...

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