On Feb 28, 1:12 pm, "EJO" <MyD...@gmail.com> wrote:
> TIA, because I really hardly know where to begin with this issue...
>
> Currently have a SQL Server 2000 system being accessed as a backend to
> a MS A2k mde. After about 6 years of working with relative pain-free
> ease, my tiny db started preventing users from being able to update
> one of the tables (of about 27). Everyone seems fine in the morning,
> but by afternoon, the table stops being editable. Access will run and
> timeout, no other errors. If I make an update directly in slq server
> during this time, again timeout with no other errors. The table is
> 1888 rows by 40 columns being accessed by no more than 20 folks, and
> more like 5-10 concurrently. In addition, there only appears to ever
> be 2 folks who wind up with many, many locks, while everyone else
> seems fine otherwise. They are not always the same 2 people.
>
> spid59: 51 IS page locks on this particular object
> (dbname.dbo.table.PK_table, owner type Xact)
> spid59: 1318 S key locaks, same object
> spid61: 39 IS page locks, same object
> spid61: 922 S key locaks, same object
>
> All users seem to have very high wait times (locks)
>
> So far, I have run the profiler index tuner wizard, and amazingly,
> what I orignally butchered does not seem to be the problem, as
> applying the recommended fixes did not correct the problem. In my
> reading about this issue, i found the aba_lockinfo stored procedure
> (and thanks by the way, though I forget who to thank). I have also
> run some of the various traces (deadlock trace, for instance) and have
> become overwhelmed with the new information in attempting to
> understand what it all means while still placating the users. For
> instance, the MSKB aticle here:
>
>
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q224453 >
> says I should have blocks, but none appear to exist...or am I
> misinterpreting this? Can there be more key locks than records in the
> table?
>
> I think I began down the right path, but am now lost in the woods.
> Any help would be greatly appreciated.