Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tag Data Warehousing Rss

   Items 1 to 20 of 304    Next 20 >>
 

Date Dimension

Here is a simple script that I use to create a Date Dimension table.  Read more...
By Satish Jayanthi 0001/01/01 | Source: SQLServerCentral.com | Category: data warehousing
Rating: |  Discuss |  Briefcase | 3,863 reads

PASS Data Architecture VC presents Row Versioned Data Warehouses with Jeremy Huppatz

On Thursday December 15th at 8PM Pacific, Jeremy will discuss the strengths and disadvantages of a row-versioned data warehouse design in the context of a real world case study, sharing lessons learnt and demonstrating some of the technologies and techniques used to build a row-versioned data warehouse   Read more...
By Press Release 2011/12/15 | Source: SQLServerCentral.com | Category: events
Rating: (not yet rated)  Rate this |  Briefcase | 1,160 reads

Slowly changing dimensions using T-SQL MERGE

Of all the technical solutions to the problem of slowly changing dimensions, the T-SQL MERGE statement is one of the most elegant.   Read more...
By Adam Aspin 2011/06/20 | Source: SQLServerCentral.com | Category: merge
Rating: |  Discuss |  Briefcase | 9,311 reads

Scaling Up Your Data Warehouse with SQL Server 2008 R2

SQL Server 2008 introduced many new functional and performance improvements for data warehousing, and SQL Server 2008 R2 includes all these and more. This paper discusses how to use SQL Server 2008 R2 to get great performance as your data warehouse scales up. We present lessons learned during extensive internal data warehouse testing on a 64-core HP Integrity Superdome during the development of the SQL Server 2008 release, and via production experience with large-scale SQL Server customers. Our testing indicates that many customers can expect their performance to nearly double on the same hardware they are currently using, merely by upgrading to SQL Server 2008 R2 from SQL Server 2005 or earlier, and compressing their fact tables. We cover techniques to improve manageability and performance at high-scale, encompassing data loading (extract, transform, load), query processing, partitioning, index maintenance, indexed view (aggregate) management, and backup and restore.  Read more...
By Additional Articles 2011/05/19 | Source: Microsoft MSDN | Category: data warehousing
Rating:  Rate this |  Briefcase | 2,916 reads

Functions for using the keys from the Date and Time Dimensions

Three functions for obtaining the date and time dimension keys with a date or the date from the keys  Read more...
By Joshua A. Walker 0001/01/01 | Source: SQLServerCentral.com | Category: data warehousing
Rating: |  Discuss |  Briefcase | 3,474 reads

Date and Time dimension creation and population T-SQL

Dim_Date and Dim_Time. Date and Time dimensions. Creation, population with holidays, indexing and use script.  Read more...
By Joshua A. Walker 0001/01/01 | Source: SQLServerCentral.com | Category: data warehousing
Rating: |  Discuss |  Briefcase | 18,278 reads

Understanding and Controlling Parallel Query Processing in SQL Server

Data warehousing and general reporting applications tend to be CPU intensive because they need to read and process a large number of rows. To facilitate quick data processing for queries that touch a large amount of data, Microsoft SQL Server exploits the power of multiple logical processors to provide parallel query processing operations such as parallel scans. Through extensive testing, we have learned that, for most large queries that are executed in a parallel fashion, SQL Server can deliver linear or nearly linear response time speedup as the number of logical processors increases. However, some queries in high parallelism scenarios perform suboptimally. There are also some parallelism issues that can occur in a multi-user parallel query workload. This white paper describes parallel performance problems you might encounter when you run such queries and workloads, and it explains why these issues occur. In addition, it presents how data warehouse developers can detect these issues, and how they can work around them or mitigate them.  Read more...
By Additional Articles 2010/12/10 | Source: MSDN Communities | Category: data warehousing
Rating:  Rate this |  Briefcase | 2,843 reads

3 Fundamental Questions about Data Marts...and Their Answers

A data mart provides the primary access to the data stored in the data warehouse or operational data store. It is a subset of data sourced from the data warehouse or operational data store specifically focused on a business function or set of related business functions. Read on to learn the answers to fundamental questions about data marts.  Read more...
By Additional Articles 2010/12/03 | Source: Database Journal | Category: data warehousing
Rating: (not yet rated)  Rate this |  Briefcase | 3,450 reads

A Quick Look at the MPP World

David Poole takes a look at the Massively Parallel Processing world for database servers.  Read more...
By David Poole 2010/08/11 | Source: SQLServerCentral.com | Category: mpp
Rating: |  Discuss |  Briefcase | 4,343 reads

Data Distribution - Part 1

The start of a new series from Leo Peysakhovich that looks at some of the issues with moving data around between systems and ensuring that it is in sync between them.  Read more...
By Leo Peysakhovich 2010/07/26 | Source: SQLServerCentral.com | Category: data warehousing
Rating: |  Discuss |  Briefcase | 6,672 reads

Building a Data Warehouse Blueprint for Success

One of the most integral components and critical success factors of any enterprise data warehousing initiative is the Solutions Architecture document, a high-level conceptual model of a data warehousing solution. Learn why this collaborative effort that addresses the needs of all major stakeholders, including both the business units and Information Technology (IT), is essential.  Read more...
By Additional Articles 2010/07/09 | Source: Database Journal | Category: data warehousing
Rating: (not yet rated)  Rate this |  Briefcase | 417 reads

