JesseBethke.com
Divulgences into Web Design, Application Development, and Ponderings of Interest

Calendar

November 2008
Sun Mon Tue Wed Thu Fri Sat
« May    
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Meta

Posts Tagged ‘SQL Server’

Automatic Population of the Time Dimension for an OLAP Cube

Saturday, May 24th, 2008

An OLAP cube is a data structure that organizes data in a fashion that promotes end-user driven adhoc reporting. Many front end utilities exist to allow users to manipulate the cube by slicing the data by dimensions, drilling through layers of granularity, and pulling out the measures they want.

One of the most common dimensions for an OLAP cube is the time dimension. The time dimension allows the user to aggregate data based on, well dimensions of time. For instance, you may report data on a daily, weekly, or monthly basis.

(more…)