The information in this article applies to:
SYMPTOMS
The documentation of the sp_configure devices parameter on page 89 of the
SQL Server for Windows NT Configuration Guide is incorrect. The manual
states:
Reserved for backward compatibility. Do not change this option. WORKAROUND
This section should read:
Controls the maximum vdevno that can be specified when creating database devices. Since vdevno's start with 0 for the master device, the maximum vdevno that can be specified is devices - 1. For example, in a system with devices set to 10, the following command:
will receive the error:
An attempt to create a device with the same vdevno using the SQL Administrator create device menu will result in a 70000 error:
Additional query words: docerr Windows NT
Keywords : kbother SSrvDoc_Err SSrvWinNT |
Last Reviewed: March 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |