unknown
2005-09-14 21:17:02 UTC
Tape Syntax:
sp_addumpdevice "tape", "Tape1", "/dev/nrmt0", 8000.
I understand the 8000 reference the size of the tabe here.
Disk Syntax
sp_addumpdevice "disk", "CustomerDB_dump",
"/dbdump/CustomerDB/CustomerDB_dump", 2
sp_addumpdevice "disk", "CustomerDB_tran",
"/dbdump/CustomerDB/CustomerDB_tran", 2
The Sybase SQL Server 11 Unleashed book does not specify the
purpose of the 2 in the disk syntax. What does the 2
reference in a disk dump?
sp_addumpdevice "tape", "Tape1", "/dev/nrmt0", 8000.
I understand the 8000 reference the size of the tabe here.
Disk Syntax
sp_addumpdevice "disk", "CustomerDB_dump",
"/dbdump/CustomerDB/CustomerDB_dump", 2
sp_addumpdevice "disk", "CustomerDB_tran",
"/dbdump/CustomerDB/CustomerDB_tran", 2
The Sybase SQL Server 11 Unleashed book does not specify the
purpose of the 2 in the disk syntax. What does the 2
reference in a disk dump?