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: July 2011
Dual monitors, dual laptops, and the best way to manage them
Here is a tip that could make you much more productive: At home, I have a desktop computer with dual-monitors (via a HDMI connection and a DVI connection with 1920×1080 resolution. One monitor is 24-inch, the other 21-inch). I also have … Continue reading
Posted in Career, SQLServerPedia Syndication
5 Comments
SQL Server does not script indexes by default
Here is a got-ya that happened to me. In SQL Server I want to generate a script of all the tables in case I need to re-create them. This is usually the case in a development environment when I’m building … Continue reading
Posted in SQL Server, SQLServerPedia Syndication
5 Comments
Setting role security in SSAS for a role-playing dimension
Here is a common got-ya. You are modifying the cube dimension security for a role-playing dimension. You make the changes and the cube processes successfully. But when you try to connect to the cube, you get the following error message: The ‘XXX’ attribute in … Continue reading
Posted in Security, SQLServerPedia Syndication, SSAS
1 Comment
Visual Studio vNext
“vNext” is the codename Microsoft has chosen for the next version of the Visual Studio. A big feature is improving the application lifecycle management (ALM) process. Check out this pdf “Visual Studio VNext: Application Lifecyle Managment” or the video The Future of Microsoft Visual … Continue reading
SQL Server 2012 (“Denali”): New Certifications
According to the post SQL Server “Denali” Experts–We Need You! that asks for your feedback on the Microsoft certifications for the next version of SQL Server, there will be seven exams: Four certification exams are planned for SQL Server 2012, code … Continue reading
SQL Server 2012 (“Denali”): Details on the next version of SSIS
CTP3 of SQL Server 2012, code named “Denali”, was made available recently, and it offers a lot of new features for SSIS. Some of my favorites are: SSIS Projects, which is an encapsulation of multiple packages into a single unit … Continue reading
Posted in SQL Server 2012, SQLServerPedia Syndication, SSIS
2 Comments
SQL Server 2012 (“Denali”): Installing SSAS Multidimensional vs Tabular Mode
As I play with the recently released CTP3 of SQL Server 2012, code name of Denali, I wanted to point something out about installing SSAS, since there is now two “modes” you can choose from due to the the new BI Semantic Model … Continue reading
Posted in BISM, SQL Server, SQL Server 2012, SQLServerPedia Syndication, SSAS
1 Comment
SQL Server 2008 R2 Service Pack 1 Released
Microsoft has released the final build of SQL Server 2008 R2 SP1. It includes fixes from SQL Server 2008 R2 RTM Cumulative Updates 1 through 6, and some new features introduced since those cumulative updates. Release notes for SQL Server 2008 R2 SP1 is available here. SP1 adds several … Continue reading
Posted in SQL Server, SQLServerPedia Syndication
Leave a comment
SSIS package taking forever to load when you open it?
When you open a SQL Server Integration Services (SSIS) package in SSIS Designer or add components to a package, SSIS by default checks the data sources used by the various components. This process for SSIS package validation ensures that the … Continue reading
Posted in SQLServerPedia Syndication, SSIS
1 Comment
SQL Server 2012 (“Denali”): CTP3 now available!
CTP3 of SQL Server Code 2012, code name “Denali”, was made available for download this morning. You can download the 32-bit and 64-bit versions here. Official announcement from the SQL Server team blog and the announcement from the Analysis Services … Continue reading
