Here's my question...
I usually do SQL Server development, and I am used to the way that SQL Server manages table locks. Meaning, that I hardly notice when someone locks a table with an update, etc., it may block other SQL statements against that table. Once the first statement completes, the...