Hi,
Is there any way to run MDX
query as scheduled job on SQL Server 2005?
We need create local cubes by
weekly or monthly. How can we put “Create global cube” MDX query into scheduled
job?
Any info would be greatly
appreciated.
Thanks.
Yes. Create a new SQL Server Agent job and add a step with the step type of SQL Server Analysis Services Query. For this type of step, you need to specify the SSAS server to connect to, the database to run the query within, and the text for the query itself.
Should do exactly what you want...
HTH,
Dave Fackler
|||Hi Dave,
Thanks for the quick replay.
Could you recommend any article or books that I can take look?
Thanks.
I'm assuming you are asking about references for SSIS? If that is the case, check out Microsoft SQL Server 2005 Integration Services (SQL Server Series) by Kirk Haselden, Professional SQL Server 2005 Integration Services (Programmer to Programmer) by Brian Knight et al, and The Rational Guide to Extending SSIS 2005 with Script (Rational Guides) (Rational Guides) by Donald Farmer. All great books related to SSIS that should get you started...
HTH,
Dave Fackler
|||Thank you very much Dave for answered my question. It's helpful.
No comments:
Post a Comment