Dear All,
I need to get the top value of a measure using MDX, i.e. by creating a calculated member what code i need to get the top value?
Please reply,
ghadeer
I think you're looking for the TopCount function.Chris.
Dear All,
I need to get the top value of a measure using MDX, i.e. by creating a calculated member what code i need to get the top value?
Please reply,
ghadeer
I think you're looking for the TopCount function.Chris.
Can I get statistics on which type of DML statements (e.g. insert, delete, update) that are executed by users on a table without creating triggers? I want to be able to show the number of executed statements per statement type. I have tried the 2005 Profiler but it outputs the entire batch statement which makes it a bit more difficult to create statistics.
Rgds
Bob
There is no easy way to obtain this information. You could also take a look at 3rd party tools that can get this sort of information from the transaction logs.