Processing an OLAP cube with a T-SQL Stored Procedure

Posted by Jeff Smith on October 28, 2008

Here's a simple SQL Server stored procedure that you can call to process an OLAP cube using T-SQL.
  The parameters should be self-explanatory.
  To me, this is a little easier and more flexible than processing using DTS packages.


create procedure ProcessCube

 
 
  @Database varchar(100),

 
 
  @Cube... [read more]

Rating

not rated

Reviews

There are currently no comments or reviews.

Submit a review:

Login required.