BUG: SQL Admin. Displays Partial DB List if rowcount Is Active

Last reviewed: April 30, 1997
Article ID: Q124061

The information in this article applies to:
  • Microsoft SQL Server, versions 4.2 and 4.2b
BUG# 10201 (4.2)

SYMPTOMS

The Manage/Change Database... menu item of the SQL Administrator query window will only display a partial list of databases if a set rowcount command is active.

If you have issued a set rowcount command in a query window and when you click the Manage/Change Database... menu item, the number of databases listed will not exceed the rowcount limit.

For example, if a user executes,

   set rowcount 2

Then only two databases will be listed in the Manage/Change Databases... list of databases.

NOTE: This only affects the list of databases from the Manage/Change Database... menu item used to change the focus of the query window. Issuing set rowcount in the query window does not affect the other windows, such as the devices, databases, logins, remotes, or system windows.

WORKAROUND

Reset the rowcount to a number sufficient to list the databases, or change the focus of the query window with a use command:

   use pubs
   go

STATUS

Microsoft has confirmed this to be a problem in SQL Administrator version 4.2 for Windows and Windows NT. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


Additional query words: Windows NT
Keywords : kbbug4.20 kbprg kbtool SSrvSQL_Admin SSrvWinNT
Version : 4.2 4.2b
Platform : WINDOWS


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 30, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.