Back Up and Restore on a Remote Backup Server

An example demonstrating how to back up to and restore from the first tape drive on a remote Windows Backup Server named REMOTE_BKP_SERVER

	1> dump database pubs2 to "\\.\TAPE0" at REMOTE_BKP_SERVER
	2> go
	1> load database pubs2 from "\\.\TAPE0" at REMOTE_BKP_SERVER
	2> go