SQL Server 2008R2 Management Studio,我的数据库对象在哪里?
自从我开始编码以来,我一直通过 Visual Studio 界面专门使用 sql server 2008。我正在尝试访问 SSMS 中的数据库,并进行连接,但我的数据库可见,但在对象资源管理器中不可扩展。我在对象资源管理器详细信息中看到对象计数为 0。在 VS 中,我有一个完整的数据库层次结构可供使用,有数十个表、存储过程、函数。连接字符串指向同一位置。有什么想法吗?我的 RTFM 没用。 :)
I've been working with sql server 2008 exclusively through the visual studio interface since I've started coding. I'm trying to get at my database in the SSMS, and I connect, but my database is visible, but not expandable in the object explorer.. I see an object count of 0 in the object explorer details. In VS, I have a full database heirarchy to work with, dozens of tables, sprocs, functions. The connection string points to the same location. Any ideas? I have RTFM to no avail. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明我的数据库正在等待恢复...这是通过运行以下命令修复的:
Turns out my database was awaiting recovery... this was fixed by running the following: