SQL Server deadlock -
I am uploading a textile file to SQL Server which can range from 100M to 50MB, average 2 I have a bulk in the table below, around MB, and a line is created in each line table in the text file. After the table loads, I agree to the line contents. I'm having problems with Deadlock. I have a need to be able to upload multiple files once in different files. So I can have 15 files uploaded and valid at the same time. Does anyone have any suggestions about how to avoid the deadlock?
Update 1/23: I've attached the deadlock graph. It seems like the package index (primary key) is the reason for the deadlock. I may be able to delete the identity column. Is there any other solution?
Comments
Post a Comment