Several stored procedures come with Database Connectors for MSSQL. One, sp_AcuInit, provides a means for customized initialization. sp_AcuInit is not installed; you must create it to use it for connection-time set-up. The others return information based on the AcuOpenTables1 and AcuLocks1 tables.
sp_AcuInit | A procedure you can set up to do customized initialization |
sp_AcuRemoveUnusedLocks_1 | Determines who is logged in and removes Process IDs that are no longer active on the system |
sp_AcuTableReport_1 | Shows who is using the tables in the database at the time this procedure is run |
sp_AcuUserCount_1 | Use this to track table and database activity to ensure that your database is running as efficiently as possible |
sp_AcuZeroUserCount_1 | Removes all locks on a table and closes it |