Question
How can I identify the locked tasks in the database?
Answer
The locked tasks are placed to the dbo.Lock table, in this table there is also In a session id.
Based on this, you will be able to find the session in dbo.Session and the Current Task id. Then, compare the current task id for the locked item with the task id in the dbo.Task
Comments
0 comments
Please sign in to leave a comment.