Is there a stored procedure or something I can run where I can pass a table name to find out what connections are currently accessing that table?
I need something outside of just viewing current processes. I would like to be able to just pick a table and find out who is in it.
Thanks!