-
Recent Posts
Recent Comments
Archives
- April 2013
- November 2012
- February 2012
- January 2012
- December 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
Categories
Meta
Category Archives: Uncategorized
Cannot Create a BI Semantic Model Connection to Tabular Cube
Here’s the scenario: Within the PowerPivot Gallery in SharePoint 2010 you create a new “BI Semantic Model Connection”. In the “New BI Semantic Model” page you specify the name of the connection, the Workbook URL, and Database. When you click OK the … Continue reading
Posted in Uncategorized
Comments Off
BISM Connection to Tabular Cube and Data Link Properties
Here’s the scenario: You have a PowerPivot Gallery within SharePoint 2010. Within the gallery is a BISM connection that points to a Tabular cube. You attempt to use the BISM connection to open a new Excel workbook by clicking on … Continue reading
Posted in Uncategorized
Comments Off
How to Export BLOB data to Files in SSIS
Overview This topic will cover how to export data from BLOB fields in SQL Server and save those files out to the filesystem. This is accomplished within VB.Net code, but could just as easily be ported over to C#. DBServer: … Continue reading
Posted in Uncategorized
Comments Off
Demo Materials for PASS Session BIA-304–Building a Reporting Services Framework
I presented my session on ‘Building a Reporting Services Framework’ at the PASS Summit 2011 on Friday. I had a great time at the summit, both presenting and attending all the great sessions. A wonderful time was had by all. … Continue reading
Automatically Using the Latest Version of an SSRS Template
The ability to add Templates to SSRS (such as documented here and here and here) is a neat feature. Basically, you just create an RDL and put it in the “C:Program Files (x86)Microsoft Visual Studio 9.0Common7IDEPrivateAssembliesProjectItemsReportProject” directory… now you can … Continue reading
Using SSRS queries with parameters with Netezza
Our company has started using SQL Server Reporting Services 2008 R2 to handle most of our reporting against Netezza. This works pretty well over all using the Netezza 6.0 OLE DB driver. There are a few things to be aware … Continue reading
Posted in Uncategorized
Comments Off
How to Extract SAP Data in SSIS
This tutorial will step you through installing the Microsoft SAP ADO.Net connector and extracting data from SAP, all via SSIS. But first, some background information. Overview This week brought me the unique challenge of extracting data from SAP within SSIS. … Continue reading
XML as Source in SSIS — Part 2
Now that our data is cleansed, onto loading the data into our table! The cleanest, most sane approach that I have found to parsing through XML within a SSIS script task is by utilizing Linq to XML. More information can … Continue reading
XML as Source in SSIS
XML is becoming increasingly popular in the workplace. Many systems are using it as a way to transmit data efficiently across the network. While XML certainly has its place, consuming it and deconstructing it can be a real headache. Unfortunately, … Continue reading
SQLSaturday #48 Recap
I presented at SQLSaturday #48 this weekend. It was a great event, and I thoroughly enjoyed it. K. Brian Kelley and the other organizers put on a great event. This was the first SQLSaturday that I’ve been to in a … Continue reading