Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 XMLA 或 SSIS 将 CSV 数据加载/导入数据库是否更好?我的系统管理员建议使用 XMLA + DDL 而不是传统的 SSIS 来加载数据。
对我来说,听起来 SSIS 是首选方式。
任何建议都会有很大帮助。
XMLA 与加载 CSV 文件无关。如果您只需要将 CSV 数据加载到关系数据库中,请使用 SSIS。如果需要使用多维数据或更改 Analysis Services 数据库的架构,请使用 XMLA。