-dt option

For Microsoft SQL Server and Adaptive Server Enterprise databases only. Causes MobiLink to detect transactions only within the current database.

Syntax
mlsrv11 -c "connection-string" -dt ...
Remarks

This option makes MobiLink ignore all transactions except ones within the current database. It increases throughput and reduces duplication of rows that are downloaded.

Use this option if:

  • Your consolidated database is running on Microsoft SQL Server or Adaptive Server Enterprise that is also running other databases.

  • You are using snapshot isolation for uploads or downloads with Microsoft SQL Server.

  • You are using the DataRow locking scheme for synchronizing tables with Adaptive Server Enterprise.

  • Your upload or download scripts do not access any other databases on the server.

This option only applies to Microsoft SQL Server databases using snapshot isolation, and Adaptive Server Enterprise databases using the DataRow locking scheme for tables involved in synchronization.

See also