Hi, thx for the comments but its not returning any result... 0 result.
Main Topics
Browse All TopicsHi, I have this attached log as trace and I am not very sure how to make most out of it. Can someone please help me and explain the different sections?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Message
New queries assigned to process on Node 0 have not been picked up by a worker thread in the last 60 seconds. Blocking or long-running queries can contribute to this condition, and may degrade client response time. Use the "max worker threads" configuration option to increase number of allowable threads, or optimize current running queries. SQL Process Utilization: 18%. System Idle: 80%.
Also see these error messages in Logs.
SQL Server has encountered 8 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file [I:\PDB_TEMPDB_LOG\templog
SQL Server has encountered 2 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file [I:\MSSQL2005\PROD\PROD_Lo
Aanvik,
seems like some h/w issue
http://blogs.msdn.com/chri
Aneesh
SELECT L.request_session_id AS SPID,
DB_NAME(L.resource_databas
O.Name AS LockedObjectName,
P.object_id AS LockedObjectId,
L.resource_type AS LockedResource,
L.request_mode AS LockType,
ST.text AS SqlStatementText,
ES.login_name AS LoginName,
ES.host_name AS HostName,
TST.is_user_transaction AS IsUserTransaction,
AT.name AS TransactionName
FROM sys.dm_tran_locks L
LEFT JOIN sys.partitions P ON P.hobt_id = L.resource_associated_enti
LEFT JOIN sys.objects O ON O.object_id = P.object_id
LEFT JOIN sys.dm_exec_sessions ES ON ES.session_id = L.request_session_id
LEFT JOIN sys.dm_tran_session_transa
LEFT JOIN sys.dm_tran_active_transac
LEFT JOIN sys.dm_exec_requests ER ON AT.transaction_id = ER.transaction_id
CROSS APPLY sys.dm_exec_sql_text(ER.sq
WHERE resource_database_id = db_id()
Business Accounts
Answer for Membership
by: aneeshattingalPosted on 2009-11-02 at 13:39:29ID: 25724043
this will return the query which causes the deadlock
ent_start_ offset/2, qt.text)) * 2 /2) _handle) as qt 0899c00000 1000000000 00000'
select object_name (1461072441) as objID,
substring(qt.text,s.statem
(case when s.statement_end_offset = -1
then len(convert(nvarchar(max),
else s.statement_end_offset end -s.statement_start_offset)
as "SQL statement"
,s.statement_start_offset
,s.statement_end_offset
,batch=qt.text
,qt.dbid
,qt.objectid
,s.execution_count
,s.total_worker_time
,s.total_elapsed_time
,s.total_logical_reads
,s.total_physical_reads
,s.total_logical_writes
from sys.dm_exec_query_stats s
cross apply sys.dm_exec_sql_text(s.sql
where s.sql_handle = '0x03000700393216574ee58d0