Database Deadlocks
Our enterprise application runs into serious problems with database deadlocks after migrating it from Microsoft SQL Server 2000 SP3 to SP4. Nobody seems to know what it is. We have a combination of Java code in EJBs and stored procedures in the database. I think the embedded SQL in Java only does SELECTs, while INSERT/UPDATE/DELETE is done in stored procedures. There is no problem in SP3, and then we get deadlocks in SP4.
Can any one help solve this problem.
Manick Dhar
408 454 6479
manickdhar@dynetechservices.com

