Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Transfer Backup

    Just make sure the user name under which you perform this task, has permissions to copy and paste on both servers, or simply that this user name has local admin...

  • RE: Transfer Backup

    Try this:

    declare @cmd varchar(256)

    declare @backupfilename varchar (256)

    set @backupfilename = 'database_backup.bak' -- set to the name of your backup file

    set @cmd = 'Copy /Y C:\Backups' -- set to where your...

Viewing 2 posts - 1 through 2 (of 2 total)