BUG: Documentation Error in SQL Server 7.0 Books Online for OPEN OBJECTS Default Value (262033)
The information in this article applies to:
This article was previously published under Q262033
BUG #: 57431 (SQLBUG_70)
SYMPTOMS
The following statement is made in Microsoft SQL Server 7.0 Books Online, under the "Setting Configuration Options" (BOOKS\SQLBOL.CHM::/html/1_server_27.htm) topic: |
open objects (A, RR, SC) | 0 | 2147483647 | 500 |
However, when you run the following command on SQL Server 7.0:
sp_configure 'open objects'
you see the following: |
open objects | 0 | 2147483647 | 0 | 0 |
The default value given for the open objects option in the preceding SQL Server Books Online topic is incorrect. The correct value is 0.
WORKAROUND
The default value for the open objects option in the "Server Options" (BOOKS\SQLBOL.CHM::/html/8_qd_03_4.htm) topic in SQL Server Books Online is correct: STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0.
Modification Type: | Major | Last Reviewed: | 10/16/2002 |
---|
Keywords: | kbBug kbdocerr KB262033 |
---|
|