<?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>Strategic Planning&#187; Data</title>
	<atom:link href="http://www.haveastrategy.com/category/data/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.haveastrategy.com</link>
	<description>Get the Strategy Tips you need to succeed.</description>
	<lastBuildDate>Tue, 09 Aug 2011 22:25:51 +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>Client-Server Computing Explained in Brief</title>
		<link>http://www.haveastrategy.com/2010/12/05/client-server-computing-explained-in-brief/</link>
		<comments>http://www.haveastrategy.com/2010/12/05/client-server-computing-explained-in-brief/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 21:10:00 +0000</pubDate>
		<dc:creator>kjsimo</dc:creator>
				<category><![CDATA[Data]]></category>

		<guid isPermaLink="false">http://www.haveastrategy.com/?p=407</guid>
		<description><![CDATA[Client-Server Computing is all around us.  By reading this web post you are experiencing client-server at work and there are countless examples and growing uses for client-server computing, especially as the popularity of cloud computing increases. ]]></description>
			<content:encoded><![CDATA[<!-- AdSense Now! V2.00 -->
<!-- Post[count: 1] -->
<div class="adsense adsense-leadin" style="float:right;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-0267036659093929";
/* 300x250, created 8/22/10 */
google_ad_slot = "5988133751";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Client-Server Computing is all around us.  By reading this web post you are experiencing client-server at work and there are countless examples and growing uses for client-server computing, especially as the popularity of cloud computing increases. So what is client-server and what are the differences between fat and thin clients?</p>
<p>Client-Server Computing leverages the capabilities of networking such as that used in your office, home, and the World Wide Web.  As the computing environment has evolved from mainframe systems with dumb terminals to a network of powerful desktop computers, corporations needed a way to take advantage of the computing power on both ends of the network, hence, client-server computing. By replacing mainframe systems which use dumb terminals, with a client-server architecture, a company can take advantage of the distributed computing power in the clients (the desktop PCs), rather than just using dumb terminals that require the server to do all the work.  Additionally, centralized data is still accessible to everyone who needs it.  It is a best of both worlds approach to computing.  The client-server model also offers unprecedented opportunity for growth, scalability, and concurrent multi-user access to central information.</p>
<p>Fat clients take the majority of the responsibility for the application logic, which frees the server from much of the work.  This approach has several advantages to the thin client approach.  Some of which are; a greater flexibility in application design and functionality, an increase system stability when updating application logic, and fat clients are generally easier to because they are client specific and do not have to be compatible with various client types as in a thin client system.</p>
<!-- AdSense Now! V2.00 -->
<!-- Post[count: 2] -->
<div class="adsense adsense-midtext" style="float:left;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-0267036659093929";
/* 300x250, created 8/22/10 */
google_ad_slot = "5988133751";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><p>Thin clients, on the other hand, have little if any responsibility for application logic, which place most of the burden for the application on the server.  This provides several benefits distinct from the Fat Client system approach.  Updating the application logic is more easily accomplished since only the server needs to be updated.  Thin clients require less knowledge of the data on the server side, which contributes to a higher level of encapsulation and data integrity.  Thin clients are generally easier to debug and manage since the application logic is in a central location, the server.  Data management is also easier for the same reason.  Network bandwidth is less of an issue because most of the processing is performed on the server where the data resides rather than transferring data across the network to the client.  More robust applications and consistent performance from user to user, or “universally compatible” applications, are another advantage of using a thin client system.  </p>
<p>A client-server approach to a networked computer system provides a scalable and flexible system, which allows a company to maintain centrally accessible information, while at the same time taking advantage of the available distributed computing power that exists in the desktops throughout the company.   The client-server approach also improves the use of available computing power by separating functions and processes performed and delegating them to the appropriate and most capable machine.   </p>
<p>This idea of sharing resources across a network is location agnostic.  The user does not need to be aware of the how or where the process is being completed.  This encourages encapsulation of data, which also facilitates security, stability, and data integrity.</p>
<!-- AdSense Now! V2.00 -->
<!-- Post[count: 3] -->
<div class="adsense adsense-leadout" style="float:right;margin: 12px;"><script type="text/javascript"><!--
google_ad_client = "ca-pub-0267036659093929";
/* 300x250, created 8/22/10 */
google_ad_slot = "5988133751";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>]]></content:encoded>
			<wfw:commentRss>http://www.haveastrategy.com/2010/12/05/client-server-computing-explained-in-brief/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Security &#8211; Kerberos Protocol Explained</title>
		<link>http://www.haveastrategy.com/2010/11/29/internet-security-kerberos-protocol-explained/</link>
		<comments>http://www.haveastrategy.com/2010/11/29/internet-security-kerberos-protocol-explained/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 20:54:11 +0000</pubDate>
		<dc:creator>kjsimo</dc:creator>
				<category><![CDATA[Data]]></category>

		<guid isPermaLink="false">http://www.haveastrategy.com/?p=404</guid>
		<description><![CDATA[The Kerberos protocol (named for the mythical guard dog of Hades) can defend against a variety of different security attacks.  The Kerberos protocol uses a system of tickets and authenticating applications to control access to network systems.  ]]></description>
			<content:encoded><![CDATA[<p>The Kerberos protocol (named for the mythical guard dog of Hades) can defend against a variety of different security attacks.  The Kerberos protocol uses a system of tickets and authenticating applications to control access to network systems.  As messages are sent back and forth between the user, Kerberos, and the requested network services the messages are encrypted and there is always a piece of information missing from the message that only the receiver has.  This system makes these messages useless to anyone with malicious intent who may be eavesdropping on the network and trying to steal information or impersonate services. </p>
<p>When a user wants access to a secured item on the network, they start the K-Init application to get a ticket-granting ticket.  The user enters their user name which is forwarded to Kerberos.  Kerberos cross references the user name and encrypts a message containing the user’s ticket-granting session ID with the user’s password.  This encrypted message prevents any rogue users from stealing a password in transit across the network.  The message is only unlocked if the user enters their password correctly in the K-Init application.</p>
<p>After the user unlocks the message sent by Kerberos, they are given a ticket-granting ticket and a session key.  If a user wants to access services, they send a message to Kerberos containing an authenticator message, the ticket-granting ticket, user name, user address, and the service being requested.  When the message authentication is confirmed, and the message is encrypted, the ticket-granting service gets a copy of the session ID share by the user.  Then the ticket-granting service makes a ticket for the requested service, determines a session ID between the service and the user, and then sends this message encrypted with the ticket-granting session ID that the user already received from Kerberos. </p>
<p>This packet is encrypted with the session ID which only the ticket-granting service and the user have a copy.  This prevents the stealing of the tickets which authorize access to services. </p>
<p>In order to prevent someone from impersonating a service and stealing information, the Kerberos protocol requires mutual authentication.  First, the authentication described above is used to authenticate the user to the service.  Before any information is sent to the requested service, the user machine waits from confirmation from the service.  The service sends a reply packet encrypted with the session ID which was granted by the ticket-granting service.  If a fake server receives these packets, it does not have the session ID and can’t properly encrypt a reply message.  If the user doesn’t receive the reply, no information is sent and the operation times out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haveastrategy.com/2010/11/29/internet-security-kerberos-protocol-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Quality Management</title>
		<link>http://www.haveastrategy.com/2010/09/30/data-quality-management/</link>
		<comments>http://www.haveastrategy.com/2010/09/30/data-quality-management/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 15:37:46 +0000</pubDate>
		<dc:creator>kjsimo</dc:creator>
				<category><![CDATA[Data]]></category>

		<guid isPermaLink="false">http://www.haveastrategy.com/?p=371</guid>
		<description><![CDATA[ Resolving data quality issues is both complex and requires horizontal teams (end to end) across the organization.  So what does an effective horizontal team look like and what is their function?]]></description>
			<content:encoded><![CDATA[<p>Have you historically understood the need to improve data quality in your company, but despite your efforts, have not addressed and resolved the root cause of data quality issues?  You are not alone. </p>
<p>In my work with Fortune 50 financial firms,data quality is a frequent topic of discussion and can seem as unachieveable as finding the Holy Grail. Typically firms will execute and deliver on several tactical fixes that help discrete data quality or metadata problems, but fail to systemically resolve the issues.  Additionally, approaching the problem from an tactical point of view is neither scalable nor cost efficient. </p>
<p>In most cases resolving these data quality issues are both complex and require horizontal teams across the organization.  So what does an effective horizontal team look like and what is their function?</p>
<p>A horizontal data management team is chartered to:</p>
<ul>
<li>prioritize the strategic focus for data quality management and data stewardship</li>
<li>sponsor a horizontal (end to end) understanding of the data from sales to service</li>
<li>identify data stewards or end to end data owners for high priority data sets</li>
<li>identify and publish controls and processes to improve both operational and management reporting data</li>
<li>identify required infrastructure and assign day to day ownership of data quality</li>
<li>integrate data related projects to ensure data consistency</li>
</ul>
<p>Assigning common roles and responsibilities to a horizontal team is a key step in improving corporate data quality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haveastrategy.com/2010/09/30/data-quality-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is your Business Intelligence System paying you back?</title>
		<link>http://www.haveastrategy.com/2009/08/05/is-your-business-intelligence-system-paying-you-back/</link>
		<comments>http://www.haveastrategy.com/2009/08/05/is-your-business-intelligence-system-paying-you-back/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 16:44:43 +0000</pubDate>
		<dc:creator>dtilley</dc:creator>
				<category><![CDATA[Data]]></category>

		<guid isPermaLink="false">http://www.haveastrategy.com/?p=288</guid>
		<description><![CDATA[Most companies are still waiting on those returns. Why are the promises (and potential) of BI investments returns not being seen?]]></description>
			<content:encoded><![CDATA[<p>Most companies build a data warehouse with some pretty strong expectations about achieving a Return on Investment. Most companies are still waiting on those returns. Why are the promises (and potential) of BI investments returns not being seen?</p>
<p>In its simplest form, the problem is with the model, and we don’t mean the data model. What improvements drove the business case for the BI system in the first place? You did create a business case, right?</p>
<p>What measures are really driving profit in your business? How does your data warehouse improve the Key Performance Indicators you use every day to track the health and success of your business? If you don’t have the answers to those questions, the ROIs you seek will prove to be very elusive.</p>
<p>Your BI environment should assist you in monitoring and measuring your success against KPIs. Are the processes you manage improved by the information you are able to obtain from the BI environment? While ‘better reporting’ is one benefit of an adequately built BI environment, that isn’t going to cover the high cost of building one.</p>
<p>Now for the hard part – what KPIs are important? Does every department understand how the work they do impacts those KPIs? Does every department even agree on what the KPIs are? These questions should be answered ideally before you even embark on a BI initiative. What if you’re already knee deep in an implementation or have a ‘legacy’ BI environment? Consider a Business Intelligence Competency Center (BICC). A BICC should have one primary goal, and that is helping your organization achieve a Return on its BI investment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haveastrategy.com/2009/08/05/is-your-business-intelligence-system-paying-you-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Part 3: Data Governance Framework – Business Element and Actions Defined</title>
		<link>http://www.haveastrategy.com/2009/07/20/part-3-data-governance-framework-%e2%80%93-business-element-and-actions-defined/</link>
		<comments>http://www.haveastrategy.com/2009/07/20/part-3-data-governance-framework-%e2%80%93-business-element-and-actions-defined/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 04:18:30 +0000</pubDate>
		<dc:creator>kjsimo</dc:creator>
				<category><![CDATA[Data]]></category>

		<guid isPermaLink="false">http://www.haveastrategy.com/?p=286</guid>
		<description><![CDATA[Congratulations!  By this step you have made the commitment to protect your most valuable data assets, identified key stakeholders, established regular discussions with these stakeholders, and identified the scope of your governance initiative. Remember a key to success will be keeping this small, gathering senior level support, and celebrating frequent successes. The governance model has [...]]]></description>
			<content:encoded><![CDATA[<p>Congratulations!  By this step you have made the commitment to protect your most valuable data assets, identified key stakeholders, established regular discussions with these stakeholders, and identified the scope of your governance initiative.</p>
<p>Remember a key to success will be keeping this small, gathering senior level support, and celebrating frequent successes.</p>
<p>The governance model has several components; business elements, actions, metrics, agents.</p>
<p>In your stakeholder meetings you likely have discussed the scope of your initiative and through that discussion identified the key business elements that need governance.   These should be the business’s most important or most used data.  It is also likely to be the most confidential or most controversial.  And for all of these reasons each line of business, business department, or analytic team probably has their own data store and their own data definitions for these (therein lies the problem that you are working to solve).</p>
<p>Next, you and your stakeholder group will define the actions or operations that will be used to align these business elements across the disparate teams, data stores, or reports and get a common definition and common method of handling this data.  How will your group make decisions, process approvals, and reconcile differences?</p>
<p>It is critical at this step to be selective and pick the low hanging fruit and the items with the biggest bang for the buck.  Don’t try to define actions that cover all situations or you will find yourself endlessly meeting and discussing to account for every possible scenario.  I have seen many data governance initiative die at this point because teams cannot agree.</p>
<p>Next, we focus on metrics and the agents that will enforce the model you create.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haveastrategy.com/2009/07/20/part-3-data-governance-framework-%e2%80%93-business-element-and-actions-defined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Part 2: Data Governance Framework – A Framework Defined</title>
		<link>http://www.haveastrategy.com/2009/07/12/part-2-data-governance-framework-%e2%80%93-a-framework-defined/</link>
		<comments>http://www.haveastrategy.com/2009/07/12/part-2-data-governance-framework-%e2%80%93-a-framework-defined/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 03:59:41 +0000</pubDate>
		<dc:creator>kjsimo</dc:creator>
				<category><![CDATA[Data]]></category>

		<guid isPermaLink="false">http://www.haveastrategy.com/?p=276</guid>
		<description><![CDATA[Remember to start your Data Governance program by identifying the business's most important or most used data.  Select a team of folks (such as business analysts) that use and depend upon this data and therefore have a vested interest.  ]]></description>
			<content:encoded><![CDATA[<p>A  Data Governance framework is comprised of the following parts;</p>
<ul>
<li>Oversight Board</li>
<li>Stakeholder Forum</li>
<li>Process Agents</li>
<li>Business and Technical Liaisons</li>
<li>A Repository</li>
<li>Defined Focus Areas</li>
</ul>
<p>Approaches that begin with spending money are doomed to failure, so start by building the portions that don&#8217;t require capital expenditures yet have real business impact.  The Stakeholder Forum is a perfect place to start for both of these reasons.</p>
<p>Stakeholders are the people, functional groups, and teams that depend on the data within the scope of your governance initiative.  To incubate this initiative, be sure to hand pick stakeholders that are already active in data.  Business analysts make excellent candidates because the quality of their reports and analytics are directly dependent on the data you are trying to govern.</p>
<p>Establish a roundtable with these stakeholders where you jointly identify the business needs and justification for a Data Governance function in your organization.  Next, define the role of Data Steward and leverage the Stewards to solve problems that arise with your data, such as conflicting data definitions.  Finally, establish some training, even if just simple documentation. </p>
<p>Remember to start your Data Governance program by identifying the business&#8217;s most important or most used data.  Select a team of folks (such as business analysts) that use and depend upon this data and therefore have a vested interest.  Then leverage this team to create a Data Stakeholder forum and define needs, solutions, and training.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haveastrategy.com/2009/07/12/part-2-data-governance-framework-%e2%80%93-a-framework-defined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Governance Framework – Getting Started</title>
		<link>http://www.haveastrategy.com/2009/07/05/data-governance-framework-%e2%80%93-getting-started/</link>
		<comments>http://www.haveastrategy.com/2009/07/05/data-governance-framework-%e2%80%93-getting-started/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 00:56:34 +0000</pubDate>
		<dc:creator>kjsimo</dc:creator>
				<category><![CDATA[Data]]></category>

		<guid isPermaLink="false">http://www.haveastrategy.com/2009/07/05/data-governance-framework-%e2%80%93-getting-started/</guid>
		<description><![CDATA[Your starting point is to create a Data Governance Framework which defines the essential scope and supporting processes.  The goal is to align business needs with the governing functions, ensuring that the most important and most necessary pieces are established first.  Move one step at a time and do not try to tackle the entire framework at once (it’s too daunting).  ]]></description>
			<content:encoded><![CDATA[<p>The topic of Data Governance can be abstract and difficult to define, furthermore, it often fails because of a lack of business focus.  </p>
<p>Don’t let these challenges keep you from managing your extremely valuable data assets.  Data Governance, done properly, establishes a foundation for defining, managing, changing, and integrating the Data in your organization.  It enables the processes that will care for your Data and outlines the organizational decisions which impact Data’s meaning and value.</p>
<p>In this series of posts, we’ll outline the steps in building a framework to give concrete meaning to Data Governance in real business terms.</p>
<p>Your starting point is to create a Data Governance Framework which defines the essential scope and supporting processes.  The goal is to align business needs with the governing functions, ensuring that the most important and most necessary pieces are established first.  Move one step at a time and do not try to tackle the entire framework at once (it’s too daunting).  </p>
<p>Before you can obtain the support of your executive management team, you first must identify critical business data needs and then pick the one most relevant to your business.  If you are unsure where to start, try in sales or financials.  Find the data elements are most controversial, most used, most confidential, or most regulated.  Use these examples to build your business case and your sales pitch to gain executive leadership support for the concept.  </p>
<p>Assuming you have support for the initiative, establish your Data Governance Organization.  This is the authoritative body when it comes to Data decisions.  Most importantly, it can be virtual and does not require additional staff (avoiding additional costs will be key to your success).  This organization is responsible for the guidance, planning, and stewardship of your Governance initiative and we will define these responsibilities in more detail in the next post.</p>
<p>Let the framework serve as your roadmap to creating and launching a successful and business focused Data Governance program.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haveastrategy.com/2009/07/05/data-governance-framework-%e2%80%93-getting-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing Your IT Budget &#8211; Got Transparency?</title>
		<link>http://www.haveastrategy.com/2009/04/01/optimizing-your-it-budget-got-transparency/</link>
		<comments>http://www.haveastrategy.com/2009/04/01/optimizing-your-it-budget-got-transparency/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 14:43:08 +0000</pubDate>
		<dc:creator>kjsimo</dc:creator>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[Monitor]]></category>

		<guid isPermaLink="false">http://www.haveastrategy.com/?p=273</guid>
		<description><![CDATA[Business and technical leaders both have a responsibility when it comes to the IT budget and therefore both sides must come together to agree on how to optimize the IT budget.  First and foremost is gaining transparency and understanding of the activities in the IT budgets.  This is critical to minimizing wasteful spending and to optimize the IT activities which support revenue generation.  Business leaders need transparency and understanding of the technology that supports their areas.  IT leaders can help by categorizing their activities.]]></description>
			<content:encoded><![CDATA[<p>What is wrong with your IT budget?  Is it too high?  Too low? Or worse yet, maybe you don&#8217;t know.  Now more than ever it is important to analyze the spending activities that comprise your IT budget.  As an IT leader and business consultant, I can confidently state that assessing a blanket xx% cut across the board is not an effective method to optimize an IT budget and leaves too much to chance.  While it may be effective at getting the necessary haircut, it does not rank the importance of IT activities and puts critical revenue generating functions at risk.  Additionally, it strains the relationship between business and IT leaders.  The business side claims that IT is too expensive and the technology side claims that the business side does not sufficiently understand what it takes to keep the systems maintained and available.</p>
<p>Business and technical leaders both have a responsibility when it comes to the IT budget and therefore both sides must come together to agree on how to optimize the IT budget.  First and foremost is gaining transparency and understanding of the activities in the IT budgets.  This is critical to minimizing wasteful spending and to optimize the IT activities which support revenue generation.  Business leaders need transparency and understanding of the technology that supports their areas.  IT leaders can help by categorizing their activities.</p>
<ul>
<li>1. Keep the Lights On. These are the activities that are necessary and required in order for the system (<em>I will use the term &#8216;system&#8217; to broadly describe applications, databases, networks, etc. whether hardware or software</em>) to run and be available in accordance with the users&#8217; expectations (24/7, 8 to 5 Monday through Friday, etc.). It is important that this does not include activities (described below) that enhance or change the system in anyway. This does not include organic growth or other capacity planning. It only keeps the system running in an &#8220;as is&#8221; state.</li>
<li>2. Regulatory and Compliance. Whether required for compliance by your internal compliance team or by an outside regulatory agency, these are the activities that are necessary to update or change the system to comply with these requirements. These changes usually have a deadline associated with them. You can further break this category into group A (external agency) and B (internal agency) if you need to more closely understand the nature of these activities.</li>
<li>3. Upgrades and Updates. These changes are strongly recommended by hardware and software vendors for proper maintenance. These are updates to the system that might be necessary because of a product version change or other end of life event that forces the current version to become obsolete or go &#8220;out of support&#8221;. It does not mean that the system comes to screeching halt, rather it means that without it, the system becomes outdated and either performance is compromised or repairs become more difficult.</li>
<li>4. Growth. This category describes the activities needed to keep pace with the organization&#8217;s growth.</li>
<li>5. System Enhancement. Technology groups tend to enjoy this category the most because of their passion to see and work with the latest and greatest. As a business leader, be careful not to discount the value associated with enhancements as many times there is a valid business case that is simply not articulated in business or revenue generating terms.</li>
<li>6. Projects. Project activities could result from business needs or from IT needs, however, they both are grouped in the same category and both need to evaluated against the discretionary budget and the value they bring to the organization.</li>
</ul>
<p>With a common way to parse and describe the often indescribable IT budget, business and technical leaders can effectively optimize the IT budget, improve their working relationships, and foster greater understanding of each other&#8217;s worlds.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.haveastrategy.com/2009/04/01/optimizing-your-it-budget-got-transparency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assessing Your Data Problem</title>
		<link>http://www.haveastrategy.com/2009/03/19/assessing-your-data-problem/</link>
		<comments>http://www.haveastrategy.com/2009/03/19/assessing-your-data-problem/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 05:11:34 +0000</pubDate>
		<dc:creator>kjsimo</dc:creator>
				<category><![CDATA[Data]]></category>

		<guid isPermaLink="false">http://www.haveastrategy.com/?p=193</guid>
		<description><![CDATA[Do you have a data problem?  Don&#8217;t feel bad, most companies do.  It seems there is either too little data or you are swimming in meaningless mounds of data.  Maybe you have data but can&#8217;t access it, analyze it, or report on it easily.  If you want to improve your data you&#8217;ll undoubtedly be faced [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have a data problem?  Don&#8217;t feel bad, most companies do.  It seems there is either too little data or you are swimming in meaningless mounds of data.  Maybe you have data but can&#8217;t access it, analyze it, or report on it easily.  If you want to improve your data you&#8217;ll undoubtedly be faced with the need to make a business case for data quality.  This can be tough to justify and unfortunately you will have to make choices about which problems to fix and which to leave for later.  In order to make the best decisions, you will need some tools to express the impact that poor quality data has on your company.  Here is a quick guide to help you get started. </p>
<p>Begin by attempting to quantify the impact that a data quality issue could have on your business.  Consider both the area of the company that is affected by the data you are investigating and the number of users impacted.  Considering both dimensions will help you assess the severity of data quality impacts to your business.</p>
<ol>
<li>Data that impacts legal and/or compliance reporting or management should be marked critical.</li>
<li>Financial reporting data, which should also be rated critical regardless of the number of users affected. Data that impacts your GL reporting always warrants a critical rating.</li>
<li>Operational data (used for daily management and reporting) is certainly important, but the severity of the impact can range from slight to critical depending on the number of users or business areas impacted. Consider the case when a few users are impacted and maybe their job is less efficient because of the issue, but the business does not grind to a halt. This would be rated a slight or possibly moderate impact.</li>
<li>Analytical data used for forecasting, modeling, scorecarding, etc. generally would have slight or moderate severity impact on your business. However, in the case where a large percentage of the users or quantity of data has been affected (say greater than 5%) the impact could be rated serious.</li>
</ol>
<p> By understanding the severity of the impact that data has on your organization, the areas affected, and the number of users impacted you will identify which data you can trust and which data need stronger controls and possibly clean up.<br />
<img src="http://www.haveastrategy.com/dataqualityimpactseveritymatrix2.jpg" alt="Data Quality Impact Severity Matrix" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.haveastrategy.com/2009/03/19/assessing-your-data-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

