Hi everyone,
Pertinent info:
SQL Server 2005
Visual Studio 2005
I am having a major problem with my C# application when inserting about 250 records into a table. The entire table is locked and no other user is able to update a record. Any idea on how I can prevent this from happening? I have tried several recommendations, but nothing seems to work.
Thanks in advance,
Ray.