For Microsoft SQL Server databases only, causes MobiLink to detect transactions only within the current database.
mlsrv10 -c "connection-string" -dt ...
If your consolidated database is running on a Microsoft SQL Server that is also running other databases, if you are using snapshot isolation for uploads or downloads, and if your upload or download scripts do not access any other databases on the server, you should specify the MobiLink server -dt option. This option makes MobiLink ignore all transactions except ones within the current database. It increases throughput and reduces duplication of rows that are downloaded.
This option only applies to Microsoft SQL Server databases using snapshot isolation.