Posts Tagged ‘Microsoft’

SQL 2012 RC0

Microsoft has release SQL Server 2012 RC0. http://www.microsoft.com/download/en/details.aspx?id=28145 You can also get the RC0 release of PowerPivot for Excel 2010. http://www.microsoft.com/download/en/details.aspx?id=28150

Table Auditing with XML

When working with meta data tables it can be very useful to track when people make changes to the data. How do you track any change against any number of columns for any table? I have implemented a fairly simple solution that uses triggers and stores all changes as XML into one change log table. [...]

Presenting @ Atlanta Microsoft BI user group

I will be presenting at the next Atlanta Microsoft BI user group. Monday, July 25th, 2011. http://atlantabi.sqlpass.org/ Topic: SSIS Logging and Auditing Framework Level: Beginer / Intermediate Meeting Place Matrix Resources 115 Perimeter Center Place Suite 250 (South Terraces Building) Atlanta, GA 30346 Overview: Proper logging in your SSIS packages can help save hours in [...]

Avoiding dups when querying sysssislog

Last year I blogged about Avoiding dups in Parent Packages, when using custom logging. Todd McDermind has a good post on how to query the sysssislog table, if you are using the built in SQL SSIS logging. http://toddmcdermid.blogspot.com/2011/04/transforming-ssis-sysssislog-entries.html

Parse XML in SSIS

One of the built in data sources in in SSIS is an XML document. I started writing a package to pull data from XML stored in a SQL table. I noticed that there were several little gotchas that I had to work around to get the data the way I wanted. The XML file can [...]

Looping through files on an FTP server

I have always know that that SSIS has an FTP control Flow task, but I have never tried to use.  Turn out that the task is fairly limited and can be a pain to work with.  I am attempting to get a list of all files, in a folder, on an FTP server.   The FTP [...]

Step By Step PowerPivot using Excel Data

This post is a step by step beginner’s guide to PowerPivot.  I will show the basics of creating a PowerPivot workbook using Excel data.  PowerPivot has dramatically improved the way in which we can analyze our data in Excel.  Using PowerPivot in an Excel PivotChart provides the added benefit of Slicers.   Slicers are a cool new [...]

Customize SSIS Logging – Avoid dups in Parent Packages

I have been using a basic set of custom logging for my SSIS packages for a while now. I based my auditing framework on Project REAL and I have expanded it from there. I use event handlers for error, control flow tasks and variable value changes. One problem that I have come across is that [...]

Atlanta Microsoft BI Users Group

The Atlanta Microsoft Business Intelligence Users Group is having it’s 1st meeting tonight. The group is a chapter of PASS and is focused on Microsoft BI. The kickoff meeting will be “Self-service BI with PowerPivot” by Teo Lachev Monday, Aug 23 6:30PM Matrix Resources 115 Perimeter Center Place Suite 250 (South Terraces Building) Atlanta, GA [...]