问题标签 [azure-sqldw]

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.

0 投票
1 回答
364 浏览

sql-server - 使用 SSIS 将 SQL Azure 联合数据库提取到数据仓库

我正在尝试将我们的生产数据传输到数据仓库以进行报告。我已经尝试遵循SSIS for Azure and Hybrid Data Movement中的“导入到联合”部分,但我需要将数据从联合移动到数据仓库。我还在SQL Server Central找到了一个很好的资源,但我似乎仍然无法在数据流向导中调出联合表。我也不能在 ODBC(SQL Azure DB 所需的连接类型)源向导的 SQL 命令中添加 Use FedDB 语句。

0 投票
1 回答
489 浏览

sql-server - SSAS MDX for Many to many relationship

Using Adventureworks DW 2008 cube I'm trying to build an MDX query that will return a count of internet orders that did not have a specific reason code for the order.

FactInternetSales has a Many to many with FactInternetSalesReason. Each sale has 1 or more reason codes.

If I try to return orders that didn't use the "On Promotion" reason, I still get the on promotion orders included in the count because they also have other reasons on them.

How do I write the MDX to say that if this order has this reason, don't include it in the count, without regard to any other reasons?

The equivalent SQL against the adventure works sql data warehouse would be:

0 投票
2 回答
447 浏览

sql - 为什么 Group by Grouping Sets 在 SQL Server 上工作而不是在 Azure SQL 数据仓库上工作?

Group By Grouping Sets、Cube 和 Rollup 在 SQL Server 上工作,但 Azure SQL 数据仓库似乎尚不支持它们。一些使用关键字“Rows Unbounded Preceding”的有序分析也是如此。我还注意到 SQL Azure 数据仓库上没有唯一聚集索引以及主键和外键约束。这只是在第一个版本中还是有其他原因?

0 投票
3 回答
1611 浏览

sql - Azure SQL 数据仓库中的联接注意事项

您应该如何设计 Fact 和 Dimension 表以加快新 Azure SQL 数据仓库的连接速度?

通过散列分布大型事实表并复制较小的维度表是否有助于加快连接速度,还是应该将索引作为主要考虑因素?

0 投票
2 回答
207 浏览

azure-sql-database - 当我在 Azure Blob 存储中组合来自 SQL 的数据和非关系数据时,如何使用 Azure SQL DW 中的 transact-SQL 确保更快的响应时间?

我应该怎么做才能确保在 Azure SQL 数据仓库中使用 transact-SQL 获得最佳查询性能,同时在 Azure Blob 存储中组合来自 SQL 的数据集和非关系数据?任何输入将不胜感激。

0 投票
1 回答
762 浏览

azure - 在 Azure SQL 数据仓库中使用 Polybase 技术,我可以查询以 parquet Hadoop 格式存储的数据吗?

借助 Azure SQL 数据仓库中的 Polybase 技术,我是否可以查询以 parquet Hadoop 格式存储的数据?感谢你的帮助。

0 投票
1 回答
202 浏览

azure-sql-database - 无法创建 Azure SQL 数据仓库,资源不存在

大约一个月前代表我的客户申请了预览访问权限。预览访问权限已于昨天获得批准。按照电子邮件中的说明进行操作,即创建逻辑 SQL 服务器并使用名称进行回复。今天收到通知,逻辑 SQL 服务器的批准过程已完成。

现在,当尝试创建一个新的 Azure SQL 数据仓库时,它会在那里停留大约一个小时,然后在更新 SQL 数据库事件上失败。属性提及 statusCode NotFound,statusMessage 包含代码 45181 和消息“名称为 '' 的资源不存在。要继续,请指定有效的资源名称。”

我在这里想念什么?

0 投票
1 回答
1164 浏览

azure - 使用数据工厂在 Azure SQL 数据库之间计划 1:1 的表副本,而无需指定表架构

使用 Azure 数据工厂,是否可以将位于 Azure SQL DB 中的多个(不是全部)表中的所有行按计划 1:1 复制/克隆到另一个 Azure SQL DB(在本例中为 Azure SQL 数据仓库),无需在数据工厂 JSON 数据集中显式定义所有表架构/结构?

我问的原因是到目前为止我看到的数据工厂教程(例如这个)已经为他们的复制活动明确定义了表模式。如果我们有数百个要复制的表,我们将不得不花费数天时间用 JSON 编写表定义(或者编写脚本,我猜,无论哪种情况,简单地复制数据似乎都是不必要的工作)。

(我应该补充一点,带有 ADF 的 On Premise SQL -> Azure DB/DW 案例也很有趣。真的希望能够定期且经济地将数据移动到云中,而无需指定数千个表模式。)。

0 投票
1 回答
284 浏览

azure - 有关将 SQL 2008 BI-stack 迁移到 Azure SQL 数据仓库的教程?

是否有任何关于从基于 SQL Server 2008 的现有 BI 堆栈迁移到 Azure SQL 数据仓库的教程?我对如何处理非高级层上的跨数据库连接(我们现有的过程和 UDF 充满了多个数据库对象的连接)以及如何迁移现有的 SSAS 多维数据集及其相关的可编程性和 ETL 的最佳实践特别感兴趣.

0 投票
2 回答
463 浏览

sql - 使用 PowerBI 可视化 SQL 数据仓库中的大量数据

我有一个大约 30 GB 的 SQL DW。我想使用 PowerBI 来可视化这些数据,但我注意到 PowerBI 桌面只支持最大 250MB 的文件大小。连接到 PowerBI 以可视化这些数据的最佳方式是什么?