SQL Server stored 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 5:33 UTC
Read the original article Hit count: 183

Hello everyone,

I am using SQL Server 2008 Enterprise. I met with issue which says line 9 of stored procedure foo is meeting with dead lock issue. My question is how to find exactly the 9th line of the stored procedure?

My confusion is because of coding format issue, how to locate 9th line correctly.

thanks in advance, George

© Stack Overflow or respective owner

Related posts about sql-server-2008

Related posts about stored-procedures