Start subscriptions

 To start a subscription (Sybase Central)
  1. Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority.

  2. In the left pane, expand the Publications directory.

  3. Select a publication.

  4. In the right pane, click the SQL Remote Subscriptions tab.

  5. Manually synchronize subscriptions:

    1. Right-click the user in the Subscribers list and choose Properties.

    2. Click the Advanced tab.

    3. Click Synchronize Now.

      The subscriptions are affected when you click the Synchronize Now button. Subsequently clicking Cancel on the properties window does not cancel the synchronize action.

 To start a subscription (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute a START SUBSCRIPTION statement. See START SUBSCRIPTION statement [SQL Remote].

To start several subscriptions within a single transaction, use the REMOTE RESET statement. See REMOTE RESET statement [SQL Remote].