SQL Server 2008 error message from store procedure
Posted
by George2
on Stack Overflow
See other posts from Stack Overflow
or by George2
Published on 2010-06-05T09:00:33Z
Indexed on
2010/06/05
9:02 UTC
Read the original article
Hit count: 176
sql-server-2008
|logging
Hello everyone,
When we met with such error message from store procedure,
Message 1205, Level 13, State 52, the process Pr_FooV2, Line 9 Services (Process ID 111) and another process is deadlock in the lock | communication buffer resources, and has been chosen as the deadlock victim. Rerun the transaction.
I am wondering whether such messages are stored in log files? I searched log folder of my SQL Server 2008 installation root (in my environment, it is C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\Log), but can not find such files.
thanks in avdance, George
© Stack Overflow or respective owner