PrepAway - Latest Free Exam Questions & Answers

Which processing mode should you use?

You have a tabular model hosted in SQL Server Analysis Services (SSAS).
You need to add new rows to an existing table. The solution must load only the new rows to
the table.
Which processing mode should you use?

PrepAway - Latest Free Exam Questions & Answers

A.
Process Data

B.
Process Full

C.
Process Add

D.
Process Clear

E.
Process Default

12 Comments on “Which processing mode should you use?

  1. Ralph says:

    In question: The solution must load only the new rows to the table.
    So let’s forget about processing a cube or partition. We will process only the table. According to https://msdn.microsoft.com/en-us/library/hh758414(v=sql.110).aspx
    only Process Data or Process Default will be correct.
    ProcessDefault checks the state of model and depending on this issues another Process Option (for example after structure change ProcessFull will be issued, after change in data Process Data will be issued).
    As we should here only process the new rows, I would say “A” – Process Data is correct




    0



    0
  2. Fedor says:

    https://www.mssqltips.com/sqlservertip/2997/using-processadd-to-add-rows-to-a-dimension-in-sql-server-analysis-services-ssas/

    ProcessAdd for a dimension in SSAS (SQL Server Analysis Services). Doing a ProcessAdd for a partition is pretty easy, but there is not much documentation to do a ProcessAdd for a dimension. The SSAS documentation says that you cannot do it using the UI, but you can do it with XMLA

    If it is coorect I also for C
    The solution must load ONLY the new rows to the table.




    0



    0

Leave a Reply