Collection Contents Index Replicating an entire database Next PDF

SQL Anywhere® Server - Database Administration  > Replicating Data with Replication Server  > Using the LTM

Stopping the LTM


You can shut down the LTM from the user interface in Windows, or in other circumstances by issuing a command.

To stop the LTM on Windows when the LTM is not running as a service
Example

The following statements connect isql to the LTM PRIMELTM, and shut it down:

isql -SPRIMELTM -UDBA -Psql
1> shutdown
2> go

Collection Contents Index Replicating an entire database Next PDF