MrTelly
MrTelly

Reputation: 14865

Update/Insert sql table from SSAS cube

Is it possible, preferably using tsql or MDX, to read data from cube and use it to update or add records in a sql table?

Upvotes: 2

Views: 1016

Answers (1)

EricZ
EricZ

Reputation: 6205

OPENQUERY can do this

How to perform a SQL Server distributed query with OLAP Server

Upvotes: 4

Related Questions