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
- I’m presenting at the PASS Summit!
- Consulting company: Perm/Salaried vs 1099/W2
- When the person you hire is not the person you hire
- Should placement companies use a markup %?
- Data cleansing in SSIS, DQS, and MDS
- Billing rates – other side of the fence, part 2
- Want me to do a presentation?
- Enhance your career by blogging!
- Consultants – Why pay more?
- Industry Expert Interview
Recent Comments
- Consulting company: Perm/Salaried vs 1099/W2 | James Serra's Blog on Salaried employee vs contractor
- I’m presenting at the PASS Summit! - SQL Server - SQL Server - Toad World on PASS Business Analytics Conference: the ultimate networking
- I’m presenting at the PASS Summit! - SQL Server - SQL Server - Toad World on How to become an expert in your field
- I’m presenting at the PASS Summit! - SQL Server - SQL Server - Toad World on Enhance your career by blogging!
- I'm presenting at the PASS Summit! | James Serra's Blog on DBA’s, want to earn the big bucks? Learn BI
Archives
- May 2013 (7)
- 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
- 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
- When the person you hire is not the person you hire
- Salaried employee vs contractor
- SSDT - Installation confusion
- Create SQL Server scripts with Visio 2010
- Improving cube processing time
- Visual Studio 2012 does not support BI
- Microsoft SQL Server Parallel Data Warehouse (PDW) Explained
- I'm presenting at the PASS Summit!
Favorite Blogs
Meta
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
Posted in DQS, MDS/MDM, SQL Server 2012, SQLServerPedia Syndication
1 Comment
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
1 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
6 Comments
