Hi everyone,
I'm having a few troubles with a particular table in our MS SQL Server database, where the index is locked when being inserted into by many users at once - which is a frequent occurance, as it's a point in the application that many users tend to reach at once - which then leads to deadlocks
Does anyone have enough experience in SQL Server to suggest a better indexing/key strategy for a table like this? All the relevant information on the table structure will be revealed if someone feels up to the challenge. I'm getting conflicting information from just Googling, so if someone could help me out it'd be greatly appreciated, not least by the users receiving the deadlocks!
I'm having a few troubles with a particular table in our MS SQL Server database, where the index is locked when being inserted into by many users at once - which is a frequent occurance, as it's a point in the application that many users tend to reach at once - which then leads to deadlocks
Does anyone have enough experience in SQL Server to suggest a better indexing/key strategy for a table like this? All the relevant information on the table structure will be revealed if someone feels up to the challenge. I'm getting conflicting information from just Googling, so if someone could help me out it'd be greatly appreciated, not least by the users receiving the deadlocks!