benamis wrote:
Quote:
hi,
how to run automatic Cube processing on 2005? how to add the job i can't
find any automatic way...i have Analysis service generated xml schema
for processing but how to add it to the job so i can shedule it...
thanx |
I did this by creating an SSIS package using BI Studio, deploying the
package using the generated deployment utility, and then scheduling
that package using SQL Server Agent (SQL 2005). The agent has a special
type of step for SSIS packages.
There may be a more direct way using an Analysis Services job step but
I havent checked this out.