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: