BUG: SQL Admin. Displays Partial DB List if rowcount Is ActiveLast reviewed: April 30, 1997Article ID: Q124061 |
The information in this article applies to:
SYMPTOMSThe 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 2Then 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.
WORKAROUNDReset 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 STATUSMicrosoft 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |