I am interested in learning a method to identify open edit sessions for users connected to a SQL/SDE database. Using SQL Management Studio, it is possible to examine the sde_object_locks table. However, I am unsure if this reflects merely a lock from a user with edit privileges who is connected to their version or if it additionally means they are in an active edit session. My interest is in being able to disconnect users to perform db maintenance without risking the possibility of data loss if they are in an active edit session.