INF: Disk Dump Device Size in SYSDEVICESLast reviewed: April 25, 1997Article ID: Q40808  | 
	
	
The information in this article applies to:
 - Microsoft SQL Server version 4.2 for OS/2 
 SUMMARYThis article explains why the high column in SYSDEVICES is equal to 19 for a disk dump device that is supposed to be 1.2 MB. 
 MORE INFORMATIONThe size of disk dump devices is maintained in SYSDEVICES in units of 62K for internal reasons (19 * 62K = 1.2 megabytes). When creating a disk dump device with "sp_addumpdevice:" specify the size in megabytes. "sp_helpdevice" shows both the internal values stored in SYSDEVICES and a plain-language interpretation of them. The "high" and "low" columns in SYSDEVICES are maintained in units of 2K for database devices. 
  | 
	
	Additional query words: 
 © 1998 Microsoft Corporation. All rights reserved. Terms of Use.  |