How to automatically refresh sql server olap cube -
I have created a cube in Visual Studio and have deployed SSAS. How can I refresh data using a night-by-day SQL batch job or any other medium? TIA
Some options:
- Put a process analysis service task SSIS Schedule package with package, and SQL agent (if you already have an ATL package).
- To use SSMS, go to the Process dialog box, but click "Script" to begin the XMLA command then put it in a SQL Agent job.
Comments
Post a Comment