Hello,
I'm an Oracle developer - not an access developer - but my team has recently been designated support for an old access database that the business built... I know I know an IT nightmare right?
Anyway, we frequently get locks in the database which are not resolved by logging off all of the local users on the box (box is server with WTS). The lock must be originating from a network user.
I've had similar problems in oracle and wrote scripts that query the V$ tables to identify which sessions are holding the lock, where they are located, by which user, and then the session and serial ID are available which can be used to kill the sessions that hold locks.
Is there an equivalant in access?
I'm an Oracle developer - not an access developer - but my team has recently been designated support for an old access database that the business built... I know I know an IT nightmare right?
Anyway, we frequently get locks in the database which are not resolved by logging off all of the local users on the box (box is server with WTS). The lock must be originating from a network user.
I've had similar problems in oracle and wrote scripts that query the V$ tables to identify which sessions are holding the lock, where they are located, by which user, and then the session and serial ID are available which can be used to kill the sessions that hold locks.
Is there an equivalant in access?