Clustered PK and deadlocks

  • Hi everybody,

    we are living a strange issue with clustered indexes onto PK.

    we are maintaining a SQL 7 database converted into SQL 2000 for a few month.

    During conversion our client made a hand made script who recreate all objects from scratch in order to change collation. into this script he forgot to recreate Clustered PK Indexes.

    At now we want to recreate clustered indexes onto PK, but our application hangs up and causes deadlocks.

    With clustered PK under SQL 7.0 as far as we remind, no problem.

    With non clustered PK under SQL 2000, no problem.

    With non clustered PK + another clustered index onto ID under SQL 2000, no problem.

    With clustered PK onto SQL 2000 -> deadlocks caused by Index use.

    does anyone have the same problem or could help me ?

    thanks for your replies

    Fred.

  • Sorry, I post my thread onto wrong forum, I post it into SQL Server 7, 2000 administration.

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

You must be logged in to reply to this topic. Login to reply