I would look for transactions that are not being committed. In
general it is a Bad Thing for a transaction to remain open during any
user activity. It sounds like that is happening, and the connection
is being broken before or without the user doing whatever has to be
done to make the change final.
An alternate explanation would be that they application stages
transactions in other tables before updating the main tables, and the
user is not taking whatever final step there is that applies the data.
Roy Harvey
Beacon Falls, CT
>Hi,
>
[quoted text clipped - 17 lines]
>Mike Garoutte
>Milwaukee, WI
Mike G - 30 Apr 2008 14:49 GMT
Hi Ron,
Thanks for your reply. I have to be honest that I am not sure how to
check for uncommitted transactions. When the record is saved, I would
assume it
would be updated in the database. One thing that frequently happens
while editing a record the
staff at the clients office will click the "Save & Close" button to
save the changes to the record and they get a message that the record
has
been deleted by another user, even though the record has not been
deleted. We are putting a gigabit nic in the server Thursday night.
Thanks for your help.
Mike
On Apr 29, 11:52 am, "Roy Harvey (SQL Server MVP)"
<roy_har...@snet.net> wrote:
> I would look for transactions that are not being committed. In
> general it is a Bad Thing for a transaction to remain open during any
[quoted text clipped - 32 lines]
>
> - Show quoted text -
Roy Harvey (SQL Server MVP) - 30 Apr 2008 16:21 GMT
DBCC OPENTRAN can be used to find open transactions.
Roy Harvey
Beacon Falls, CT
>Hi Ron,
>
[quoted text clipped - 50 lines]
>>
>> - Show quoted text -