Microsoft sql server ssis automatic process cube creation -
i deployed microsoft sql server 2008r2 sample data.
installed report builder 3.0, visual studio 2008.
these installed on windows server 2008 enterprise.
i created cube ssas , used deploying report.
now, next task make process automatically.
i thinking possible tell ssis following
- creating new cube base on latest sql data , use current date name. daily.
or
- copy current cube , rename it. use same cube building information new cube.
note thinking possible use linux bash script rename cube before ssis scheduled task kick-in. way can skip 1 step on above method.
the reason behind because of high want have cube created daily , can check them , keep record data.
any suggestion welcome newbie on ssas cube thing , thought may not on tge right track.
i think can done. hard meet requirement existing build-in component in ssis, alternative use script task build .net code , create xmla , tsql script process logic needs. consider you're new thing, not recommend that. works. hope can you!
Comments
Post a Comment