Is there a good way to see the max number of concurrent table updaters for a given table for a given time period? I suspect we may have two many threads simultaneously updating the same table (thereby causing slow updates and timeouts) but need some empirical evidence.
sql 2014