| Steven Cheng[MSFT] 2006-03-28, 3:23 am |
| Hi RichWood,
Thank you for posting.
Regarding on the process blocking issue, I think the "RESOURCE MONITOR" is
a internal command/operation identity instead of a system tool or process's
name. So if there does exists block, it is likely the SQL server system
process is monitoring some certain resource which cause the blocking. Is
your process (the blocked process ) accessing any resource that will also
be monitored by SQL server? Also, would you also post the full info
returned by the following query from SQLserver's sysprocesses view:
select * from master.sys.sysprocesses
If there's anything else we missed, please feel free to post here.
Regards,
Steven Cheng
Microsoft Online Community Support
====================
====================
==========
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
====================
====================
==========
This posting is provided "AS IS" with no warranties, and confers no rights.
|