Board index » delphi » Transaction problem, MSSQL 6.5 please help
George Aligianis
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Transaction problem, MSSQL 6.5 please help
Are you getting blocked or are you getting deadlocks?
Deadlocks: User A starts using table 1, User B starts using table 2, placing This can be fixed by making sure that all tables are accesses in the same Blocking: When SQL server places a lock on a table/page and you have to wait This is more complex and you need to understand how MSSQL locks pages etc. Hope this helps |