ID: Q124061
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.
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
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 : kbprg kbtool SSrvSQL_Admin kbbug4.20 SSrvWinNT
Version : 4.2 4.2b
Platform : WINDOWS
Last Reviewed: May 1, 1997