Share via

ssas query log

Shambhu Rai 1,411 Reputation points
2023-02-02T22:29:04.9233333+00:00

Hi Expert,

is there any way to refresh the cubes rather than ssms .. it takes only memory and not cpu usage

any query that we can tracked /trace on database while running the query or refreshing the cubes .. if yes then help me with path or the query to get it

SQL Server Analysis Services
SQL Server Analysis Services

A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Seeya Xi-MSFT 16,756 Reputation points
    2023-02-07T06:57:59.4733333+00:00

    Hi @Shambhu Rai ,

    Please refer to this document: Log operations in Analysis Services

    You need to note that Query log can be enabled for Analysis Services multidimensional mode instances only. Query log cannot be enabled for tabular mode instances.

    Best regards,

    Seeya


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Was this answer helpful?

    0 comments No comments

  2. Shambhu Rai 1,411 Reputation points
    2023-02-06T17:55:18.2266667+00:00

    Hi Expert,

    Is there any way i can see the query log on db level

    Was this answer helpful?

    0 comments No comments

  3. Olaf Helper 47,616 Reputation points
    2023-02-03T07:16:28.3366667+00:00

    is there any way to refresh the cubes rather than ssms

    You can use SSDT => Process or a SSIS package with Analysis Services Processing Task, that processing can also be scheduled using a SQL Server-Agent job.

    it takes only memory and not cpu usage

    On client or on server side? And what's the problem with it?

    any query that we can tracked /trace on database

    As in your post subject, with, see Log operations in Analysis Services

    Was this answer helpful?

    0 comments No comments

  4. Seeya Xi-MSFT 16,756 Reputation points
    2023-02-03T06:17:31.2833333+00:00

    Hi @Shambhu Rai ,

    Pleas read this blog: How to Refresh SSAS Tabular Cube?

    Two methods are mentioned in the blog. One is done through a visualization tool such as SSMS or VS. Another one is Refresh with SQL Server Job.

    In addition, please refer this related thread: https://dba.stackexchange.com/questions/232833/ssas-model-refresh-not-enough-memory-to-complete-this-operation-error
    Best regards,

    Seeya


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.