<?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/"
	>

<channel>
	<title>Boyan Penev on Microsoft BI &#187; Other</title>
	<atom:link href="http://www.bp-msbi.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bp-msbi.com</link>
	<description>A practical blog about Microsoft BI tools, techniques and practices written by a developer for other fellow developers.</description>
	<lastBuildDate>Sun, 29 Jan 2012 03:23:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Load Testing BI Solutions – When?</title>
		<link>http://www.bp-msbi.com/2011/12/load-testing-bi-solutions-when/</link>
		<comments>http://www.bp-msbi.com/2011/12/load-testing-bi-solutions-when/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 23:58:56 +0000</pubDate>
		<dc:creator>Boyan Penev</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Load Testing]]></category>

		<guid isPermaLink="false">http://www.bp-msbi.com/?p=470</guid>
		<description><![CDATA[This year I came across two very different BI projects which had the common non-functional requirement to prove that they would handle an expected spike in the report generation load. Funny enough, in both cases the project teams got very concerned and came up with wildly inaccurate predictions of how many concurrent users we should [...]]]></description>
			<content:encoded><![CDATA[<p>This year I came across two very different BI projects which had the common non-functional requirement to prove that they would handle an expected spike in the report generation load. Funny enough, in both cases the project teams got very concerned and came up with wildly inaccurate predictions of how many concurrent users we should be testing for. In the first case the problem was with the perception of “thousands of users”, while in the second, the team interpreted “monthly users” as “concurrent users”. The annoying part was that in the first case the team planned on building an ultra-massively overcomplicated queuing system to handle those spikes, and in the second case they were thinking of completely scrapping the ad-hoc functionality in the solution and resorting to report extracts distributed by email. The unreasonable expectations of the load lead to bad design choices – this is why it is important to <strong>remain calm and first check whether there is a problem at all.</strong></p>
<p>Firstly, let’s agree that we are measuring report requests. To begin, we should know how many requests we get per a period of time (e.g. a month), and then how long it takes to generate a report. A typical scenario would be:</p>
<ul>
<li>1,000,000 report requests per month</li>
<li>2 seconds to generate a report on average</li>
</ul>
<p>What we need to do now if apply a bit of math:</p>
<p>1,000,000 / 20 = 50,000 requests per day (on average)</p>
<p>50,000 / 8 = 6,250 requests per hour (8 hours in a working day)</p>
<p>Since a report takes 2 seconds to generate, we can generate 1,800 reports in one hour. Therefore, with 6,250 requests, we would have 3.47 average concurrent users. Of course, this would be the case if we have a very uniformly split load. In reality this would not happen – instead, we will have peaks and dips in usage. A moderate peak is typically around 3x the average, while a heavy one would be at around 6x the average. To ensure that we can handle such peak periods, we should multiply our average concurrent users by 3 or by 6 depending on our load analysis. Let’s assume we have a very high peak load of 3.47 * 6 = 20.82, or approximately 21 concurrent users. This is the number we need to test in our case. Note that we had 1,000,000 report requests per month, but in our highest peak we expect to have only 21 concurrent users. I have not actually had a project where we have expected to have such a load (in both cases which prompted me to write this post we had between 2000-10000 users per month).</p>
<p>The moral of the story – don’t panic. In most reporting projects the user load is not high enough to warrant a full-scale load testing exercise; next time you hear talking about something like that, instead of rushing to cover unreasonable scenarios, try to calculate and confirm the need first.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bp-msbi.com/2011/12/load-testing-bi-solutions-when/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DataMarket Updates: Speed, Portal and DateStream</title>
		<link>http://www.bp-msbi.com/2011/12/datamarket-updates-speed-portal-and-datestream/</link>
		<comments>http://www.bp-msbi.com/2011/12/datamarket-updates-speed-portal-and-datestream/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 00:08:19 +0000</pubDate>
		<dc:creator>Boyan Penev</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[DataMarket]]></category>
		<category><![CDATA[DateStream]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://www.bp-msbi.com/?p=469</guid>
		<description><![CDATA[It has been an eventful week for the Azure DataMarket. We had three new and exciting (for geeks like me) things happening in that corner of the Microsoft universe: 1. Speed! There was an update to the Azure DataMarket a few days ago. It was, in my opinion, the best thing Microsoft could have done [...]]]></description>
			<content:encoded><![CDATA[<p>It has been an eventful week for the Azure DataMarket. We had three new and exciting (for geeks like me) things happening in that corner of the Microsoft universe:</p>
<h5>1. Speed!</h5>
<p>There was an update to the Azure DataMarket a few days ago. It was, in my opinion, the best thing Microsoft could have done to their offering &#8211; tremendously increase its performance. While the DataMarket was previously plagued by unacceptably slow download speed, now it&#8217;s for feed standards blazingly fast. For comparison sake, I used to wait for more than 40 minutes when downloading an approximately 70k rows feed from the DataMarket prior to the update. Now, it is on my machine in around 5 &#8211; 8-fold increase in performance! Rumours have it that on faster-than-my-home-ADSL2+-networks we will be experiencing up to 20x better performance. It would be good to hear if this is actually correct for developers on such networks (please comment).</p>
<p>Next, range queries, hopefully&#8230;</p>
<h5>2. Portal</h5>
<p>While before the last couple of days anyone who wanted to publish data on the DataMarket had to contact the Microsoft team via email and ask how to get it done, we have just moved into the self-service space with a new portal allowing publishers to create and manage their feeds. The link to this new portal is:</p>
<p><a href="https://publish.marketplace.windowsazure.com/">https://publish.marketplace.windowsazure.com/</a></p>
<p>And, you can find some very helpful documentation about it here:</p>
<p><a href="http://msdn.microsoft.com/en-us/library/windowsazure/hh563871.aspx">http://msdn.microsoft.com/en-us/library/windowsazure/hh563871.aspx</a></p>
<h5>3. DateStream</h5>
<p>Finally, I am proud to announce that the great <a href="https://datamarket.azure.com/dataset/1542c52d-d466-4094-a801-9ef8fd7c6485">DateStream </a>feed got translated in four more languages:</p>
<p>- <strong>Hebrew</strong> and <strong>Danish</strong> &#8211; thanks to <a href="http://sqlserverjedi.wordpress.com/">Rafi Asraf</a></p>
<p>- <strong>German</strong></p>
<p>- <strong>Bulgarian</strong></p>
<p>The <strong>Italian</strong> translation (thanks to <a href="http://sqlblog.com/blogs/marco_russo/">Marco Russo</a>) is coming soon too, but missed this release unfortunately.</p>
<p>Feel free to explore them and let me know if anything needs to be changed to make them more correct/useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bp-msbi.com/2011/12/datamarket-updates-speed-portal-and-datestream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Melbourne SQL Server Social Event: Short Notice!</title>
		<link>http://www.bp-msbi.com/2011/11/melbourne-sql-server-social-event-short-notice/</link>
		<comments>http://www.bp-msbi.com/2011/11/melbourne-sql-server-social-event-short-notice/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 23:59:55 +0000</pubDate>
		<dc:creator>Boyan Penev</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.bp-msbi.com/?p=454</guid>
		<description><![CDATA[A short notice for SQL Server enthusiasts/professionals in Melbourne. Stephen Few is in town and will attend the SQL Server Social Event tomorrow (17 Nov) at the Sherlock Holmes Inn in the CBD (415 Collins Street). Feel free to come and meet the community, talk about SQL Server and information visualisation..and possibly get your Stephen [...]]]></description>
			<content:encoded><![CDATA[<p>A short notice for SQL Server enthusiasts/professionals in Melbourne. <a href="http://www.perceptualedge.com/">Stephen Few</a> is in town and will attend the SQL Server Social Event tomorrow (17 Nov) at the Sherlock Holmes Inn in the CBD (415 Collins Street). Feel free to come and meet the community, talk about SQL Server and information visualisation..and possibly get your Stephen Few books signed.</p>
<p>Link for the event: <a href="http://sqlserversocial.eventbrite.com/">http://sqlserversocial.eventbrite.com/</a></p>
<p>See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bp-msbi.com/2011/11/melbourne-sql-server-social-event-short-notice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two New Books Definitely Worth Buying</title>
		<link>http://www.bp-msbi.com/2011/09/two-new-books-definitely-worth-buying/</link>
		<comments>http://www.bp-msbi.com/2011/09/two-new-books-definitely-worth-buying/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 09:55:46 +0000</pubDate>
		<dc:creator>Boyan Penev</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[MDX]]></category>
		<category><![CDATA[MVP Deep Dives]]></category>
		<category><![CDATA[PASS]]></category>

		<guid isPermaLink="false">http://www.bp-msbi.com/?p=430</guid>
		<description><![CDATA[I will try to provide a concise and useful insight into two books from the world of SQL Server. The first one is available now, while the second one is coming out very soon (in the next couple of weeks). MDX with Microsoft SQL Server 2008 R2 Analysis Services Cookbook (link) by Tomislav Piasevoli &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>I will try to provide a concise and useful insight into two books from the world of SQL Server. The first one is available now, while the second one is coming out very soon (in the next couple of weeks).</p>
<p><a href="http://www.bp-msbi.com/wp-content/uploads/2011/09/SSAS-MDX-Cookbook.jpg"><img class="size-full wp-image-434 alignleft" title="SSAS MDX Cookbook" src="http://www.bp-msbi.com/wp-content/uploads/2011/09/SSAS-MDX-Cookbook.jpg" alt="" width="105" height="137" /></a></p>
<h5>MDX with Microsoft SQL Server 2008 R2 Analysis Services Cookbook (<a href="http://www.packtpub.com/mdx-with-microsoft-sql-server-2008-r2-analysis-services/book">link</a>)<br />
<span style="color: #888888;">by Tomislav Piasevoli</span></h5>
<p>&nbsp;</p>
<p>I received an invite to review Tomislav&#8217;s book a few weeks ago and despite the fact that I am quite busy these days, I decided to have a look mainly because I expected it to be very good as I had heard about it months ago by the author and the reviewers (Darren Gosbell, Chris Webb, Greg Galloway, Marco Russo and Deepak Puri); and because I was promised a free copy, so I wouldn&#8217;t have to buy the book myself (which I would have done anyway)<span style="font-family: Wingdings;">J</span>. Tomislav has been one of the most prominent SSAS MVPs, quite active on the MSDN Forums and writing interesting posts on his blog. I was not surprised that he has been able to deliver excellent practical advice for his readers in this cookbook and I expect to be using it often during SSAS implementations. Let&#8217;s see what you could expect from this book if you buy it.</p>
<p>Firstly, it is a cookbook – Tomislav has written recipes for a large amount of real-world scenarios. I must admit that I did not read absolutely all of them. I went through the ones I think I know well and compared Tomislav&#8217;s versions to the ones I would typically use. The topics are very well covered and follow a pattern of: Getting Ready -&gt; How to do it -&gt; How it works -&gt; There&#8217;s more -&gt; See also. First, we get an introduction, and then we prepare to get the work done. After that we get a step-by-step walkthrough for the actual solution. I liked the next section &#8220;How it works&#8221;. Here we get an explanation of why we get the result letting us get some more insight rather than blindly typing code. I find it a very nice touch and I applaud the author for spending the time to include this invaluable bit of information. The &#8220;There&#8217;s more&#8221; section after that expands a bit the topic, trying different options and showing what happens when we apply them. In the end of each chapter we have a section showing which other topics are related to the one we are currently reading. All in all, I think that Tomislav&#8217;s cookbook is very, very, well written.</p>
<p>In general, I would say that if you want to learn MDX and how it works, you can start with a textbook-style book, which shows the basics, explains them and then builds up on them. However, if you need to work with MDX now, or if you do have some knowledge but you lack practical skills, then this book is a real gem. I would definitely recommend buying Tomislav&#8217;s cookbook, and if you are interested in getting more theoretical detail on why things work the way they do, either do a lot of blog reading, or buying another MDX book to serve as a companion to this one.</p>
<p>In brief, this is the best MDX cookbook out there and offers excellent practical advice over a variety of topics.</p>
<p><a href="http://www.bp-msbi.com/wp-content/uploads/2011/09/SQL-Server-MVP-Deep-Dives.jpg"><img class="size-full wp-image-435 alignleft" title="SQL Server MVP Deep Dives vol.2" src="http://www.bp-msbi.com/wp-content/uploads/2011/09/SQL-Server-MVP-Deep-Dives.jpg" alt="" width="105" height="131" /></a></p>
<h5>MVP Deep Dives vol.2 (<a href="http://www.manning.com/delaney/">link</a>)</h5>
<p>&nbsp;</p>
<p>The second book I would like to introduce is another &#8220;must buy&#8221;. Imagine the effort required to assemble a book from 53 different authors who live in different parts of the world and are not all native English speakers (like me). Well, Kalen Delaney has made the effort…twice…and this is one of the reasons for having this book published in the next couple of weeks. Another reason is the motivation which the authors found in donating their work to <a href="http://www.operationsmile.org/">Operation Smile</a>. We are not profiting from it and we hope that you will also buy the book not only because of the outstanding content, but also because the money you spend will be used to help children with facial deformities all around the world.</p>
<p>The list of authors speaks for itself and I am very flattered to be able to participate with a chapter entitled &#8220;Managing Context in MDX&#8221;. The book will be out by the beginning of PASS Summit 2011 and there will be a book signing session, where you can get your copies signed by some of the authors. Come, drop by if you are there to say hello and have a chat!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bp-msbi.com/2011/09/two-new-books-definitely-worth-buying/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Closer Look at PALO and GPGPU</title>
		<link>http://www.bp-msbi.com/2011/08/a-closer-look-at-palo-and-gpgpu/</link>
		<comments>http://www.bp-msbi.com/2011/08/a-closer-look-at-palo-and-gpgpu/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 04:18:02 +0000</pubDate>
		<dc:creator>Boyan Penev</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[GPGPU]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[PALO]]></category>

		<guid isPermaLink="false">http://www.bp-msbi.com/?p=424</guid>
		<description><![CDATA[Last week I had the pleasure to meet a friend of mine, who formed a company I wrote about a year or two ago. His business has grown nicely since then and they have become the number one PALO partner in Australia. For those who are not aware of Jedox and PALO, I would recommend [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I had the pleasure to meet a friend of mine, who formed a company I wrote about a year or two ago. <a href="http://www.nakeddata.com/">His business </a>has grown nicely since then and they have become the number one PALO partner in Australia. For those who are not aware of Jedox and PALO, I would recommend visiting their website at <a href="http://www.jedox.com">www.jedox.com</a> &#8211; it is an open source BI suite very similar to SQL Server, minus the relational part. Since I was given a private show (no, nothing immoral here) in their corporate setup, I thought it may be interesting to discuss what I saw here in this post.</p>
<p>There are a few interesting and vastly different aspects of PALO when compared to the SQL Server BI stack:</p>
<h6>GPGPU</h6>
<p>For me the best feature they have is the General-Purpose GPU support in the OLAP server. While the OLAP components can be queried through MDX much like SSAS, they solve query bottlenecks with raw power. As far as I am aware, PALO supports CUDA, or the NVIDIA implementation (ATI have their own) of the GPGPU vision. If this all sounds a bit foreign, have a look at Tom&#8217;s Hardware article &#8220;<a href="http://www.tomshardware.com/reviews/nvidia-cuda-gpu,1954-4.html">The Advent of GPGPU</a>&#8220;, where the concept of using the GPU for computational purposes is explained in a fair bit of detail. In short, by harnessing the power of NVIDIA GPUs, the processing power of a PC jumps from a few GFLOPs (50-60 GFLOPs on my i7 2600K OC-ed to 4.5Ghz) to 1500-1800 GFLOPs on my NVIDIA GTX 570 GPU. This means that for GPU optimised calculations, a PC gets a boost of a factor of 30. Both NVIDIA and ATI can see the potential and have been working hard in the last few years to get better drivers and better support for such applications. PALO in particular prefers the <a href="http://www.nvidia.com/object/tesla_computing_solutions.html">NVIDIA Tesla</a> GPU. Note that a Tesla does not even have video output &#8211; it is used only for calculations, supports ECC memory (thus making itself ready for enterprise environments), and has been designed from the ground up for CUDA.</p>
<p>In terms of PALO, I got told that when they have an optimised query performing badly, adding a new Tesla unit in the server solves the problem. Their experience shows that the servers scale up linearly with every new GPU, and since NVIDIA&#8217;s SLI allows multiple GPUs running in parallel, adding 2-4 such units is all it takes to create a very, very fast computational workhorse.</p>
<h6>Tablet Apps</h6>
<p>Another area where I was impressed was the way PALO does mobile. They have free apps for the iPad (which I saw in action), as well as the iPhone and Android. Their vision is that information dashboards are best seen, and mostly required on the go when BI users have limited ability to browse around and get a deeper insight. I tend to agree to some extent. In my experience, the information dashboard is a slightly overrated concept. Having it on your phone or tablet where you can easily connect to you corporate environment and check some numbers quickly is a nice idea and I hope we see it becoming a part of the Microsoft stack sooner rather than later. The application which PALO have is quite nice minus the pies, allows any form of touch experience (multi-touch included) and allows easy slicing and dicing of data &#8211; just how it should be.</p>
<h6>Open Source Software Compatibility</h6>
<p>The last bit I would offer as an impressive and different to other not-open source vendors is the openness and compatibility of PALO with other open-source tools. Their stack components are easily replaceable. The ETL component can be changed to Pentaho&#8217;s Kettle, or JasperSoft&#8217;s ETL software which can load data directly in PALO&#8217;s cubes. A bit like loading a SQL Server data mart with Informatica, but seemingly better and tighter as the interfaces between the components are, apparently, completely open.</p>
<p>Apart from these areas, I think that the Microsoft stack has a nicer UI, allows easier development, and is richer (with MDS, QDS coming up, Data Mining, etc.). PALO has its own ETL tool, which is not graphical and relies on drop-downs and various windows to get the work done, the OLAP server seems to support many features out of the box, allows querying through MDX and supports write-back, but in general seems quite barren from SSAS point of view. The front-end is either Excel through a plug-in allowing the creation of reports through formulas, Open Office, Libre Office, and PALO&#8217;s own web-based spreadsheet environment. Once a report is created in either of those it can be published to a web portal for sharing with other users.</p>
<p>All in all, PALO is a neat, free BI suite, which comes for very cheap initially. There is an enterprise version, which is not free and, of course, any new customers will have to pay for someone to install it, configure it, and implement their requirements which will add to the total cost but these expenses are there for any other set of tools (although, a decent argument can be lead on which suite allows faster and cheaper development). The features listed in this article definitely appeal to some and I am very impressed by the innovative GPGPU capability, which has a lot of potential and I can easily think of a few areas where a 30-fold improvement in computational power will benefit SQL Server BI.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bp-msbi.com/2011/08/a-closer-look-at-palo-and-gpgpu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>7 Tools You Want on Your BI Dev Workstation</title>
		<link>http://www.bp-msbi.com/2011/05/7-tools-you-want-on-your-bi-dev-workstation/</link>
		<comments>http://www.bp-msbi.com/2011/05/7-tools-you-want-on-your-bi-dev-workstation/#comments</comments>
		<pubDate>Mon, 30 May 2011 03:41:24 +0000</pubDate>
		<dc:creator>Boyan Penev</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[BI development]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.bp-msbi.com/?p=395</guid>
		<description><![CDATA[Without promising gimmicks like 80% reduction in development effort and time to deliver (as if…), the following tools are either free or relatively cheap and offer a productivity boost while allowing (and actually in some cases promoting) good development practises. Of course there are many others available but the following are my personal preferences, which [...]]]></description>
			<content:encoded><![CDATA[<p>Without promising gimmicks like 80% reduction in development effort and time to deliver (as if…), the following tools are either free or relatively cheap and offer a productivity boost while allowing (and actually in some cases promoting) good development practises. Of course there are many others available but the following are my personal preferences, which I have found to be particularly valuable while developing (in no particular order).</p>
<p><strong><br />
BIDS Helper<br />
</strong></p>
<p style="margin-left: 18pt;">When it comes to free tools for Microsoft BI development BIDS Helper usually tops the list. It is a very powerful tool making many advanced development tasks easy.</p>
<p style="margin-left: 18pt;">Who makes it: <a href="http://geekswithblogs.net/darrengosbell/Default.aspx">Darren Gosbell</a>, <a href="http://www.artisconsulting.com/blogs/greggalloway/default.aspx">Greg Galloway</a>, <a href="http://www.agilebi.com/jwelch/">John Welch</a>, <a href="http://www.sqlis.com/sqlis/">Darren Green</a>, <a href="http://www.varigence.com/company/history/">Scott Currie</a><br />
License: <strong>Free</strong><br />
Link:<br />
<a href="http://bidshelper.codeplex.com/">http://bidshelper.codeplex.com/</a></p>
<p><strong><br />
SQL Compare and SQL Data Compare<br />
</strong></p>
<p style="margin-left: 18pt;">Red Gate is renowned for their great products and the top two in my opinion are SQL Compare and SQL Data Compare. These two allow robust and simplified migration between environments and help with creating transactional scripts for deploying to servers guarded by zealous DBAs.</p>
<p style="margin-left: 18pt;">Who makes it: Red Gate<br />
License (1 Developer): SQL Compare (Standard) &#8211; $395; SQL Data Compare (Standard) &#8211; $395<br />
Trial: Yes<br />
Links:<br />
<a href="http://www.red-gate.com/products/sql-development/sql-compare/">http://www.red-gate.com/products/sql-development/sql-compare/</a><br />
<a href="http://www.red-gate.com/products/sql-development/sql-data-compare/">http://www.red-gate.com/products/sql-development/sql-data-compare/</a></p>
<p><strong><br />
BI Documenter<br />
</strong></p>
<p style="margin-left: 18pt;">For those who do not like writing lengthy documents describing their work Pragmatic Works offers a great tool which extracts metadata from the various BI components in a solution and organises it very neatly in a cross-referenced (think HTML links between pages) fashion. It does it so well that I have had clients completely satisfied in terms of documentation by its output.</p>
<p style="margin-left: 18pt;">Who makes it: Pragmatic Works<br />
License (1 Developer): $395<br />
Trial: Yes<br />
Link:<br />
<a href="http://pragmaticworks.com/Products/Business-Intelligence/BIDocumenter/Default.aspx">http://pragmaticworks.com/Products/Business-Intelligence/BIDocumenter/Default.aspx</a></p>
<p><strong><br />
AS Performance Workbench<br />
</strong></p>
<p style="margin-left: 18pt;">For load testing of SSAS instances and cubes the free AS Performance Workbench provides a simple, easy and visual interface and eliminates the need to create a complex testing framework.</p>
<p style="margin-left: 18pt;">Who makes it: Rob Kerr<br />
License: <strong>Free</strong><br />
Link:<br />
<a href="http://asperfwb.codeplex.com/">http://asperfwb.codeplex.com/</a></p>
<p><strong><br />
ASCMD<br />
</strong></p>
<p style="margin-left: 18pt;">ASCMD is for SSAS what SQLCMD is for SQL Server – a command-line utility allowing execution of XMLA and MDX scripts. It provides a rich set of functionality for performing maintenance and testing tasks.</p>
<p style="margin-left: 18pt;">Who makes it: Microsoft<br />
License: <strong>Free</strong><br />
Link:<br />
<a href="http://msftasprodsamples.codeplex.com/">http://msftasprodsamples.codeplex.com/</a></p>
<p><strong><br />
MDX Studio<br />
</strong></p>
<p style="margin-left: 18pt;">Started by Mosha Pasumansky, MDX Studio is the most powerful MDX analysis tool available. It provides best practise advice and includes many MDX tuning features not available in the toolset included in SQL Server and Windows.</p>
<p style="margin-left: 18pt;">Who makes it: Microsoft<br />
License: <strong>Free</strong><br />
Link:<br />
<a href="http://cid-74f04d1ea28ece4e.skydrive.live.com/browse.aspx/MDXStudio/v0.4.14">http://cid-74f04d1ea28ece4e.skydrive.live.com/browse.aspx/MDXStudio/v0.4.14</a></p>
<p><strong><br />
Team Foundation Server<br />
</strong></p>
<p style="margin-left: 18pt;">TFS is a must if development is done by more than one person. While merging changes in BI projects is not as useful (or even possible) as in .NET coding projects, maintaining versions, branching, etc is still a must. TFS also includes bug tracking, requirements management, and a bunch of other features well worth exploring.</p>
<p style="margin-left: 18pt;">Who makes it: Microsoft<br />
License: 5 Developers &#8211; $499<br />
Trial: Yes<br />
Link:<br />
<a href="http://www.microsoft.com/visualstudio/en-us/products/2010-editions/team-foundation-server/overview">http://www.microsoft.com/visualstudio/en-us/products/2010-editions/team-foundation-server/overview</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bp-msbi.com/2011/05/7-tools-you-want-on-your-bi-dev-workstation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Blog</title>
		<link>http://www.bp-msbi.com/2011/01/new-blog/</link>
		<comments>http://www.bp-msbi.com/2011/01/new-blog/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 22:17:00 +0000</pubDate>
		<dc:creator>Boyan Penev</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://www.bp-msbi.com/2011/01/new-blog/</guid>
		<description><![CDATA[I just saw that John Simon (my boss at Avanade Melbourne) has started his own blog at: http://jsimonbi.wordpress.com The first four posts offer a description of various approaches to hierarchies. I am looking forward to more good content, which based on John&#8217;s career and knowledge in BI is not far away.]]></description>
			<content:encoded><![CDATA[<p>                I just saw that John Simon (my boss at Avanade Melbourne) has started his own blog at:</p>
<p>http://jsimonbi.wordpress.com</p>
<p>The first four posts offer a description of various approaches to hierarchies. I am looking forward to more good content, which based on John&#8217;s career and knowledge in BI is not far away.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bp-msbi.com/2011/01/new-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft MVP for 2011</title>
		<link>http://www.bp-msbi.com/2011/01/microsoft-mvp-for-2011/</link>
		<comments>http://www.bp-msbi.com/2011/01/microsoft-mvp-for-2011/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 01:05:06 +0000</pubDate>
		<dc:creator>Boyan Penev</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[MVP]]></category>

		<guid isPermaLink="false">http://www.bp-msbi.com/?p=258</guid>
		<description><![CDATA[I am very pleased to share my joy of being awarded with Microsoft MVP Award for 2011. Apparently, my blogging, speaking and MSDN forum participation has not gone unnoticed in Redmond during 2010. I am looking forward to being able to enjoy both the benefits and the responsibilities of being a MVP this year.]]></description>
			<content:encoded><![CDATA[<p>I am very pleased to share my joy of being awarded with Microsoft MVP Award for 2011. Apparently, my blogging, speaking and MSDN forum participation has not gone unnoticed in Redmond during 2010. I am looking forward to being able to enjoy both the benefits and the responsibilities of being a MVP this year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bp-msbi.com/2011/01/microsoft-mvp-for-2011/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>2011: Merry Christmas and Happy New Year</title>
		<link>http://www.bp-msbi.com/2010/12/2011-merry-christmas-and-happy-new-year/</link>
		<comments>http://www.bp-msbi.com/2010/12/2011-merry-christmas-and-happy-new-year/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 05:43:50 +0000</pubDate>
		<dc:creator>Boyan Penev</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[New Year]]></category>

		<guid isPermaLink="false">http://www.bp-msbi.com/?p=255</guid>
		<description><![CDATA[I am on my way out of the office, coming back in early January. Until then I will be camping around Victoria, Australia. It is time for me to recap 2010 and start forecasting and planning for 2011. Many interesting things happened this year in the world of Microsoft BI and in my personal bubble. [...]]]></description>
			<content:encoded><![CDATA[<p>I am on my way out of the office, coming back in early January. Until then I will be camping around Victoria, Australia. It is time for me to recap 2010 and start forecasting and planning for 2011.</p>
<p>Many interesting things happened this year in the world of Microsoft BI and in my personal bubble. We saw the beginning of a new trend around in-memory/self-service BI, the foundations of a new visualisation product &#8211; Crescent, SQL Server 2008 R2, the Denali CTP1, Office 2010, etc, etc, etc. 2011 looks promising and exciting in the end of 2010.</p>
<p>In my personal world I moved to Melbourne, presented at Tech Ed Australia, managed to continue my engagement in the Microsoft MSDN forums, learned a lot, became an MCTS and MCTIP in BI, etc, etc, etc. This blog reached over 250 subscribers, 2500 unique visitors per month, more than 20000 raw requests a week and the comments start exceeding the posts with a factor of 2. It is a pleasure to see that you, as my readers, enjoy the content I am sharing and I hope that the upwards trend will continue in 2011.</p>
<p>A very special &#8220;thank you&#8221; this year go to Darren Gosbell, Paul Hales, Lionel Gomes Da Rosa, Sirish Korada, Nick Barclay, and Maxim Yefremov. All of these guys in some way contributed to making my world a better place during 2010.</p>
<p>To all my readers &#8211; Merry Christmas and a Really Happy New Year!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bp-msbi.com/2010/12/2011-merry-christmas-and-happy-new-year/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Number One Name in Databases</title>
		<link>http://www.bp-msbi.com/2010/10/the-number-one-name-in-databases/</link>
		<comments>http://www.bp-msbi.com/2010/10/the-number-one-name-in-databases/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 00:23:20 +0000</pubDate>
		<dc:creator>Boyan Penev</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.bp-msbi.com/?p=158</guid>
		<description><![CDATA[I just noticed that Apple have a product which is the number one name in databases! For the unaware it&#8217;s the mighty FileMaker:   Beware SQL Server!! :)]]></description>
			<content:encoded><![CDATA[<p>I just noticed that Apple have a product which is <strong>the number one name in databases</strong>! For the unaware it&#8217;s the mighty FileMaker:</p>
<p><a href="http://www.bp-msbi.com/wp-content/uploads/2010/10/file_maker_shameless_ad.png"><img class="alignnone size-full wp-image-152" title="file_maker_shameless_ad" src="http://www.bp-msbi.com/wp-content/uploads/2010/10/file_maker_shameless_ad.png" alt="" width="644" height="242" /></a> </p>
<p>Beware SQL Server!! :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bp-msbi.com/2010/10/the-number-one-name-in-databases/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

