<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Benny Austin</title>
	<atom:link href="http://bennyaustin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bennyaustin.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 09:55:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bennyaustin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/e59de9a2b6a3f62323b53797e9680181?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Benny Austin</title>
		<link>http://bennyaustin.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bennyaustin.wordpress.com/osd.xml" title="Benny Austin" />
	<atom:link rel='hub' href='http://bennyaustin.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SSIS: Optimizing the ETL for Late Arriving Dimensions</title>
		<link>http://bennyaustin.wordpress.com/2012/01/25/optimizing-late-arriving-dimension-etl/</link>
		<comments>http://bennyaustin.wordpress.com/2012/01/25/optimizing-late-arriving-dimension-etl/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 10:29:45 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Integration Services]]></category>
		<category><![CDATA[Early Arriving Fact]]></category>
		<category><![CDATA[ETL]]></category>
		<category><![CDATA[Filtered Index]]></category>
		<category><![CDATA[Integration Service]]></category>
		<category><![CDATA[Late Arriving Dimension]]></category>
		<category><![CDATA[lookup]]></category>
		<category><![CDATA[Row by row update]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Staging Table]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=1488</guid>
		<description><![CDATA[This post discusses the challenges for the ETL to handle Late Arriving Dimensions/Early Arriving Facts. and proposes solutions to tackle these challenges and optimize the ETL for Late Arriving Dimensions. <a href="http://bennyaustin.wordpress.com/2012/01/25/optimizing-late-arriving-dimension-etl/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&amp;blog=8055075&amp;post=1488&amp;subd=bennyaustin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2012/01/25/optimizing-late-arriving-dimension-etl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-33.867139 151.207114</georss:point>
		<geo:lat>-33.867139</geo:lat>
		<geo:long>151.207114</geo:long>
		<media:content url="http://1.gravatar.com/avatar/79960cee7b104b268834b8b7b4f0f947?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">bennyaustin</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2012/01/012512_1029_ssisoptimiz1.png" medium="image" />
	</item>
		<item>
		<title>SSAS:  One Database, many Cubes Vs. One Database per Cube</title>
		<link>http://bennyaustin.wordpress.com/2011/11/07/ssas-one-database-many-cubes-vs-one-database-per-cube/</link>
		<comments>http://bennyaustin.wordpress.com/2011/11/07/ssas-one-database-many-cubes-vs-one-database-per-cube/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 09:00:27 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[Analysis Service]]></category>
		<category><![CDATA[Analysis Service Role]]></category>
		<category><![CDATA[Conformed Dimension]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[Dimension Data Security]]></category>
		<category><![CDATA[PerformancePoint]]></category>
		<category><![CDATA[Role Playing Dimension]]></category>
		<category><![CDATA[Shared Dimension]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Analysis Service]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>
		<category><![CDATA[SSAS]]></category>
		<category><![CDATA[SSAS Deployment Wizard]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=1474</guid>
		<description><![CDATA[So you have several cubes to build and perhaps wondering what is the best way to build and deploy your cubes. Should you build all the cubes within the same Analysis Service database or create one database per cube? While there are benefits of having all cubes in one database there are scenarios where having one cube per database might be just as helpful. The following guidelines might help you to choose the best approach to build and deploy your SSAS cubes. <a href="http://bennyaustin.wordpress.com/2011/11/07/ssas-one-database-many-cubes-vs-one-database-per-cube/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&amp;blog=8055075&amp;post=1474&amp;subd=bennyaustin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2011/11/07/ssas-one-database-many-cubes-vs-one-database-per-cube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-33.867139 151.207114</georss:point>
		<geo:lat>-33.867139</geo:lat>
		<geo:long>151.207114</geo:long>
		<media:content url="http://1.gravatar.com/avatar/79960cee7b104b268834b8b7b4f0f947?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">bennyaustin</media:title>
		</media:content>
	</item>
		<item>
		<title>SSAS: Process Incremental &#8211; What it is &amp; isn’t</title>
		<link>http://bennyaustin.wordpress.com/2011/10/29/ssas-process-incremental/</link>
		<comments>http://bennyaustin.wordpress.com/2011/10/29/ssas-process-incremental/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 12:50:19 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[Analysis Service]]></category>
		<category><![CDATA[Journal]]></category>
		<category><![CDATA[Process Add]]></category>
		<category><![CDATA[Process Incremental]]></category>
		<category><![CDATA[Process Options]]></category>
		<category><![CDATA[Process Update]]></category>
		<category><![CDATA[Snapshot]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Analysis Service]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>
		<category><![CDATA[SSAS]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=1465</guid>
		<description><![CDATA[SSAS provides Process Incremental as one of the processing options for cubes, measure groups and partitions. It is important to understand how Process Incremental works because it differs significantly from the seemingly equivalent Process Update for dimensions. <a href="http://bennyaustin.wordpress.com/2011/10/29/ssas-process-incremental/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&amp;blog=8055075&amp;post=1465&amp;subd=bennyaustin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2011/10/29/ssas-process-incremental/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<georss:point>-33.867139 151.207114</georss:point>
		<geo:lat>-33.867139</geo:lat>
		<geo:long>151.207114</geo:long>
		<media:content url="http://1.gravatar.com/avatar/79960cee7b104b268834b8b7b4f0f947?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">bennyaustin</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2011/10/102911_1249_ssasprocess1.png" medium="image" />

		<media:content url="http://bennyaustin.files.wordpress.com/2011/10/102911_1249_ssasprocess2.png" medium="image" />

		<media:content url="http://bennyaustin.files.wordpress.com/2011/10/102911_1249_ssasprocess3.png" medium="image" />
	</item>
		<item>
		<title>SSAS:  Troubleshooting this exception – “An unexpected error occurred (file &#8216;mdinfo.cpp&#8217;, line nnnn, function &#8216;MDInfo::Init&#8217;)”</title>
		<link>http://bennyaustin.wordpress.com/2011/07/26/ssas-troubleshooting-this-exception-%e2%80%93-%e2%80%9can-unexpected-error-occurred-file-mdinfo-cpp-line-nnnn-function-mdinfoinit%e2%80%9d/</link>
		<comments>http://bennyaustin.wordpress.com/2011/07/26/ssas-troubleshooting-this-exception-%e2%80%93-%e2%80%9can-unexpected-error-occurred-file-mdinfo-cpp-line-nnnn-function-mdinfoinit%e2%80%9d/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 14:12:31 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[Integration Services]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Analysis Service]]></category>
		<category><![CDATA[mdinfo.cpp]]></category>
		<category><![CDATA[MDInfo::Init]]></category>
		<category><![CDATA[Process Index]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Analysis Service]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>
		<category><![CDATA[SSAS]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=1449</guid>
		<description><![CDATA[This post is about troubleshooting and finding a workaround for this exception - [Analysis Services Execute DDL Task] Error: Internal error: An unexpected error occurred (file 'mdinfo.cpp', line nnnn, function 'MDInfo::Init').
  <a href="http://bennyaustin.wordpress.com/2011/07/26/ssas-troubleshooting-this-exception-%e2%80%93-%e2%80%9can-unexpected-error-occurred-file-mdinfo-cpp-line-nnnn-function-mdinfoinit%e2%80%9d/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&amp;blog=8055075&amp;post=1449&amp;subd=bennyaustin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2011/07/26/ssas-troubleshooting-this-exception-%e2%80%93-%e2%80%9can-unexpected-error-occurred-file-mdinfo-cpp-line-nnnn-function-mdinfoinit%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-33.867139 151.207114</georss:point>
		<geo:lat>-33.867139</geo:lat>
		<geo:long>151.207114</geo:long>
		<media:content url="http://1.gravatar.com/avatar/79960cee7b104b268834b8b7b4f0f947?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">bennyaustin</media:title>
		</media:content>
	</item>
		<item>
		<title>SSAS: What could be wrong if you get – ‘A fact relationship cannot be defined’ ?</title>
		<link>http://bennyaustin.wordpress.com/2011/07/21/ssas-what-could-be-wrong-if-you-get-%e2%80%93-%e2%80%98a-fact-relationship-cannot-be-defined%e2%80%99/</link>
		<comments>http://bennyaustin.wordpress.com/2011/07/21/ssas-what-could-be-wrong-if-you-get-%e2%80%93-%e2%80%98a-fact-relationship-cannot-be-defined%e2%80%99/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 14:36:59 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Analysis Service]]></category>
		<category><![CDATA[Degenerate Dimension]]></category>
		<category><![CDATA[Degenerate/Fact Dimension]]></category>
		<category><![CDATA[Fact Dimension]]></category>
		<category><![CDATA[Fact Relationship]]></category>
		<category><![CDATA[Fact/Degenerate Dimension]]></category>
		<category><![CDATA[Relationship Type Fact]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Analysis Service]]></category>
		<category><![CDATA[SSAS]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=1436</guid>
		<description><![CDATA['A fact relationship cannot be defined. The dimension and measure group must be based on the same table in the same data source view.' If you get this message when defining the relationship type as Fact between the measure group and Degenerate/Fact dimension, what could possibly go wrong especially when the second part of the message clearly tells what needs to happen? <a href="http://bennyaustin.wordpress.com/2011/07/21/ssas-what-could-be-wrong-if-you-get-%e2%80%93-%e2%80%98a-fact-relationship-cannot-be-defined%e2%80%99/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&amp;blog=8055075&amp;post=1436&amp;subd=bennyaustin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2011/07/21/ssas-what-could-be-wrong-if-you-get-%e2%80%93-%e2%80%98a-fact-relationship-cannot-be-defined%e2%80%99/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>-33.867139 151.207114</georss:point>
		<geo:lat>-33.867139</geo:lat>
		<geo:long>151.207114</geo:long>
		<media:content url="http://1.gravatar.com/avatar/79960cee7b104b268834b8b7b4f0f947?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">bennyaustin</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2011/07/screen-capture-1-a-fact-relationship-cannot-be-defined.png" medium="image">
			<media:title type="html">Screen Capture 1 - A fact relationship cannot be defined</media:title>
		</media:content>
	</item>
		<item>
		<title>SSAS: AMO Coding Tips</title>
		<link>http://bennyaustin.wordpress.com/2011/07/06/ssas-amo-coding-tips/</link>
		<comments>http://bennyaustin.wordpress.com/2011/07/06/ssas-amo-coding-tips/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 14:31:51 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[AMO]]></category>
		<category><![CDATA[AmoException]]></category>
		<category><![CDATA[Analysis Management Objects]]></category>
		<category><![CDATA[Analysis Service]]></category>
		<category><![CDATA[ArgumentNullException]]></category>
		<category><![CDATA[ConnectionException]]></category>
		<category><![CDATA[Cube Dimension]]></category>
		<category><![CDATA[Database Dimension]]></category>
		<category><![CDATA[Deploy Roles and retain members]]></category>
		<category><![CDATA[FindByName]]></category>
		<category><![CDATA[Object ID]]></category>
		<category><![CDATA[Object Name]]></category>
		<category><![CDATA[OperationException]]></category>
		<category><![CDATA[OutOfMemoryException]]></category>
		<category><![CDATA[Retain roles and members]]></category>
		<category><![CDATA[Shared Dimension]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>
		<category><![CDATA[SSAS]]></category>
		<category><![CDATA[SSMS]]></category>
		<category><![CDATA[XMLA]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=1414</guid>
		<description><![CDATA[Some coding tips when using Analysis Management Objects (AMO) methods <a href="http://bennyaustin.wordpress.com/2011/07/06/ssas-amo-coding-tips/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&amp;blog=8055075&amp;post=1414&amp;subd=bennyaustin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2011/07/06/ssas-amo-coding-tips/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<georss:point>-33.867139 151.207114</georss:point>
		<geo:lat>-33.867139</geo:lat>
		<geo:long>151.207114</geo:long>
		<media:content url="http://1.gravatar.com/avatar/79960cee7b104b268834b8b7b4f0f947?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">bennyaustin</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2011/07/070511_1431_ssasamocodi1.png" medium="image" />
	</item>
		<item>
		<title>SSAS: Using AMO to Secure Analysis Service Cube</title>
		<link>http://bennyaustin.wordpress.com/2011/05/24/ssas-using-amo-to-secure-analysis-service-cube/</link>
		<comments>http://bennyaustin.wordpress.com/2011/05/24/ssas-using-amo-to-secure-analysis-service-cube/#comments</comments>
		<pubDate>Tue, 24 May 2011 10:05:18 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[AMO]]></category>
		<category><![CDATA[AmoException]]></category>
		<category><![CDATA[Analysis Management Objects]]></category>
		<category><![CDATA[Analysis Service]]></category>
		<category><![CDATA[Analysis Services Database Backup]]></category>
		<category><![CDATA[ArgumentNullException]]></category>
		<category><![CDATA[Cell Data Security]]></category>
		<category><![CDATA[ConnectionException]]></category>
		<category><![CDATA[Cube Dimension]]></category>
		<category><![CDATA[Dimension Data Security]]></category>
		<category><![CDATA[Multiple Roles and Permissions]]></category>
		<category><![CDATA[OperationException]]></category>
		<category><![CDATA[OutOfMemoryException]]></category>
		<category><![CDATA[Role Playing Dimension]]></category>
		<category><![CDATA[Shared Dimension]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>
		<category><![CDATA[SSAS]]></category>
		<category><![CDATA[XMLA]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=1363</guid>
		<description><![CDATA[Analysis Management Objects (AMO) opens up the object model of SSAS cube for programming. With a bit of .NET programing, AMO can be effectively used to automate administration tasks. Securing the cube is one such task that can be easily automated using AMO. The rest of this post explains how to automate cube security using AMO. <a href="http://bennyaustin.wordpress.com/2011/05/24/ssas-using-amo-to-secure-analysis-service-cube/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&amp;blog=8055075&amp;post=1363&amp;subd=bennyaustin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2011/05/24/ssas-using-amo-to-secure-analysis-service-cube/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		<georss:point>-33.867139 151.207114</georss:point>
		<geo:lat>-33.867139</geo:lat>
		<geo:long>151.207114</geo:long>
		<media:content url="http://1.gravatar.com/avatar/79960cee7b104b268834b8b7b4f0f947?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">bennyaustin</media:title>
		</media:content>
	</item>
		<item>
		<title>SSAS: Consider Cube Browsing when Building Role Playing Dimensions</title>
		<link>http://bennyaustin.wordpress.com/2011/03/23/ssas-consider-cube-browsing-role-playing-dimensions/</link>
		<comments>http://bennyaustin.wordpress.com/2011/03/23/ssas-consider-cube-browsing-role-playing-dimensions/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 12:29:16 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[Analysis Service]]></category>
		<category><![CDATA[Conformed Dimension]]></category>
		<category><![CDATA[Dimension Data Security]]></category>
		<category><![CDATA[Role Playing Dimension]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>
		<category><![CDATA[SSAS]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=1351</guid>
		<description><![CDATA[A Role Playing Dimensions reuses its definition to represent same concept in different contexts. Common example of Role Playing Dimension is date dimension. For instance, date dimension can be used to represent order date, delivery date and shipment date. Currency, staff, organisation hierarchy are other dimensions that are usually role played. While Role Playing Dimensions promote dimension reuse and share dimension data security, the effect on cube browsing must also be considered.  <a href="http://bennyaustin.wordpress.com/2011/03/23/ssas-consider-cube-browsing-role-playing-dimensions/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&amp;blog=8055075&amp;post=1351&amp;subd=bennyaustin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2011/03/23/ssas-consider-cube-browsing-role-playing-dimensions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<georss:point>-33.867139 151.207114</georss:point>
		<geo:lat>-33.867139</geo:lat>
		<geo:long>151.207114</geo:long>
		<media:content url="http://1.gravatar.com/avatar/79960cee7b104b268834b8b7b4f0f947?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">bennyaustin</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2011/03/032311_1228_ssasconside1.png" medium="image" />

		<media:content url="http://bennyaustin.files.wordpress.com/2011/03/032311_1228_ssasconside2.png" medium="image" />
	</item>
		<item>
		<title>SSAS: Using DMV Queries to get Cube Metadata</title>
		<link>http://bennyaustin.wordpress.com/2011/03/01/ssas-dmv-queries-cube-metadata/</link>
		<comments>http://bennyaustin.wordpress.com/2011/03/01/ssas-dmv-queries-cube-metadata/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 09:30:17 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Analysis Service]]></category>
		<category><![CDATA[DMV]]></category>
		<category><![CDATA[Document Cube]]></category>
		<category><![CDATA[Dynamic Management View]]></category>
		<category><![CDATA[Dynamic Management Views]]></category>
		<category><![CDATA[Schema Rowset]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>
		<category><![CDATA[SSAS]]></category>
		<category><![CDATA[SSAS Cube Documentation]]></category>
		<category><![CDATA[SSAS Cube Metadata]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=1323</guid>
		<description><![CDATA[SSAS Dynamic Management Views (DMV's) are very useful to query metadata of a cube. For developers, this is quite handy to provide simple documentation of the cubes they build. <a href="http://bennyaustin.wordpress.com/2011/03/01/ssas-dmv-queries-cube-metadata/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&amp;blog=8055075&amp;post=1323&amp;subd=bennyaustin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2011/03/01/ssas-dmv-queries-cube-metadata/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		<georss:point>-33.867139 151.207114</georss:point>
		<geo:lat>-33.867139</geo:lat>
		<geo:long>151.207114</geo:long>
		<media:content url="http://1.gravatar.com/avatar/79960cee7b104b268834b8b7b4f0f947?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">bennyaustin</media:title>
		</media:content>
	</item>
		<item>
		<title>DFLD: How to capture/refresh Dataflow column metadata from multiple packages using Dataflow Discoverer?</title>
		<link>http://bennyaustin.wordpress.com/2011/02/05/refresh-dataflow-column-metadata/</link>
		<comments>http://bennyaustin.wordpress.com/2011/02/05/refresh-dataflow-column-metadata/#comments</comments>
		<pubDate>Sat, 05 Feb 2011 00:19:43 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[CodePlex Projects]]></category>
		<category><![CDATA[Integration Services]]></category>
		<category><![CDATA[SSIS Dataflow Discoverer]]></category>
		<category><![CDATA[COMException]]></category>
		<category><![CDATA[ComponentMetaData]]></category>
		<category><![CDATA[dataflow]]></category>
		<category><![CDATA[dataflow column metadata]]></category>
		<category><![CDATA[dataflow discoverer]]></category>
		<category><![CDATA[dataflow metadata]]></category>
		<category><![CDATA[dfld]]></category>
		<category><![CDATA[DtsComException]]></category>
		<category><![CDATA[DtsException]]></category>
		<category><![CDATA[DtsPipelineException]]></category>
		<category><![CDATA[DtsTaskException]]></category>
		<category><![CDATA[Error Output]]></category>
		<category><![CDATA[ErrorCode]]></category>
		<category><![CDATA[ErrorColumn]]></category>
		<category><![CDATA[ErrorColumn name]]></category>
		<category><![CDATA[ForEachLoop]]></category>
		<category><![CDATA[ForLoop]]></category>
		<category><![CDATA[InputCollection]]></category>
		<category><![CDATA[Integration Service]]></category>
		<category><![CDATA[LineageID]]></category>
		<category><![CDATA[MainPipe]]></category>
		<category><![CDATA[OutputCollection]]></category>
		<category><![CDATA[PackageID]]></category>
		<category><![CDATA[Sequence Container]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[taskhost]]></category>
		<category><![CDATA[taskhost.InnerObject]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=1287</guid>
		<description><![CDATA[Dataflow Discoverer (DFLD) is a command-line discovery utility that detects and writes the metadata of SSIS dataflow columns to a SQL Server lookup table. DFLD detects Dataflows nested within containers up to any level of nesting.DFLD works on one package at a time. It's a typical ops requirement to keep the DFLMetadata of all SSIS packages up to date. In this post a technique is described to automate refresh of dataflow column metadata. <a href="http://bennyaustin.wordpress.com/2011/02/05/refresh-dataflow-column-metadata/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&amp;blog=8055075&amp;post=1287&amp;subd=bennyaustin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2011/02/05/refresh-dataflow-column-metadata/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<georss:point>-33.867139 151.207114</georss:point>
		<geo:lat>-33.867139</geo:lat>
		<geo:long>151.207114</geo:long>
		<media:content url="http://1.gravatar.com/avatar/79960cee7b104b268834b8b7b4f0f947?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">bennyaustin</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2011/02/03-dfld-for-multiple-packages.jpg" medium="image">
			<media:title type="html">Screen Capture 1 - Package to automate refresh of DFLMetadata</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2011/02/04-for-each-container-config.jpg" medium="image">
			<media:title type="html">Screen Capture 2 - For Each Container configuration</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2011/02/05-execute-process-task-config.jpg" medium="image">
			<media:title type="html">Screen Capture 3 - Execute Process Task Configuration</media:title>
		</media:content>
	</item>
	</channel>
</rss>
