使用 Visual Studio 时无法查看 Azure DB 表

发布于 2025-01-20 10:31:43 字数 324 浏览 0 评论 0原文

我是 Azure 新手,我正在尝试使用 Visual Studio 连接到我们的 Azure 数据库。

我可以很好地连接到数据库,但是当我扩展数据库时,我看不到任何数据库对象。请参见下图。我已经用谷歌搜索了这个问题,但找不到任何人在哪里复制了这个问题,所以我承认我可能做错了什么!

我可以很好地查询数据库,它会返回结果。

Azure DB没有对象

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.

Azure DB no objects

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

往日情怀 2025-01-27 10:31:43

要将 Visual Studio 连接到 Azure 数据库并在 Visual Studio 中查看数据库表,请按照以下步骤操作:

  1. 在 Visual Studio 中打开项目,单击服务器资源管理器

在此处输入图像描述

  1. 然后单击 SQL Server 对象资源管理器

在此处输入图像描述

  1. 然后单击添加 SQL Server

在此处输入图像描述

  1. 然后展开 Azure,单击您的邮件 ID 并选择订阅。

输入图片此处描述

  1. 然后它将显示您订阅中存在的所有数据库,选择
    您的数据库我将获取除密码之外的所有信息,提供
    输入密码并单击连接。

输入图片此处描述

它将显示 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:

  1. Open your project in visual studio, Click on server explorer

enter image description here

  1. Then click on SQL server Object explorer

enter image description here

  1. Then click on Add SQL Server

enter image description here

  1. Then expand Azure, click on your mail id and select subscription.

enter image description here

  1. Then it will show all databases present in your subscription, select
    your database I will fetch all information expect password, provide
    your password and click on connect.

enter image description here

It will show all your databases tables from azure database

enter image description here

You can refer to this Document for more information: Work with Visual Studio to connect to SQL Databases in Azure.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文