About James Serra
I am a Data Warehouse/Business Intelligence Architect, specializing in the SQL Server BI stack. I also am a DBA and have been for the last 15 years. I work for B.I. Voyage.-
Recent Posts
- Being careful in SSAS to not make a cube/dimension unprocessed
- Data Warehouse vs Data Mart
- Fast Track Data Warehouse Reference Guide for SQL Server 2012
- SSAS File System Error
- SQLSaturday in Houston Presentation
- SQL Server 2012: Certification Upgrade Info
- SQLSaturday in Houston
- SSDT – Installation confusion
- Consultants: Corp-to-Corp vs 1099
- SSAS development quick tip
Recent Comments
- Saso on SQL Server 2012: Installing on a Virtual Machine
- Kevin on SSDT – Installation confusion
- rike on Consultants: 1099 or W-2?
- Data Warehouse vs Data Mart | James Serra's Blog on SQL Server 2012: Multidimensional vs tabular
- James Serra on SQL Server Parallel Data Warehouse (PDW) Appliance Update 3 (AU3)
Archives
- May 2012 (3)
- 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
- Data warehouse
- DAX
- Dimensions
- DNS
- ETL
- Excel
- Fast Track
- Fuzzy Lookup
- Introduction
- KPI
- MDX
- Microsoft
- PASS
- PDW
- PerformancePoint
- Power View/Project Crescent
- PowerPivot
- Presentation
- ProClarity
- Project Apollo/Column-store indexes
- Quick Tip
- Report Builder
- Security
- Session
- SharePoint
- SQL Azure
- SQL Server
- SQL Server 2012
- SQLPASS
- SQLServerPedia Syndication
- SSAS
- SSDT/Juneau
- SSIS
- SSMS
- SSRS
- Team Foundation Server
- Tools
- Training
- Videos
- Virtualization
- Visio
- Visual Studio 2008
- Visual Studio 2010
- Visual Studio vNext
- White Paper
- Windows 8
Meta
Subscribe by email
Favorite Blogs
Rockstar Blogger
Monthly Archives: December 2011
SSIS Community Tasks and Components
Do you know there are hundreds of additional tasks, tools, and components for SSIS, many which are free? Why re-invent the wheel? Take a look at this exhaustive list created by Todd McDermid on CodePlex: SSIS Community Tasks and Components. It … Continue reading
Posted in SQLServerPedia Syndication, SSIS
Leave a comment
SQL Server 2012 (“Denali”): Master Data Services
SQL Server Master Data Services (MDS) has a number of enhancements in SQL Server 2012: Improved web user interface – If you are a current user of MDS in SQL Server 2008 R2 you know that it’s pretty difficult to … Continue reading
SQL Server 2012 (“Denali”): New Security Features
SQL Server 2012 has many new security features, and three of the bigger new features are: Default Schema for Windows Groups, Audit enhancements, and User-Defined Server Roles. Default Schema for Windows Groups A database schema can now be tied to a … Continue reading
Posted in Security, SQL Server, SQL Server 2012, SQLServerPedia Syndication
1 Comment
SQL Server 2012 (“Denali”): AlwaysOn
AlwaysOn is a new integrated high availability (HA) and disaster recovery (DR) solution that provides redundancy within a datacenter and across datacenters to help enable fast application failover during planned and unplanned downtime. Specifically, AlwaysOn delivers failover cluster instances, multiple secondaries, active … Continue reading
Junk dimensions
Junk dimensions are dimensions that contain miscellaneous data such as flags and indicators. When designing a data warehouse, you might come across a source system that has a bunch of yes/no indicator fields. If those fields needs to be tracked … Continue reading
Posted in Dimensions, SSAS
Leave a comment
Factless fact table
A factless fact table is a fact table that does not have any measures. It is essentially an intersection of dimensions (it contains nothing but dimensional keys). There are two types of factless tables: One is for capturing an event, … Continue reading
Posted in SQLServerPedia Syndication, SSAS
Leave a comment
TechNet Virtual Labs
There is an excellent site called TechNet Virtual Labs that enables you to quickly and easily evaluate Microsoft’s newest products and technologies via hands-on labs in which you are guided through the lab in about 90 minutes. There is nothing to … Continue reading
Posted in SQLServerPedia Syndication, Training
Leave a comment
Top SSAS white papers
These are my favorite SSAS white papers released by Microsoft, with many from SQLCAT. I’ll keep this post updated with new versions of the white papers as well as new ones that come along that I find useful: Analysis Services 2008 … Continue reading
Posted in SQLServerPedia Syndication, SSAS
Leave a comment
Reduce heap table fragmentation
A table that does not have a clustered index is referred to as a Heap. While a lot has been written about index fragmentation and how to defrag indexes, there is not much that talks about how to defrag a … Continue reading
Posted in SQL Server, SQLServerPedia Syndication
Leave a comment
Create SQL Server scripts with Visio 2010
If you are using Visio 2010 and creating tables via the Database Model Diagram template, you may be surprised to learn there is not a way to build CREATE TABLE scripts from your resulting diagram. The last release that supported … Continue reading
Posted in SQL Server, SQLServerPedia Syndication, Visio
4 Comments
