使用 Visual Studio 时无法查看 Azure DB 表
我是 Azure 新手,我正在尝试使用 Visual Studio 连接到我们的 Azure 数据库。
我可以很好地连接到数据库,但是当我扩展数据库时,我看不到任何数据库对象。请参见下图。我已经用谷歌搜索了这个问题,但找不到任何人在哪里复制了这个问题,所以我承认我可能做错了什么!
我可以很好地查询数据库,它会返回结果。
I'm new to Azure and I'm trying to connect to our Azure DB using Visual Studio.
I can connect to the DB fine, but when I expand the DB I cannot see any DB Objects. See the image below. I've Googled the issue but cannot find where anyone has replicated this issue, so I accept I'm likely doing something wrong!
I can query the DB fine and it will return results.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要将 Visual Studio 连接到 Azure 数据库并在 Visual Studio 中查看数据库表,请按照以下步骤操作:
您的数据库我将获取除密码之外的所有信息,提供
输入密码并单击连接。
它将显示 Azure 数据库中的所有数据库表
您可以参考此文档了解更多信息:使用 Visual Studio 连接到 Azure 中的 SQL 数据库。
To connect the visual studio to azure database and view the tables of database in visual studio follow the following steps:
your database I will fetch all information expect password, provide
your password and click on connect.
It will show all your databases tables from azure database
You can refer to this Document for more information: Work with Visual Studio to connect to SQL Databases in Azure.