Examples demonstrating how to use a tape drive and a .dat file as the backup and recovery resources.
The physical device name TAPE0 replaces the stripe_device variable.
1> dump database pubs2 to "\\.\TAPE0" 2> go
1> load database pubs2 from "\\.\TAPE0" 2> go
1> dump database pubs2 to "d:\backups\backup1.dat" 2> go 1> load database pubs2 from "d:\backups\backup1.dat" 2> go