英文:
Server connection and current connection are different on Azure Data Studio?
问题
橙色矩形表示当前实例中的两个不同数据库。它们为什么不同 - 它们分别表示什么?
- 右侧的 "ddexdev" 似乎是活动连接
- 左侧导航中的 "test_db" 只是误导吗 - 它不是当前连接的数据库吗?如果是这样,它的目的是什么?
英文:
The orange rectangles indicate two different databases within the current instances. Why are they different - what do both of them indicate?
- "ddexdev" on the right seems to be the active connection
- Is the "test_db" on the leftnav just misleading - it's not the currently connected database? If so then what is its purpose?
答案1
得分: 0
以下是翻译好的部分:
左侧导航栏和查询面板是不同的,这很令人困惑。以下是操作步骤:
- 右键单击左侧导航栏中选定的连接,然后点击“编辑连接”:
- 从下拉菜单中选择所需的数据库:
现在左侧导航栏中的数据库与查询窗口同步了:
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论