Hi @Elon Musk,
If the session status is "waiting command" but the "open tran" status is 1, it means that the session has started a transaction but is currently waiting for a command to be executed within that transaction.
In this case, it is possible that the transaction has not been fully committed or rolled back, and as a result, it is blocking other sessions from accessing the resources it is using.
Please refer to this thread:
https://stackoverflow.com/questions/41078457/how-to-check-blocking-queries-in-sql-server
Best regards,
Seeya
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".