Entries by Adam Getz

Column and Row Based Database Storage

Row-Based Database Storage: The data sequence consists of the data fields in one table row. Column-Based Database Storage: The data sequence consists of the entries in one table column. Conceptually, a database table is a two-dimensional data structure with cells organized in rows and columns. However, computer memory is organized as a linear sequence. For storing a database table in […]

Share

MS SQL Server Indexed View Defined

For many years and versions, the MS SQL Server database platform has supported the ability to create virtual tables known as views.  Views in SQL Server can be defined as a stored select statement on a base table.  Data in a view is not stored in the database and the result set is determined while […]

Share

Oracle’s Materialized View Defined

A materialized view within an Oracle database is an object that extends the functionality of an ordinary view and contains the results of a query (SQL select statement) in a persistent or physical format. Materialized views can use either tables, views, and other materialized views as its data source and can be both indexed and/or refreshed. Within an Oracle database, a view is […]

Share

Balanced Scorecard Defined

A Balanced Scorecard is a performance management tool used by executives and managers to manage the execution of organizational activities and to monitor the results of actions.  Fundamentally a balanced scorecard provides a summary level view of organizational performance at a quick glance and includes key performance indicators (KPIs) across four main areas or perspectives: Financial Perspective:  KPIs for productivity, […]

Share

Operational BI vs Strategic BI

Operational Business Intelligence Operational business intelligence is often associated with reporting from a transactional or operational data source, and typically is consistent with reporting of data within or during an organizational business process. Further, operational business intelligence can be defined as analytics that is tightly connected or embedded within common business processes with the twin […]

Share

Dimensional Modeling – Conformed Dimensions

In dimensional modeling, conformed dimensions are common and repeatedly used dimensions that relate and are joined to multiple facts. The conformed dimension is consistent across an enterprise and has the same meaning to every fact with which it relates. Typically, a conformed dimension exists as a single dimension table and relates to multiple fact tables […]

Share

Business Objects Live Office

Live Office from SAP Business Objects integrates business intelligence functionality from the Business Objects suite within the commonly-used Microsoft Office environment. Subsequently Live Office enables users are able to embed refreshable information within documents, spreadsheets, and presentations and share them across their organization. Live Office provides users with real-time data that is verifiable and easily refreshed. As Live Office is built […]

Share

Operational, Tactical, & Strategic Dashboards

As your organization seeks to better understand its customer and manage a diverse line of services and products, operational, tactical and strategic dashboards should become a critical addition to your planning and decision-making toolbox. Whether the dashboard provides your Executive Director a 30,000-foot view of the organization as a whole, or the product line manager […]

Share

Key Benefits of a Data Warehouse

Data Warehouses are centralized data repositories that integrate data from various transactional, legacy, or external systems, applications, and sources. The data warehouse provides an environment separate from the operational systems and is completely designed for decision-support, analytical-reporting, ad-hoc queries, and data mining. This isolation and optimization enables queries to be performed without any impact on […]

Share