May 3, 2006 at 11:23 am
Can anyone tell me how to get information on who is currently working
in my database? I have up to 20 users who work in the same database.
Any help would be appreciated.
May 3, 2006 at 11:28 am
In Enterprise Manager you can view it in Management -> Current Activity -> Process Info. Or use the sp_who procedure.
May 3, 2006 at 12:41 pm
thanks!
May 4, 2006 at 12:47 am
Not really an Access question was it then ?
If you have a view on sysprocesses you can do it by linking to the view. Or as an Access project a report based on the same view
(Assuming you are looking at a SQL Server database.)
DB
The systems fine with no users loggged in. Can we keep it that way ?br>
May 4, 2006 at 5:47 am
Also for Access databases (mdb's) and outside of anything in EM, I used to just read the Access .ldb file with Notepad and that would list all the workstation names that were connected to my mdb file. The ldb is the temporary locking file that gets created when users were in the main mdb.
Sounds like you're all set though..
May 4, 2006 at 7:11 am
thank you all.
May 4, 2006 at 12:01 pm
ok i think that was an easy one but I have another question: When we have an Access DB (not project) how can we forcefully disconnect the users that are connected to it? I don't think that you can though...
May 4, 2006 at 5:43 pm
Have a look at this article:
Auto Logout Users for DB Maintenance
http://www.databasejournal.com/features/msaccess/article.php/3548586
Phillip L. Hagan
May 5, 2006 at 12:10 am
yeap! I have already implemented something like that so that users actually log out with out leaving their PCs connectedto the Access DB all night long...
I guess that common problems usually lead to common solutions!
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply