SQL Server store procedure line number issue
Posted
by George2
on Stack Overflow
See other posts from Stack Overflow
or by George2
Published on 2010-06-01T03:50:50Z
Indexed on
2010/06/01
3:53 UTC
Read the original article
Hit count: 255
Hello everyone,
I am using SQL Server 2008 Enterprise. I met with issue which says line 9 of store procedure foo is meeting with dead lock issue. My question is how to find exactly the 9th line of the store procedure?
My confusion is because of coding format issue, how to locate 9th line correctly.
thanks in advance, George
© Stack Overflow or respective owner