Check measures across Analysis Services DBs

  • Currently I have 12 Analysis Services DBs that schedule to update every month. (They are all the same hierarchy/Structure).

    After the monthly update, I will check the job status and run a mdx query to check the Measures for every databases.

    (paste the query -> select databases -> run the query -> eye ball checking -> Loop 12 times...)

    Any suggestion to check measures across DBs in more efficient way instead of manually run the query 12 times??

    Thanks.

  • Use SSIS and loop through the databases running this MDX and feed the data into a table.

    Then do the comparison in SQL Server

    Mack

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply