<?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>&#34;It always seems impossible until its done&#34;  Nelson Mandela</description>
	<lastBuildDate>Tue, 09 Feb 2010 12:52:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='bennyaustin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/e59de9a2b6a3f62323b53797e9680181?s=96&#038;d=http://s.wordpress.com/i/buttonw-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" />
		<item>
		<title>Minimal Post-Installation Steps for Analysis Services</title>
		<link>http://bennyaustin.wordpress.com/2010/02/09/minimal-post-installation-steps-for-analysis-services/</link>
		<comments>http://bennyaustin.wordpress.com/2010/02/09/minimal-post-installation-steps-for-analysis-services/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 12:39:10 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[Analysis Service]]></category>
		<category><![CDATA[Analysis Service Installation]]></category>
		<category><![CDATA[BackupDir]]></category>
		<category><![CDATA[DataDir]]></category>
		<category><![CDATA[LogDir]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>
		<category><![CDATA[SSAS]]></category>
		<category><![CDATA[TempDir]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=862</guid>
		<description><![CDATA[During installation of Analysis Services, most of the properties are configured with a default value. These properties can be reconfigured any time after installation from SQL Server Management Studio. For most properties the default values works just fine. However, there are few properties that are best reconfigured immediately after installation to prevent down-time when the system is in production. This post discusses  the bare minimum properties that must be reconfigured after an Analysis Service Installation.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&blog=8055075&post=862&subd=bennyaustin&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2010/02/09/minimal-post-installation-steps-for-analysis-services/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/2010/02/install.jpg" medium="image">
			<media:title type="html">install</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2010/02/screen-capture-1-analysis-services-properties.jpg" medium="image">
			<media:title type="html">Screen Capture 1 - Analysis Services Properties</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2010/02/screen-capture-2-datadir-backupdir.jpg" medium="image">
			<media:title type="html">Screen Capture 2 - DataDir, BackupDir</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2010/02/screen-capture-3-logdir.jpg" medium="image">
			<media:title type="html">Screen Capture 3 - LogDir</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2010/02/screen-capture-4-tempdir.jpg" medium="image">
			<media:title type="html">Screen Capture 4 - TempDir</media:title>
		</media:content>
	</item>
		<item>
		<title>SSIS Package Deployment Method &#8211; File System or Server ?</title>
		<link>http://bennyaustin.wordpress.com/2010/01/30/ssis-package-deployment-method-file-system-or-server/</link>
		<comments>http://bennyaustin.wordpress.com/2010/01/30/ssis-package-deployment-method-file-system-or-server/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 15:44:07 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Integration Services]]></category>
		<category><![CDATA[File System Deployment]]></category>
		<category><![CDATA[Integration Service]]></category>
		<category><![CDATA[Server Deployment]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=833</guid>
		<description><![CDATA[After many implementations, I have a strong inclination and preference to deploy SSIS packages to File System rather than to the Server. File System method of deployment is clean and elegant. It encourages package reusability and in some instances it’s the only feasible option. Here are two common ETL scenarios to support my view. Server deployments exist for purpose of backward compatibility with the DTS packages migrated from earlier versions of SQL Server when the concept of package config did not exist. For new SSIS development, File System Deployment is the way to go.
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&blog=8055075&post=833&subd=bennyaustin&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2010/01/30/ssis-package-deployment-method-file-system-or-server/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/2010/01/best1.jpg" medium="image">
			<media:title type="html">best</media:title>
		</media:content>
	</item>
		<item>
		<title>Load, Stress and Performance Testing from a Developers Perspective</title>
		<link>http://bennyaustin.wordpress.com/2010/01/04/load-stress-and-performance-testing-from-a-developers-perspective/</link>
		<comments>http://bennyaustin.wordpress.com/2010/01/04/load-stress-and-performance-testing-from-a-developers-perspective/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 15:15:40 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Load Testing]]></category>
		<category><![CDATA[Load Test]]></category>
		<category><![CDATA[Performance Test]]></category>
		<category><![CDATA[Stress Test]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=813</guid>
		<description><![CDATA[A common misconception among developers is that Load, Stress and Performance Testing mean the same. Well, they are not. There are subtle yet distinctive differences between each of these methods of testing, their purpose and the audience they target.  I’m not a tester, so I won’t be going into the nuts and bolts of each of these methods of testing, rather I would like to present a very high level view on this subject that developers can relate to (and hopefully avoid confusion that I found myself in...).<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&blog=8055075&post=813&subd=bennyaustin&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2010/01/04/load-stress-and-performance-testing-from-a-developers-perspective/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/2010/01/different.jpg" medium="image">
			<media:title type="html">different</media:title>
		</media:content>
	</item>
		<item>
		<title>Convert to Formulas</title>
		<link>http://bennyaustin.wordpress.com/2010/01/01/convert-to-formulas/</link>
		<comments>http://bennyaustin.wordpress.com/2010/01/01/convert-to-formulas/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 13:03:13 +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[Excel 2007]]></category>
		<category><![CDATA[Excel Services]]></category>
		<category><![CDATA[Excel Web Access]]></category>
		<category><![CDATA[Pivot Table]]></category>
		<category><![CDATA[PivotTable]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>
		<category><![CDATA[SSAS]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=792</guid>
		<description><![CDATA[In this post, one of the cool feature of Excel called "Convert to Formulas" is explained with a practical illustration of it's use and also a word of caution...<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&blog=8055075&post=792&subd=bennyaustin&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2010/01/01/convert-to-formulas/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/2010/01/cool1.jpg" medium="image">
			<media:title type="html">sg</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2010/01/sc1-report.jpg" medium="image">
			<media:title type="html">Screen Capture 1- Pivot Table Report</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2010/01/sc2-ribbon.jpg" medium="image">
			<media:title type="html">Screen Capture 2 - Convert to Formula</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2010/01/sc3-dialog.jpg" medium="image">
			<media:title type="html">Screen Capture 3 - Do not Convert Report Filters</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2010/01/sc4-final-unpivoted-layout.jpg" medium="image">
			<media:title type="html">Screen Capture 4 - Unpivoted Cube Report</media:title>
		</media:content>
	</item>
		<item>
		<title>Securing Role Playing Dimensions in Analysis Services</title>
		<link>http://bennyaustin.wordpress.com/2009/12/29/securing-role-playing-dimensions-in-analysis-services/</link>
		<comments>http://bennyaustin.wordpress.com/2009/12/29/securing-role-playing-dimensions-in-analysis-services/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 13:53:15 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[AMO]]></category>
		<category><![CDATA[Analysis Management Objects]]></category>
		<category><![CDATA[Analysis Service]]></category>
		<category><![CDATA[Cube Dimension]]></category>
		<category><![CDATA[Role Playing Dimension]]></category>
		<category><![CDATA[Shared Dimension]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>
		<category><![CDATA[SSAS]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=786</guid>
		<description><![CDATA[In this post the different methods of securing dimension data is explained and compared with an emphasis on special case scenario - the Role Playing Dimension.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&blog=8055075&post=786&subd=bennyaustin&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2009/12/29/securing-role-playing-dimensions-in-analysis-services/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/2009/12/closeup_of_eye_c020.jpg" medium="image">
			<media:title type="html">data security</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/12/sc1-shared-dimension-vs-cube-dimension.jpg" medium="image">
			<media:title type="html">Screen Capture 1 - Shared Dimension Vs Cube Dimension</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/12/sc2-secured-vs-unsecured.jpg" medium="image">
			<media:title type="html">Screen Capture 2 - Securing Role Playing Dimension</media:title>
		</media:content>
	</item>
		<item>
		<title>Row Insert from SSIS package Vs Transact-SQL Statements</title>
		<link>http://bennyaustin.wordpress.com/2009/12/15/row-insert-from-ssis-package-vs-sql-statements/</link>
		<comments>http://bennyaustin.wordpress.com/2009/12/15/row-insert-from-ssis-package-vs-sql-statements/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 09:09:37 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Integration Services]]></category>
		<category><![CDATA[Minimal Logging]]></category>
		<category><![CDATA[Recovery Model]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSIS Vs T-SQL]]></category>
		<category><![CDATA[Transaction Log]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=737</guid>
		<description><![CDATA[In this post, transaction logging between SQL INSERT Statement and SSIS package is compared and how SSIS miminal logging can improve performance in typical high volume data warehouse ETL scenario.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&blog=8055075&post=737&subd=bennyaustin&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2009/12/15/row-insert-from-ssis-package-vs-sql-statements/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/2009/12/spinning-world.jpg" medium="image">
			<media:title type="html">spinning world</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/12/screen-capture-1-package.jpg" medium="image">
			<media:title type="html">Screen Capture 1 - SSIS Package</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/12/screen-capture-3-comparison-ssis-vs-t-sql1.jpg" medium="image">
			<media:title type="html">Screen Capture 2 -  Comparison SSIS Vs Transact-SQL Logging</media:title>
		</media:content>
	</item>
		<item>
		<title>Cell Data Access Vs Dimension Data Access in Analysis Services</title>
		<link>http://bennyaustin.wordpress.com/2009/11/20/cell-data-access-vs-dimension-data-access-in-analysis-services/</link>
		<comments>http://bennyaustin.wordpress.com/2009/11/20/cell-data-access-vs-dimension-data-access-in-analysis-services/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 11:52:52 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[Analysis Service]]></category>
		<category><![CDATA[Cell Data Security]]></category>
		<category><![CDATA[Dimension Data Security]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>
		<category><![CDATA[SSAS]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=714</guid>
		<description><![CDATA[Analysis Services security model is role based. Within a role, the cube data can be secured by either Cell data or Dimension data. In this post, I compare the relative merits of each method.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&blog=8055075&post=714&subd=bennyaustin&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2009/11/20/cell-data-access-vs-dimension-data-access-in-analysis-services/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/2009/11/compare.jpg" medium="image">
			<media:title type="html">compare</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/11/screenshot-1-cell-data-mdx-expression.jpg" medium="image">
			<media:title type="html">Screenshot 1 - Cell Data MDX Expression</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/11/screenshot-2-cell-data-security.jpg" medium="image">
			<media:title type="html">Screenshot 2 - Cell Data Security</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/11/screenshot-3-dimension-data-mdx-expression.jpg" medium="image">
			<media:title type="html">Screenshot 3 - Dimension Data MDX Expression</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/11/screenshot-4-dimension-data-access1.jpg" medium="image">
			<media:title type="html">Screenshot 4 - Dimension Data Access</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/11/screenshot-5-visual-totals.jpg" medium="image">
			<media:title type="html">Screenshot 5 - Visual Totals</media:title>
		</media:content>
	</item>
		<item>
		<title>Load Testing Excel Services Report – Deriving Query String Parameters sr and wb</title>
		<link>http://bennyaustin.wordpress.com/2009/11/14/deriving-query-string-parameters-sr-and-wb/</link>
		<comments>http://bennyaustin.wordpress.com/2009/11/14/deriving-query-string-parameters-sr-and-wb/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 10:11:39 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Load Testing]]></category>
		<category><![CDATA[SharePoint Server]]></category>
		<category><![CDATA[Excel Services]]></category>
		<category><![CDATA[Excel Web Access]]></category>
		<category><![CDATA[Load Test]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[sr]]></category>
		<category><![CDATA[wb]]></category>
		<category><![CDATA[Web Test]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=662</guid>
		<description><![CDATA[Visual Studio Team System (VSTS) Test Edition is a valuable tool to load test web applications. This post is about using VSTS Test Edition to load test SharePoint Excel Services report. In particular, I explain the solution to handle session time-out issues encountered with Excel Services web test that could invalidate the load test. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&blog=8055075&post=662&subd=bennyaustin&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2009/11/14/deriving-query-string-parameters-sr-and-wb/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/2009/11/loadtest.jpg" medium="image">
			<media:title type="html">LoadTest</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/11/figure1-load-test-components1.jpg" medium="image">
			<media:title type="html">Figure1 - Components of Load Test </media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/11/screenshot-1-web-test.jpg" medium="image">
			<media:title type="html">Screenshot 1 - Web Test</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/11/screenshot-2-web-test-session-timeout.jpg" medium="image">
			<media:title type="html">Screenshot 2 - Session Timeout</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/11/screenshot-3-sr-and-wb-in-ewrfilter-aspx.jpg" medium="image">
			<media:title type="html">Screenshot 3 - sr and wb in EwrFilter.aspx</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/11/screenshot-4-extraction-rule-for-sr.jpg" medium="image">
			<media:title type="html">Screenshot 4 - Extraction Rule for sr</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/11/screenshot-5-extraction-rule-for-wb1.jpg" medium="image">
			<media:title type="html">Screenshot 5 - Extraction Rule for wb</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/11/screenshot-6-web-test-with-extracted-sr-and-wb-values.jpg" medium="image">
			<media:title type="html">Screenshot 6 - Web Test with extracted sr and wb values</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/11/screenshot-7-success.jpg" medium="image">
			<media:title type="html">Screenshot 7 - No more session time-out</media:title>
		</media:content>
	</item>
		<item>
		<title>Testing/Troubleshooting Analysis Service Cube Security from SQL Server Management Studio</title>
		<link>http://bennyaustin.wordpress.com/2009/10/28/testing-cube-security-from-ssms/</link>
		<comments>http://bennyaustin.wordpress.com/2009/10/28/testing-cube-security-from-ssms/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 10:35:47 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[AMO]]></category>
		<category><![CDATA[Analysis Management Objects]]></category>
		<category><![CDATA[Analysis Service]]></category>
		<category><![CDATA[SQL Server Analysis Services]]></category>
		<category><![CDATA[SQL Server Management Studio]]></category>
		<category><![CDATA[SSAS]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=635</guid>
		<description><![CDATA[Analysis Service Security model is role based and relies on Windows authentication. This could pose a challenge for development and support teams to test/troubleshoot role permissions because of sensitivities around windows password. Thankfully Microsoft SQL Server Management Studio (SSMS) provides a feature to test/troubleshoot role permissions and the best thing is - you don’t need to know the password of the windows account you are testing.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&blog=8055075&post=635&subd=bennyaustin&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2009/10/28/testing-cube-security-from-ssms/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<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/2009/10/security.jpg" medium="image">
			<media:title type="html">security</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/10/fig1-change-user2.jpg" medium="image">
			<media:title type="html">Screen Capture 1- Change User</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/10/fig2-security-context1.jpg" medium="image">
			<media:title type="html">Screen Capture 2 - Security Context</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/10/fig3-no-permission1.jpg" medium="image">
			<media:title type="html">Screen Capture 3 – Cube does not have Read Permission</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/10/fig4-by-role.jpg?w=1024" medium="image">
			<media:title type="html">Screen Capture 4 - By Role</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/10/fig5-by-user-1-role1.jpg?w=1024" medium="image">
			<media:title type="html">Screen Capture 5 – Most Restrictive Role</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/10/fig6-by-user-2-role.jpg?w=1024" medium="image">
			<media:title type="html">Screen Capture 6 - Least Restrictive Role</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Page Viewer Web Part to Display Reporting Services Reports in SharePoint</title>
		<link>http://bennyaustin.wordpress.com/2009/10/19/page-viewer-as-report-viewer/</link>
		<comments>http://bennyaustin.wordpress.com/2009/10/19/page-viewer-as-report-viewer/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 21:20:01 +0000</pubDate>
		<dc:creator>Benny Austin</dc:creator>
				<category><![CDATA[SharePoint Server]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Reporting Service URL Access]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Web Part]]></category>
		<category><![CDATA[Web Zone]]></category>

		<guid isPermaLink="false">http://bennyaustin.wordpress.com/?p=597</guid>
		<description><![CDATA[Page Viewer is an out-of-box SharePoint web part that functions as a placeholder for web pages, folders and files that reside usually outside the SharePoint environment. One such use of Page Viewer is to display a Reporting Service report which is not integrated with SharePoint.  This means with a little bit on tinkering Page Viewer can be effectively converted into a Report Viewer.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bennyaustin.wordpress.com&blog=8055075&post=597&subd=bennyaustin&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://bennyaustin.wordpress.com/2009/10/19/page-viewer-as-report-viewer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<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/2009/10/report2.jpg" medium="image">
			<media:title type="html">report</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/10/fig1-report-viewer.jpg" medium="image">
			<media:title type="html">Figure 1 - Page Viewer as Report Viewer</media:title>
		</media:content>

		<media:content url="http://bennyaustin.files.wordpress.com/2009/10/fig-2-page-viewer-properties.jpg" medium="image">
			<media:title type="html">Figure 2 - Page Viewer Properties</media:title>
		</media:content>
	</item>
	</channel>
</rss>