PRB: High Column of the Sysdevices Table Used for Dump Devices

Last reviewed: April 25, 1997
Article ID: Q75548

The information in this article applies to:

  - Microsoft SQL Server version 4.2 for OS/2

SYMPTOMS

Page 268 of the Microsoft SQL Server "System Administrator's Guide" and page 504 of the Microsoft SQL Server "Language Reference" state that the low and high columns in the sysdevices table are not used for dump devices. However, examining the sysdevices table reveals otherwise for floppy disk dump devices.

CAUSE

When creating floppy disk dump devices using sp_addumpdevice, the "media_capacity" parameter is divided by 62K and the result is placed in the high column in the sysdevices table. For example, if the default size for disk devices is used, the value 19 is placed in the high column of the sysdevices table (that is, 1.2 MB divided by 62K). Sp_helpdevice depends on this value to calculate the size of the floppy disk dump device for the description column of its output.

Additional query words


Keywords : kbprg SSrvDoc_Err
Version : 4.2
Platform : OS/2
Issue type : kbdocerr


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 25, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.