About James Serra
I am an independent consultant with the title of Business Intelligence/Data Warehouse/Master Data Management Architect and Developer, specializing in the Microsoft SQL Server BI stack.Need some help?
If you are looking for help in building a data warehouse or end-to-end BI solution, send me an email and we can discuss your needs. I am available for short or long-term projects.Follow Me!
Subscribe by email
-
Recent Posts
- Presentation Slides for Building an Effective Data Warehouse Architecture
- Levels in IT consultancy
- Building an Effective Data Warehouse Architecture Presentation
- Business Intelligence Maturity Assessment
- IT recruiter’s response
- SQL Server 2014!
- Power View for Multidimensional Models Released
- Ralph Kimball Books
- Business Intelligence Requirements Gathering
- I’m presenting at the PASS Summit!
Recent Comments
- Presentation Slides for Building an Effective Data Warehouse Architecture | James Serra's Blog on SQL Server 2012: Multidimensional vs tabular
- Presentation Slides for Building an Effective Data Warehouse Architecture | James Serra's Blog on Ralph Kimball Books
- Presentation Slides for Building an Effective Data Warehouse Architecture | James Serra's Blog on When to use T-SQL or SSIS for ETL
- James Serra on Business Intelligence Maturity Assessment
- Dave DuVarney on Business Intelligence Maturity Assessment
Archives
- June 2013 (6)
- May 2013 (10)
- April 2013 (10)
- March 2013 (10)
- February 2013 (10)
- January 2013 (8)
- December 2012 (10)
- November 2012 (11)
- October 2012 (10)
- September 2012 (9)
- August 2012 (4)
- July 2012 (9)
- June 2012 (7)
- May 2012 (6)
- April 2012 (10)
- March 2012 (15)
- February 2012 (14)
- January 2012 (13)
- December 2011 (12)
- November 2011 (12)
- October 2011 (14)
- September 2011 (14)
- August 2011 (15)
- July 2011 (15)
- June 2011 (20)
- May 2011 (13)
- April 2011 (3)
Categories
- Active Directory
- Antivirus
- Appliance
- BISM
- Blog
- Business Intelligence
- Career
- Certification
- Columnstore indexes
- Consulting
- Data warehouse
- DAX
- Dimensions
- DNS
- DQS
- ETL
- Excel
- Fast Track
- Fuzzy Lookup
- Introduction
- KPI
- MDS/MDM
- MDX
- Microsoft
- PASS
- PDW
- PerformancePoint
- Power View/Project Crescent
- PowerPivot
- Presentation
- ProClarity
- Quick Tip
- Report Builder
- Security
- Session
- SharePoint
- SharePoint 2013
- SQL Azure
- SQL Server
- SQL Server 2012
- SQL Server 2014
- SQLServerPedia Syndication
- SSAS
- SSDT/Juneau
- SSIS
- SSMS
- SSRS
- Tabular
- Team Foundation Server
- Tools
- Training
- Videos
- Virtualization
- Visio
- Visual Studio 2008
- Visual Studio 2010
- Visual Studio 2012
- Visual Studio vNext
- White Paper
- Windows 8
Top Posts & Pages
- Data Warehouse Architecture - Kimball and Inmon methodologies
- Microsoft SQL Server Parallel Data Warehouse (PDW) Explained
- Consultants: 1099 or W-2?
- Presentation Slides for Building an Effective Data Warehouse Architecture
- Create SQL Server scripts with Visio 2010
- SQL Server 2014!
- Improving cube processing time
- What is Microsoft TAP and RDP?
- Business Intelligence Maturity Assessment
Favorite Blogs
Meta
Rockstar Blogger
Monthly Archives: November 2011
Buffer Size in SSIS
Behind the scenes in SSIS, the data flow engine uses a buffer-oriented architecture to efficiently load and manipulate datasets in memory. The benefit of this in-memory processing is that you do not need to physically copy and stage data at … Continue reading
Posted in SQLServerPedia Syndication, SSIS
3 Comments
Role-playing Dimensions
Dimensions are often recycled for multiple purposes within the same database. For instance, a “Date” dimension can be used for “Date of Sale”, as well as “Date of Delivery”, or “Date of Hire”. This is often referred to as a … Continue reading
Posted in Dimensions, SQLServerPedia Syndication, SSAS
Leave a comment
Conformed dimensions
A conformed dimension is a dimension that has the same meaning to every fact with which it relates. Conformed dimensions allow facts and measures to be categorized and described in the same way across multiple facts and/or data marts, ensuring consistent … Continue reading
Posted in Dimensions, SQLServerPedia Syndication, SSAS
1 Comment
Reference Dimensions
A reference dimension occurs when the key column for the dimension is joined indirectly to the fact table through a key in another dimension table. This results in a snowflake schema design. The following figure shows one fact table named InternetSales, … Continue reading
Posted in Dimensions, SQLServerPedia Syndication, SSAS
Leave a comment
SQL Server 2012 RC0 is here!
SQL Server 2012 RC0 (Release Candidate 0), formerly known as SQL Server Denali, is now available for download. SQL Server 2012 RC0 is the first release which is feature complete. This was unexpected as no one gave any hints that it … Continue reading
Posted in SQL Server, SQL Server 2012, SQLServerPedia Syndication
1 Comment
Degenerate Dimensions
Degenerate dimensions, also called fact dimensions, are standard dimensions that are constructed from attribute columns in fact tables instead of from attribute columns in dimension tables. This is because useful dimensional data is sometimes stored in a fact table to … Continue reading
Posted in Dimensions, SQLServerPedia Syndication, SSAS
Leave a comment
Many-to-Many Dimensions
In SSAS, data structures do not always conform to the snowflake or star schema model where one fact is associated with a single dimension member. For example, consider the example of financial transactions in accounts that can have one or … Continue reading
Posted in Dimensions, SQLServerPedia Syndication, SSAS
Leave a comment
Parallel execution in SSIS
Parallel execution in SSIS improves performance on computers that have multiple physical or logical processors. To support parallel execution of different tasks in a package, SSIS uses two properties: MaxConcurrentExecutables and EngineThreads. If you are like me, you probably did not … Continue reading
Posted in SQLServerPedia Syndication, SSIS
2 Comments
Why does my SSIS package run slower in BIDS than DTEXEC?
If you have been creating SSIS packages in Business Intelligence Development Studio (BIDS) for any length of time, you have likely noticed that SSIS packages run slower in BIDS as opposed to running them in a SQL Server agent job … Continue reading
Posted in SQLServerPedia Syndication, SSIS
Leave a comment
SQL Server 2012: New Certifications
As a follow-up to my post SQL Server “Denali”: New Certifications, the seven exams for SQL Server 2012 are: Querying Microsoft SQL Server (70-461) [BI and DBA] (info) (course) Administering Microsoft SQL Server 2012 Databases (70-462) [DBA] (info) Developing Microsoft … Continue reading
Posted in Certification, SQL Server, SQL Server 2012
12 Comments
