0

Is it better to use XMLA or SSIS to load/import CSV data into a database? My sys admin recommends using XMLA + DDL to load the data instead of traditional SSIS.

To me it sounds like SSIS is the preferred way.

Any suggestions will help greatly.

Arcadian
  • 4,312
  • 12
  • 64
  • 107

1 Answers1

1

XMLA has nothing to do with loading a CSV file. If you just need to load CSV data into a relational database, use SSIS. If you need to consume multidimensional data, or change the schema of an Analysis Services database, use XMLA.

Santiago Cepas
  • 4,044
  • 2
  • 25
  • 31