ssms – SQL Server Management Studio:请参阅此文件夹中对象的对象资源管理器详细信息

前端之家收集整理的这篇文章主要介绍了ssms – SQL Server Management Studio:请参阅此文件夹中对象的对象资源管理器详细信息前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在使用Microsoft sql Server Management Studio(版本10,sql Server 2008)在GoDaddy托管的数据库.

我收到这个消息:@H_502_3@请参阅此文件夹中对象的对象资源管理器详细信息

可能是因为它们有超过2500个数据库.

我仍然可以从对象资源管理器详细信息中访问所有内容,但是当您每天都要这么做时,这是一个痛苦的事情.

有没有人知道任何方法获取我正在开发的数据库,以显示在左侧的对象资源管理器中?

解决方法

看起来这是sql Server Mangement Studio中的一个错误.

From Microsoft

The current limitation of 2500 items@H_502_3@ expanded in one Object Explorer Node@H_502_3@ has been put in place to prevent the@H_502_3@ Tree View Control from exceeding the@H_502_3@ 64K limit when multiple Object@H_502_3@ Explorer nodes get expanded. The@H_502_3@ Windows XP and Windows Server 2003@H_502_3@ version of the Tree View control has a@H_502_3@ bug where it just stops displaying@H_502_3@ nodes once the total number of nodes@H_502_3@ exceeds 64K.

Object Explorer Details window can be@H_502_3@ used to see the entire list of items –@H_502_3@ it doesn’t have the above limitation.@H_502_3@ Users can see the list by clicking at@H_502_3@ the informational node that displays@H_502_3@ the warning in the Object Explorer.@H_502_3@ Object Explorer Details duplicates@H_502_3@ most of Object Explorer functionality@H_502_3@ including all the context menus.

We are reviewing the customer Feedback@H_502_3@ and considering adjusting this@H_502_3@ behavior one more time. Please let us@H_502_3@ know if you’d prefer the old behavior@H_502_3@ back or if you have any other@H_502_3@ suggestions.

我在Windows 7机器上遇到这个问题,所以我不认为它只是局限于Windows XP和Windows Server 2003,Microsoft说.

猜你在找的MsSQL相关文章