Hi @SQLServerBro ,
my question is do these suspended sessions consume resources like IO/CPU/memory?
"suspended" means that this process is "waiting" for other processes to execute. The waiting system resource may be Disk I/O or the lock of the database.
In other words, this problem depends on other processes.
This article may help you have a better understanding.
How do i eliminate them?
If the cause is a lock, it will show up in BlkBy.
Then you can kill it.
Best regards,
Seeya
If the response is helpful, please click "Accept Answer" and upvote it, as this could help other community members looking for similar queries.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.