Processing an OLAP cube with a T-SQL Stored Procedure Mon Oct 27, 2008 by Jeff Smith in t-sql, olap 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. Read more →