Eclipse Debug Mode disrupting SQL Server 2005 Stored Procedure access

Posted by Sathish on Stack Overflow See other posts from Stack Overflow or by Sathish
Published on 2010-03-29T08:11:07Z Indexed on 2010/04/02 2:23 UTC
Read the original article Hit count: 394

We have a strange problem in our team. When a developer is using Eclipse in Debug mode, SQL Server 2005 blocks other developers from accessing a stored procedure. Debug session typically involves opening Hibernate session to persist an entity which could be accessing a stored procedure used for Primary key generation. Debugging is done in business logic code and rarely in JDBC stored procedure call.

Is there any way to configure SQL server or the stored procedure so that other developers are not blocked?

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about stored-procedures