<?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>Megode Blog</title>
	<atom:link href="http://www.megode.com/blog/index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.megode.com/blog</link>
	<description>Megode company information, BI and Enterprise Architecture.</description>
	<lastBuildDate>Sun, 06 Feb 2011 00:09:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Prerequisites to enable before you can deploy a CLR function</title>
		<link>http://www.megode.com/blog/?p=69</link>
		<comments>http://www.megode.com/blog/?p=69#comments</comments>
		<pubDate>Sun, 06 Feb 2011 00:09:23 +0000</pubDate>
		<dc:creator>Anthony Kippen</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[CLR]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[funtion]]></category>
		<category><![CDATA[t-sql]]></category>

		<guid isPermaLink="false">http://www.megode.com/blog/?p=69</guid>
		<description><![CDATA[
Enable the CLR execution on the target database that is disabled by default. The T-SQL command to enable CLR execution is as follows: 
sp_configure &#8216;clr enabled&#8217;, 1
reconfigure
GO
Make the database TRUSTWORTHY. This is required because our CLR project is going to be deployed with permission set = EXTERNAL_ACCESS as its calling an external web service, and [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li><strong>Enable the CLR execution on the target database that is disabled by default. The T-SQL command to enable CLR execution is as follows: </strong><br />
<span style="color: #800000;">sp_configure</span> <span style="color: #ff0000;">&#8216;clr enabled&#8217;</span>, 1<br />
<span style="color: #0000ff;">reconfigure</span><br />
<span style="color: #0000ff;">GO</span></li>
<li><strong>Make the database TRUSTWORTHY. This is required because our CLR project is going to be deployed with permission set = EXTERNAL_ACCESS as its calling an external web service, and for an assembly having EXTERNAL_ACCESS permissions we need to make database TRUSTWORTHY. The command for making database TRUSTWORTHY is</strong><br />
<span style="color: #0000ff;">ALTER DATABASE</span> <em>&lt;databasename&gt;</em> <span style="color: #0000ff;">SET TRUSTWORTHY ON</span><br />
<span style="color: #0000ff;">GO</span></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.megode.com/blog/?feed=rss2&amp;p=69</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Megode Definition</title>
		<link>http://www.megode.com/blog/?p=55</link>
		<comments>http://www.megode.com/blog/?p=55#comments</comments>
		<pubDate>Thu, 03 Jun 2010 23:26:49 +0000</pubDate>
		<dc:creator>Anthony Kippen</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[def]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[defn]]></category>
		<category><![CDATA[Megode]]></category>

		<guid isPermaLink="false">http://www.megode.com/blog/?p=55</guid>
		<description><![CDATA[Megode
English
Etymology
First attested 1961, Sandton Clinic, South Africa.
Pronounciation

(UK) enPR: mēgōdē, IPA: /miːgəʊdiː/, SAMPA: /mi:g@Udi:/
(US) enPR: mēgōdē, IPA: /migəʊdi/, SAMPA: /migoUdi/

Noun
Megode

A thing (used in a vague way to refer to something whose name one cannot recall)

Please pass me that Megode over there.

Used to label specialized emergency room equipment by nurses in South Africa.
A BI data-warehousing company based [...]]]></description>
			<content:encoded><![CDATA[<h1>Megode</h1>
<p><b><u>English</b></u><br />
<b><u>Etymology</b></u><br />
First attested 1961, Sandton Clinic, South Africa.<br />
<b><u>Pronounciation</b></u></p>
<ul>
<li>(UK) <a title="Wiktionary:English pronunciation key" href="http://en.wiktionary.org/wiki/Wiktionary:English_pronunciation_key">enPR</a>: mēgōdē, <a title="w:IPA chart for English" href="http://en.wikipedia.org/wiki/IPA_chart_for_English">IPA</a>: /miːgəʊdiː/, <a title="w:SAMPA chart for English" href="http://en.wikipedia.org/wiki/SAMPA_chart_for_English">SAMPA</a>: <tt>/mi:</tt><tt>g@Udi:</tt><tt>/</tt><tt></tt></li>
<li>(US) <a title="Wiktionary:English pronunciation key" href="http://en.wiktionary.org/wiki/Wiktionary:English_pronunciation_key">enPR</a>: mēgōdē, <a title="w:IPA chart for English" href="http://en.wikipedia.org/wiki/IPA_chart_for_English">IPA</a>: /migəʊdi/, <a title="w:SAMPA chart for English" href="http://en.wikipedia.org/wiki/SAMPA_chart_for_English">SAMPA</a>: <tt>/mi</tt><tt>goUdi</tt><tt>/</tt></li>
</ul>
<p><b><u>Noun</b></u><br />
<b>Megode</b></p>
<ol>
<li>A thing (used in a vague way to refer to something whose name one cannot recall)</li>
</ol>
<p>Please pass me that Megode over there.</p>
<ol>
<li>Used to label specialized emergency room equipment by nurses in South Africa.</li>
<li>A BI data-warehousing company based in Seattle Washington with South African roots.</li>
<li>Used to label or describe any data schema or object whose name one cannot recall.</li>
</ol>
<p><b>Synonyms</b></p>
<ul>
<li><a title="dohickey" href="http://en.wiktionary.org/wiki/dohickey">dohickey</a></li>
<li><a title="doodad" href="http://en.wiktionary.org/wiki/doodad">doodad</a>,      <a title="doodah" href="http://en.wiktionary.org/wiki/doodah">doodah</a></li>
<li><a title="gismo" href="http://en.wiktionary.org/wiki/gismo">gismo</a>,      <a title="gizmo" href="http://en.wiktionary.org/wiki/gizmo">gizmo</a></li>
<li><a title="thingamabob" href="http://en.wiktionary.org/wiki/thingamabob">thingamabob</a>,      <a title="thingmabob" href="http://en.wiktionary.org/wiki/thingmabob">thingmabob</a>, <a title="thingumabob" href="http://en.wiktionary.org/wiki/thingumabob">thingumabob</a>,      <a title="thingummabob (page does not exist)" href="http://en.wiktionary.org/w/index.php?title=thingummabob&amp;action=edit&amp;redlink=1">thingummabob</a></li>
<li><a title="thingamajig" href="http://en.wiktionary.org/wiki/thingamajig">thingamajig</a>,      <a title="thingmajig (page does not exist)" href="http://en.wiktionary.org/w/index.php?title=thingmajig&amp;action=edit&amp;redlink=1">thingmajig</a>, <a title="thingumajig (page does not exist)" href="http://en.wiktionary.org/w/index.php?title=thingumajig&amp;action=edit&amp;redlink=1">thingumajig</a>, <a title="thingummajig (page does not exist)" href="http://en.wiktionary.org/w/index.php?title=thingummajig&amp;action=edit&amp;redlink=1">thingummajig</a></li>
<li><a title="thingy" href="http://en.wiktionary.org/wiki/thingy">thingy</a></li>
<li><a title="whatsit" href="http://en.wiktionary.org/wiki/whatsit">whatsit</a></li>
<li><a title="whaddayacallit (page does not exist)" href="http://en.wiktionary.org/w/index.php?title=whaddayacallit&amp;action=edit&amp;redlink=1">whaddayacallit</a>, <a title="whatchamacallit" href="http://en.wiktionary.org/wiki/whatchamacallit">whatchamacallit</a></li>
<li><a title="da kine" href="http://en.wiktionary.org/wiki/da_kine">da kine</a> (local Hawaiian slang)</li>
</ul>
<p><b>Translations</b><br />
A thing</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megode.com/blog/?feed=rss2&amp;p=55</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maturity over time</title>
		<link>http://www.megode.com/blog/?p=53</link>
		<comments>http://www.megode.com/blog/?p=53#comments</comments>
		<pubDate>Wed, 21 Apr 2010 22:54:05 +0000</pubDate>
		<dc:creator>Anthony Kippen</dc:creator>
				<category><![CDATA[Glossary]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Megode]]></category>
		<category><![CDATA[Service]]></category>

		<guid isPermaLink="false">http://www.megode.com/blog/?p=53</guid>
		<description><![CDATA[Each distinct phase of a business’ lifecycle represents a milestone of what amounts to continuous improvement concerning these business truths (operating model). The compliment of IT enhancements to meet these maturity moves forward, match the value and thereby justifying the costs of all IT enhancements. This starts on day one of a successful business.
]]></description>
			<content:encoded><![CDATA[<p>Each distinct phase of a business’ lifecycle represents a milestone of what amounts to continuous improvement concerning these business truths (operating model). The compliment of IT enhancements to meet these maturity moves forward, match the value and thereby justifying the costs of all IT enhancements. This starts on day one of a successful business.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megode.com/blog/?feed=rss2&amp;p=53</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business Data</title>
		<link>http://www.megode.com/blog/?p=47</link>
		<comments>http://www.megode.com/blog/?p=47#comments</comments>
		<pubDate>Wed, 21 Apr 2010 22:50:58 +0000</pubDate>
		<dc:creator>Anthony Kippen</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Glossary]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Megode]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Terms]]></category>

		<guid isPermaLink="false">http://www.megode.com/blog/?p=47</guid>
		<description><![CDATA[The repository of all possible truths about a business. The key to “great” data repositories begins by creating systems that house and manage objective truths that are as atomic as usefully possible, and when those atomic parts are reassembled, they will continually represent verifiable facts that can be distinctly described.
]]></description>
			<content:encoded><![CDATA[<p>The repository of all possible truths about a business. The key to “great” data repositories begins by creating systems that house and manage objective truths that are as atomic as usefully possible, and when those atomic parts are reassembled, they will continually represent verifiable facts that can be distinctly described.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.megode.com/blog/?feed=rss2&amp;p=47</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Megode&#8217;s Capabilities</title>
		<link>http://www.megode.com/blog/?p=44</link>
		<comments>http://www.megode.com/blog/?p=44#comments</comments>
		<pubDate>Wed, 21 Apr 2010 20:59:21 +0000</pubDate>
		<dc:creator>Anthony Kippen</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[capability]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Destination]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[Journey]]></category>
		<category><![CDATA[Megode]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SSAS]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.megode.com/blog/?p=44</guid>
		<description><![CDATA[Megode forges over 30 years of EA/BI experience into a distinctive brand of IT consulting. Megode's ultimate objective with any client is to create an IT compliment to their client's business operating model. Using Megode's core principle that "data is knowledge and knowledge is power", Megode builds a roadmap for each client and drives all IT service-requests towards enabling their client to leverage their data in the service of their long-term strategic business needs.]]></description>
			<content:encoded><![CDATA[<p>Megode&#8217;s capabilities; ranging from app dev/web dev/world-class BI solutions to their Virtual CTO and DBA position offerings &#8211; are not just a collection of IT service options, but are specific byproducts of the relationship Megode develops with each client.</p>
<p>Each relationship is governed by the knowledge that all businesses, like persons, grow into and through distinct levels of maturity. That each level of maturity requires the right level of IT investment; always focusing on value not cost. Megode understands that there is no one &#8220;right/forever solution&#8221; for a business problem. Megode approaches all engagements by taking into consideration the specific businesses needs of each client. This in-depth understanding requires a commitment-based relationship which Megode proudly has with each and every client.</p>
<p>Megode works individually with each of its distinguished clientele searching for the most efficient and effective roadmap to help guide their business forward starting from where it&#8217;s at today. Megode uses their experience and expertise to help guide businesses along this roadmap – governed by their business strategy. Via an ever more effective IT solution to the business’ operating model, Megode helps their clients create a value-based IT infrastructure serving their growing business goals and objectives.</p>
<p><strong>It’s a journey, not a Destination</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.megode.com/blog/?feed=rss2&amp;p=44</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revenue Recognition &#8211; DW Solution</title>
		<link>http://www.megode.com/blog/?p=33</link>
		<comments>http://www.megode.com/blog/?p=33#comments</comments>
		<pubDate>Fri, 09 Apr 2010 22:57:05 +0000</pubDate>
		<dc:creator>Anthony Kippen</dc:creator>
				<category><![CDATA[Case Study]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[financial]]></category>
		<category><![CDATA[OLAP]]></category>
		<category><![CDATA[sample]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SSAS]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.megode.com/blog/?p=33</guid>
		<description><![CDATA[Introduction
Megode delivered a complete Data Warehousing “eco-system” to understand and report revenue for a large financial services client.  This client had been operating in “startup mode”, but as they were acquired, the urgency to be auditable and demonstrate viability in their accounting practices became critical to their success as a company.
Not only did Megode deliver [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_41" class="wp-caption alignnone" style="width: 310px"><a rel="attachment wp-att-41" href="http://www.megode.com/blog/?attachment_id=41"><img class="size-medium wp-image-41 " title="LrgRevRec" src="http://www.megode.com/blog/wp-content/uploads/2010/04/LrgRevRec-300x172.gif" alt="Revenue Recognition Image" width="300" height="172" /></a><p class="wp-caption-text">Revenue Recognition Image</p></div>
<p><strong><span style="text-decoration: underline;">Introduction</span></strong><br />
Megode delivered a complete Data Warehousing “eco-system” to understand and report revenue for a large financial services client.  This client had been operating in “startup mode”, but as they were acquired, the urgency to be auditable and demonstrate viability in their accounting practices became critical to their success as a company.</p>
<p>Not only did Megode deliver the systems and reports to complete end of 2009 revenue reporting, but the architecture of the system is such that the client may now continue on to grow the system for more  partners and increased capabilities.</p>
<p><strong><span style="text-decoration: underline;">Implementation</span></strong><br />
The RevRec system is built upon Microsoft SQL Server 2008, SSIS and SSAS using Visual Studio.   Architecting and building the solution required knowledge of these technology components combined with depth of expertise in dimensional modeling and accounting principles.</p>
<p><a href="http://www.megode.com/blog/wp-content/uploads/2010/04/Revenue-Recognition-Case-Study.pdf" target="_blank">Rev Rec Case Study</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.megode.com/blog/?feed=rss2&amp;p=33</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing BI</title>
		<link>http://www.megode.com/blog/?p=12</link>
		<comments>http://www.megode.com/blog/?p=12#comments</comments>
		<pubDate>Wed, 18 Nov 2009 04:02:24 +0000</pubDate>
		<dc:creator>Anthony Kippen</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[BI]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Service]]></category>

		<guid isPermaLink="false">http://www.megode.com/blog/?p=12</guid>
		<description><![CDATA[Business Intelligence (BI) solutions help organizations adapt faster to changing market conditions, listen to customers more effectively, and most importantly, improve an organization’s overall profitability.
BI Service Card
]]></description>
			<content:encoded><![CDATA[<p>Business Intelligence (BI) solutions help organizations adapt faster to changing market conditions, listen to customers more effectively, and most importantly, improve an organization’s overall profitability.</p>
<p><a href="http://www.megode.com/blog/wp-content/uploads/2009/11/Changing_BI.pdf" target="_blank">BI Service Card</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.megode.com/blog/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
