-tx option

When using transactional uploads, this option batches groups of transactions and commits them together.

Syntax
mlsrv11 -c "connection-string" -tx count ...
Remarks

Use this option to improve performance when doing transactional uploads.

count can be any non-negative value. The default is 1, which means commit every transaction separately. Use a value of zero to perform one commit after all transactions have been uploaded.

See also