Quote:
- Is it possible ot define the filter dynaically ? i.e.
"transaction_table.transaction_date" = getdate() ( or some variable ) |
Yes it is, there are a couple of approaches to this. You could use the
DSO library to set these in the cube. Or you could point the cube at a
view that used GetDate() or other SQL logic to select the correct
records.
Quote:
- Is is possible to schedule the cube processing i.e. during a partcular
time etc.? |
Yes, the easiest way is to set up a DTS package to do the processing
(there is a built-in OLAP processing task) and then right click on the
package and schedule it.
Quote:
- Is there some API's through which I could provide a GUI or Command line
interface to carry out the Cube processing with required parameters |
The DSO library is a COM based interface which gives you access to all
the functions that are available through Analysis Manager ie. you can
create, alter, process etc.
AS Operations Guide white paper at:
http://www.microsoft.com/technet/pro...ntain/anservog.
mspx
Has some good DSO samples including one on determining data slices.
--
Regards
Darren Gosbell [MCSD]
<dgosbell_at_yahoo_dot_com>
Blog: http://www.geekswithblogs.net/darrengosbell