问题标签 [azure-data-studio]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
azure-data-studio - Azure Data Studio 对 JSON 使用单引号
我在 Azure Data Studio 中找不到一个设置,如果有的话,它将用双引号而不是单引号显示 JSON 结果。
例子:
复制和粘贴到 n++/vs 代码时需要一些额外的努力,我必须将单曲切换为双曲才能“快速”格式化它。
amazon-redshift - 通过 Postgresql 连接器连接到 Azure Data Studio 中的 Amazon Redshift
我最近加入了一家公司,该公司拥有一组混合数据库,其中包括 Redshift 集群和一些 SQL 数据库。我想使用一个 IDE 来访问这两种分析报告,所以我不必在工具之间切换。我目前正在使用工作台,它可以工作,但它并没有点击我。
我确实喜欢 Azure Data Studio,但它只是 SQL Server 和 Postgres。鉴于 Redshift 和 Postgres 之间的相似之处,我想我会看看是否可以使用 Postgres 驱动程序进行连接。
我已经安装了 Postgres 扩展并且可以“连接”到数据库。但是,当我尝试使用树视图浏览数据库时,我收到错误消息“无法展开节点”。当我运行一个在工作台中工作的简单查询时,例如
我收到以下错误消息:
在第 1 行开始执行查询
游标只能在创建它们的事务中使用。
总执行时间:00:00:00.019
我知道我正在尝试做一些不应该做的事情。如果我不能,我不能。但是这里有没有人设法在 Azure Data Studio 中建立红移连接?
FWIW,我遇到了一个GitHub 存储库,它可能是数据工作室的 Redshift 驱动程序 - 但这看起来像是 Postgres 驱动程序的克隆,自 3 月以来没有任何活动(甚至没有将“Postgres”标题重命名为 Redshift).. .因此我很怀疑。
apache-spark-sql - SQL Server 2019 - 使用 SSMS 或 Azure Data Studio 连接到 Databricks 集群
是否有人使用 SSMS v18.2 或 Azure Data Studio 连接到 DataBricks 集群并查询 DataBricks 表和/或 DataBricks 文件系统 (dbfs)?
想知道如何设置它以在连接中显示 DataBricks 服务器并使用 PolyBase 连接到 dbfs
我可以使用 PolyBase 命令连接到 ADLS,如下所示:
sql-server - 在 Azure Data Studio 1.9.0 中选择查询快捷方式
如何在 Azure Data Studio 1.9.0 版中为“ select * from ”创建查询快捷方式?我看到了转到键盘快捷方式(Azure Data Studio / Preferences / Keyboard Shortcuts)的选项,但没有查询快捷方式。
当我输入 select 时,我确实得到了选择 sqlSelect 的下拉菜单,但它太麻烦了,无法编辑它并将表名等放入其中。
有什么选择吗?
azure - Azure Data Studio Profiler 不显示 DBNames 和 LoginNames
我正在使用 Azure Data Studio-Profiler 获取组织中用户触发的所有事件,但我无法看到登录名和数据库名这些字段填充为空。任何人都可以帮助我是否有任何设置或任何查询要运行,以便我可以获取这些设置或任何其他应用程序来获取组织中用户运行的所有事件。
sql - SQL Help - Summarize Customer Fiscal Year By Quarters
I've been at this question for a bit and I'm currently stuck:
This is my current attempt:
I only took an image of a small portion of the code since the general idea can be understood within the few case statements. It's turning out to be way too messy and I think theirs an easier way to go about it. An answer isn't necessarily needed but some guidance would help since I'd like to try it out for myself. Thank you!
python - 通过pyodbc访问全局临时表
我在 Azure Data Studio 中操作 python 3 笔记本(类似于 jupyter notebook)并尝试通过 pyodbc 访问现有的全局临时表(##TEMP1)。
这是我的代码:
在 Azure Data Studio 中,当我将内核切换到 sql 并简单地从 ##TEMP1 查询 select * 时,它会返回结果,但是当我尝试通过 pyodbc 通过上面的 python 代码运行时,它会返回以下错误。
DatabaseError: 执行失败 sql ' select * from ##TEMP1 ': ('####', "[####] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Invalid object name '# #TEMP1'。(###) (SQLExecDirectW)")
请帮助,那些比我聪明得多的人!:)
sql - Azure Data Studio - 在没有 where 子句的情况下阻止更新
是否有任何扩展会阻止在没有 where 子句的情况下执行更新查询?