Enable RTL

  1. To enable and configure RTL at the database-level to affect only the specified database:

    alter connection to IQSRVR.iqdb
    set dsi_compile_enable to ‘on’
    go
    
  2. Suspend and resume the connection to the replicate Sybase IQ database to enable the change to the connection. To suspend the connection:

    suspend connection to IQSRVR.iqdb
    go
    

    To resume the connection:

    resume connection to IQSRVR.iqdb
    go