Refreshing Local Cubes

Analysis Services Programming

Analysis Services Programming

Refreshing Local Cubes

Use the REFRESH CUBE statement to refresh the data in a local cube. The REFRESH CUBE statement rebuilds the local cube file with the CREATE CUBE and INSERT INTO statements that were originally used to create the local cube. These statements and a reference to the original source database are stored in the local cube file. The original data source must be available for this statement to succeed.

For more information, see Managing the Client Cache.

See Also

CREATE CUBE Statement

INSERT INTO Statement