Data Warehousing Architecture - Designing the Data Staging Area

The staging area tends to be one of the more overlooked components of a data warehouse architecture, and yet it is an integral part of the ETL component design. Learn why it is best to design the staging layer right the first time, enabling support of various ETL processes and related methodology, recoverability and scalability.   Read more...
By Additional Articles 2010/07/07 | Source: Database Journal | Category: data warehousing
Rating:  Rate this |  Briefcase | 4,235 reads

How to Conduct Effective Data Warehouse and Business Intelligence Software Evaluations

Denise Rogers discusses the essential tasks in conducting effective software evaluations revolving around data warehousing and business intellegence. Each step has a dependency on the previous one, starting with establishing the framework of the evaluation and adding progressively elaborate data that facilitates a decision making process that is resolute.   Read more...
By Additional Articles 2010/06/11 | Source: Database Journal | Category: data warehousing
Rating: (not yet rated)  Rate this |  Briefcase | 2,632 reads

SQL 2008 MERGE using Dynamic SQL over a Linked Server

Stored Procedure to build a MERGE statement in SQL 2008 using dynamic SQL.   Read more...
By Tommy Bollhofer 0001/01/01 | Source: SQLServerCentral.com | Category: sql server 2008
Rating: |  Discuss |  Briefcase | 1,777 reads

HASHBYTES can help quickly load a Data Warehouse

Data warehouse loads can be time consuming - this method can be used in some instances to help speed things up.  Read more...
By Magarity Kerns 2010/04/14 | Source: SQLServerCentral.com | Category: data warehousing
Rating: |  Discuss |  Briefcase | 11,039 reads

Populate partition

Fill a specified partition of a table with a specific query, working on staging table   Read more...
By Federico Iori 2010/03/25 | Source: SQLServerCentral.com | Category: data warehousing
Rating: |  Discuss |  Briefcase | 604 reads

Rebuild partition

Rebuilds online a table partition with all indexes   Read more...
By Federico Iori 2010/03/12 | Source: SQLServerCentral.com | Category: rebuild
Rating: |  Discuss |  Briefcase | 1,234 reads

Kimball University: Three ETL Compromises to Avoid

Why neglecting slowly changing dimensions, failing to capture metadata and overlooking scope creep can be the undoing of a dimensional data warehousing initiative.  Read more...
By Additional Articles 2010/03/11 | Source: Intelligent Enterprise | Category: data warehousing
Rating: (not yet rated)  Rate this |  Briefcase | 3,045 reads

Slowly Changing Dimensions

By Prakriti Agrawal 2010/02/08 | Category: data warehousing
Rating: (not yet rated) |  Discuss |  Briefcase | 2,879 reads

Data Warehousing 2.0 and SQL Server: Architecture and Vision

Architecture and data warehousing are not static. From the first notion of a data warehouse to a full-blown analytical processing architecture that includes data marts, ETL, near line storage, exploration warehouses, and other constructs, data warehousing and its associated architecture continue to evolve. In 2008, the book on the latest evolution of data warehousing appeared – DW 2.0: The Architecture for the Next Generation of Data Warehousing (Morgan Kaufman). In that book the general architecture for data warehousing in its highest evolved form appeared.  Read more...
By Additional Articles 2010/01/12 | Source: Microsoft MSDN | Category: data warehousing
Rating:  Rate this |  Briefcase | 3,169 reads
   Items 1 to 20 of 304    Next 20 >>
 
Tags
miscellaneous (69)    
analysis services (ssas) (62)    
design and theory (58)    
maintenance and management (29)    
t-sql aids (26)    
sqlinsider scripts (12)    
olap server (11)    
data mining (10)    
sql server 2008 (10)    
sql server 7 (7)    
backup / restore (6)    
etl (6)    
replication (6)    
indexing (5)    
programming (5)    
administration (4)    
business intelligence (4)    
extract, transform, load (etl) (4)    
integration services (ssis) (4)    
mdx (4)    
news (4)    
database design (3)    
lock and connection management (3)    
mail (3)    
reporting services (ssrs) (3)    
scalability (3)    
sql server 2005 (3)    
t-sql (3)    
best practices (2)    
datawarehouse (2)    
datetime (2)    
development (2)    
dimensions (2)    
dts (2)    
interviews (2)    
mdm (2)    
merge (2)    
online (2)    
partition (2)    
performance tuning (2)    
sql server (2)    
webinar (2)    
ado (1)    
advanced (1)    
advanced querying (1)    
basics (1)    
blogs (1)    
book reviews (1)    
capacity planning (1)    
change data capture (cdc) (1)    
cloud services (1)    
column-store databases (1)    
data (1)    
data compression (1)    
data mart (1)    
database weekly (1)    
dba (1)    
defragmentation (1)    
dimensional modeling (1)    
editorial (1)    
employee dimension (1)    
events (1)    
fast track data warehouse (1)    
hashbytes (1)    
mpp (1)    
parallel (1)    
populate (1)    
product reviews (1)    
rebuild (1)    
reviews (1)    
slowly changing dimension (1)    
slowly changing dimensions (1)    
sql server 2008 r2 (1)    
star join (1)    
star schemas (1)    
strategies (1)    
try-catch (1)    
very large table (1)    
visual basic 6 (1)    
warehouse (1)