简体   繁体   English

将数据挖掘结构数据导出到sql表中

[英]exporting data mining structure data into a sql table

I have a data mining structure in SSAS. 我在SSAS中有一个数据挖掘结构。 I have drillthrough enabled so I can right click on a leaf and drill through to see the model and structure columns, I want to export that data into the sql table. 我启用了追溯功能,因此我可以右键单击叶子并进行追溯以查看模型和结构列,我想将该数据导出到sql表中。 Had a look around but havent managed to find anything that could help. 环顾四周,但还没有找到任何可以帮助的东西。

I would look into exporting your data into a csv file, looks like this is thread that might help , and then load that csv file into the RDBMS of your choice. 我会考虑将您的数据导出到一个csv文件中,看起来这可能是有帮助的线程,然后将该csv文件加载到您选择的RDBMS中。

There might be a way to load the data directly from SSAS, but I've always found exporting/importing csv files to be a very quick option for loading data. 可能有一种直接从SSAS加载数据的方法,但是我一直发现导出/导入csv文件是加载数据的非常快速的选择。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM