Troubleshooter
Database performance and errors
- Problem:SQL server:
transaction (Process ID) was deadlocked on lock resources with another process and has been chosen as the deadlock victim
- Solution:
ALTER DATABASE FIELDPRO_TRACKER_EG3 SET ALLOW_SNAPSHOT_ISOLATION ON
ALTER DATABASE FIELDPRO_TRACKER_EG3 SET READ_COMMITTED_SNAPSHOT ON