i start now the query log in analysis services. it logs:
Column | Data Type | Description |
---|---|---|
MSOLAP_Database | Nvarchar 255 | The ID of the database used in the query. |
MSOLAP_Path | Nvarchar 400 | The path to the partition. |
MSOLAP_User | Nvarchar 255 | The name of the user who ran the query. |
Dataset | Nvarchar 4000 | A numeric string indicating the attribute from each dimension used to satisfy the query. |
StartTime | datetime | The time the query began |
Duration | Bigint | The length of time (in milliseconds) of the query execution. |
how can i log MDX too?