标签: c# .net stored-procedures parallel-processing
我想知道是否有办法在同一个SqlTransaction中并行执行一些存储过程? SqlTransaction“不保证是线程安全的”(MSDN)。你觉得怎么样?