Hello Paul,
What does syslogshold say ?
If I execute :
use A
begin transaction
use B
insert values in some table
use C
Then :
- sysprocesses will show that C is my current/default database and I won't be able to load a database in C,
- syslocks will show I have locks in database B and I won't be able to load a database in B,
- syslogshold will show I have a user transaction started in database A, and I won't be able to load a database in A.
Beste Regards,
Luc.