ASKER
ASKER
ASKER
ASKER
The more I discover the more it looks like something wrong with some Microsoft code.As already written, locked processes in a transactional system are an expected state depending on what concurrent workload is executed. I never had locked processes caused by "wrong [..] code".
ASKER
ASKER
The time in seconds to wait for the command to execute. The default is 30 seconds.
ASKER
ASKER
C# is an object-oriented programming language created in conjunction with Microsoft’s .NET framework. Compilation is usually done into the Microsoft Intermediate Language (MSIL), which is then JIT-compiled to native code (and cached) during execution in the Common Language Runtime (CLR).
TRUSTED BY
>>inserts one row at a time into a SQL table
Why wouldn't you use bulk inserts?
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlbulkcopy?view=dotnet-plat-ext-5.0