Hi,
i have created a simple stored procedure to write a single record to a database. This stored procedure works fine and when i use the SQL adapter from biztalk if stil works like it should. Now we have the problem that there are 5.000 xml files are waiting to get written to the database. When i start the receive and send port i get the same error over and over:
System.Data.SqlClient.SqlException (0x80131904): Transaction (Process ID 64) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
I have searched for the answer and found something about SET TRANSACTION ISOLATION LEVEL READ COMMITED, but this doesnt seem to work.
Meanwhile the ports are still open and there are still coming in messages. When i query with a count i can see that there are new records written to the database but its not in the tempo it should be.