Backing up the transaction log during database use [CR 477499]

The second example in “Backup utility (dbbackup)” in Chapter 3, “Database Administration Utilities,” in the Sybase IQ Utility Guide is incorrect. Please replace it with the following example.

The following example truncates the log of a live server, renames the old log prior to truncation, and creates a exact copy of the log in the target directory:

dbbackup -t -r -o dbbackup.out -c 
"eng=taj_asiqdemo;dbn=asiqdemo;uid=DBA;pwd=SQL"
logbackup