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:

  1. Put a process analysis service task SSIS Schedule package with package, and SQL agent (if you already have an ATL package).
  2. 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

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -