# # This is a template for the database MOVE command. # OPERATION RESTORE OBJECTTYPE DATABASE RESTORETYPE MOVE # # Replace the database name in the following line with the name of the database that you # want to move to. Also remove the hash mark <#> which precedes the keyword . # DATABASE "FT890SER" # # Replace the file path # with a new file path. Also remove the hash mark <#> which precedes the keyword . # The target of the MOVE keyword must be "FP800SER_Data". MOVE "FP800SER_Data" TO "F:\PSDT\FT890SER\FT890SER.mdf" # # # Replace the file path # with a new file path. Also remove the hash mark <#> which precedes the keyword . # The target of the MOVE keyword must be "FP800SER_Log". MOVE "FP800SER_Log" TO "F:\PSDT\FT890SER\FT890SER_1.ldf" # # The following image is type: Full NBIMAGE "bancoerp2.MSSQL7.BANCOERP2.db.FT890SER.~.7.001of001.20131127001932..C" SQLHOST "sverp_dsvpst" NBSERVER "svbackup" BROWSECLIENT "bancoerp2" MAXTRANSFERSIZE 6 BLOCKSIZE 7 RESTOREOPTION REPLACE RECOVEREDSTATE NOTRECOVERED NUMBUFS 2 ENDOPER TRUE OPERATION RESTORE OBJECTTYPE TRXLOG # # Replace the database name in the following line with the name of the database that you # want to move to. Also remove the hash mark <#> which precedes the keyword . # DATABASE "FT890SER" # # Replace the file path # with a new file path. Also remove the hash mark <#> which precedes the keyword . # The target of the MOVE keyword must be "FP800SER_Log". #MOVE "FP800SER_Log" #TO "F:\PSDT\FT890SER\FT890SER_1.ldf" # # The following image is type: transaction log NBIMAGE "bancoerp2.MSSQL7.BANCOERP2.trx.FT890SER.~.7.001of001.20131127054918..C" SQLHOST "sverp_dsvpst" NBSERVER "svbackup" BROWSECLIENT "bancoerp2" MAXTRANSFERSIZE 6 BLOCKSIZE 7 RESTOREOPTION REPLACE STOPAT 20131127/05:49:18 RECOVEREDSTATE NOTRECOVERED NUMBUFS 2 ENDOPER TRUE