With Adaptive Server 15.7 SP100, you can load Tivoli Storage Manager-based backups into a different database on a different server when using the dump history file.
dump database source_dbname to "syb_tsm::object_name"where:
-S source_server -D source_dbname
In Adaptive Server 15.7 SP100, the fully qualified TSM name is stored in the dump history file. Using the load database... as syntax allows you to restore a differently named database on a different server.
Performing this dump database command changes the information in the dump history file to correctly identify the fully qualified path of your object in TSM.
After you perform this command, the sp_dump_history system procedure displays the fully qualified TSM object name.
load database source_dbname AS target_dbname with listonly=create_sql
load database target_dbname from syb_tsm::[[-S source_sever][-D source_dbname] ::]object_name [stripe on syb_tsm::[[-S source_sever] [-D source_dbname]::]object_name [[stripe on syb_tsm::[[-S source_sever] [-D source_dbname]::]object_name load tran target_dbname from syb_tsm::[[-S source_sever] [-D source_dbname]::]object_name [stripe on syb_tsm::[[-S source_sever] [-D source_dbname]::]object_name [[stripe on syb_tsm::[[-S source_sever] [-D source_dbname]::]object_name