SQL – Check with statements that are blocked
You can check which statements are blocked by running this
1 2 |
select cmd,* from sys.sysprocesses where blocked > 0 |
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
You can check which statements are blocked by running this
1 2 |
select cmd,* from sys.sysprocesses where blocked > 0 |
Sidste kommentar