sql-server: how do i know who is in my database?

后端 未结 4 397
后悔当初
后悔当初 2021-01-05 23:04

i have an access front end and sql server backend. i would like to know which users are currently using the database. is this possible to do using access or sql-server?

4条回答
  •  走了就别回头了
    2021-01-05 23:51

    This depends entirely on how security and access to the SQL Server is implemented in your access database

    If it uses a a single SQL Server login for all users to the sql backend (which is common), then there's no way to know.

提交回复
热议问题