<?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>Data Analysts, Data Trending, Reporting &#187; Data Mart Examples</title>
	<atom:link href="http://datamart.org/category/data-mart-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://datamart.org</link>
	<description>Make Informed Decisions</description>
	<lastBuildDate>Thu, 17 May 2012 11:01:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Starring Sakila: Data Warehousing Explained, Illustrated, and Subtitled</title>
		<link>http://datamart.org/2011/02/08/starring-sakila-data-warehousing-explained-illustrated-and-subtitled/</link>
		<comments>http://datamart.org/2011/02/08/starring-sakila-data-warehousing-explained-illustrated-and-subtitled/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 15:43:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[data analyses]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Data Mart Schema]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=2442</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/cSXWTNYn3es" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2011/02/08/starring-sakila-data-warehousing-explained-illustrated-and-subtitled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case Study of an Auto Insurance Company for the Data warehouse</title>
		<link>http://datamart.org/2011/02/07/case-study-of-an-auto-insurance-company-for-the-data-warehouse/</link>
		<comments>http://datamart.org/2011/02/07/case-study-of-an-auto-insurance-company-for-the-data-warehouse/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 18:43:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Data Mart Schema]]></category>
		<category><![CDATA[Data Mart vrs Data Warehouse]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=2427</guid>
		<description><![CDATA[This case study is an assignment I submitted and hence sharing with readers. ABC Auto Insurance is under immense pressure from competitors due to reduce Auto Insurance prices and high risk underwriting. ABC Company has huge data resources from business operation, however, it is difficult to get required information in timely manner. ABC Company has [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://datamart.org/wp-content/uploads/2011/02/autmobileinsurance_starschema.jpg"><img src="http://datamart.org/wp-content/uploads/2011/02/autmobileinsurance_starschema-300x187.jpg" alt="" title="autmobileinsurance_starschema" width="300" height="187" class="alignnone size-medium wp-image-2428" /></a>This case study is an assignment I submitted and hence sharing with readers.<br />
ABC Auto Insurance is under immense pressure from competitors due to reduce Auto Insurance prices and high risk underwriting. ABC Company has huge data resources from business operation, however, it is difficult to get required information in timely manner. ABC Company has to make major steps for informed decision making and important data analysis.</p>
<p>Objective</p>
<p>ABC Company has an OLTP database which keeps records on motor vehicle insurance information. This database contains detailed information in respect of drivers, vehicle and claim information.</p>
<p>Current database model has been designed for fast data entry and is sufficient for individual client’s specific information as well as fast transaction processing.  Company critically needs to make comprehensive analysis like identification of contracts with a high loss ratio and low overall customer value.  </p>
<p>Appropriate actions needed to be taken with high risk customers, such as premium adjustment, loss prevention measures and in some cases contract cancellations and reduce gross claim expenditures. </p>
<p>By making evidenced based management and informed decision, company will focus on profitable customers by lowering their premiums and overcoming competitive pressure.  It will help company make better risk management and overall profitability for the company. ABC Company is in urgent need to utilize the existing data resources efficiently for better risk management and obtain competitive advantage in Auto Insurance Industry.</p>
<p>Recommended Solution;</p>
<p>ABC Company has decided to implement a Data Warehouse to leverage its data resources. ABC Company needs to reorganize the existing process of information delivery and to establish one single, unified and integrated data warehouse. A data warehouse is an integrated subject oriented, time-variant, non-volatile database that provides support for decision making.</p>
<p>In order to support decision making ABC Company decided to reorganize the data into Star Schema in Data warehouse. In effect, the star schema creates near equivalent of multidimensional database schema from the existing OLTP relational database [1].  It will help in advance data analysis for Risk management and overcoming competitive pressure.</p>
<p>Contd to Page-2<br />
Page-2</p>
<p>Structure of Star Schema</p>
<p>Star schema yield an easily implemented model for multidimensional data analysis while still preserving the relational structure on which the operation database is built. [3] The basic star schema has four components: facts, dimensions, attributes and attributes hierarchies. The STAR schema would most likely be a read-only database due to the widespread redundancy introduced into the model. [4]</p>
<p>Fact Table</p>
<p>ABC Company has a factual data in Claim Information such as date, location, type of accident, cause of accident, liability, recovery cost.[5] Fact tables contain the quantitative data or factual data about a business. This information is numerical, additive measurements and can consist of many columns and millions or billions of rows.</p>
<p>Dimensions</p>
<p>Claim Information facts can be analyzed by dimensions such as Driver, Location, Time, and Automotive. Dimension tables are usually smaller and hold descriptive data that reflects the dimensions.</p>
<p>Attributes</p>
<p>For example Driver name, Driver ID, gender, age group, race, and other attributes. Some of these attributes might relate to each other hierarchically.</p>
<p>Attribute Hierarchies</p>
<p>Provide top down data Aggregation, Drill down or roll up data analysis. For example in time dimension there are Attribute hierarchies such as day, week, month, quarter, and year. When decision maker want to see company yearly claim information, then they are using year hierarchy level, they can further drill down to quarter level sales quantity, as per there needs. Same as in Location dimension is data can be analyzed by Country, Region, Province City and town. </p>
<p>Benefits of Data warehouse to ABC Company</p>
<p>By organizing the ABC Company data around star scheme company can analyze information like what customers are high risk and what group of customers is profitable. What cities have more accidents ratios and what time of the year accident happens?  What habit of drivers is may be considered high risk? What vehicles are considered low risk and so on?<br />
Contd – Page-3</p>
<p>Page-3</p>
<p>In addition to the internal information some external information like Auto Industry statistics can also be integrated into data warehouse. </p>
<p>By having answers to ad-hoc queries and in depth data analysis, ABC Company will be able to manage customer relations, smartly overcoming competitive pressure and most important of all is significantly improved risk management.</p>
<p> Data Warehouse will enable company have the business Intelligence for making strategic decision for Risk management and keep the company ahead of the competition and possibly diversify into new auto insurance products. [2]</p>
<p>References:</p>
<p>1- Data model overview</p>
<p>http://www.teradata.com/t/WorkArea/DownloadAsset.aspx?id=2332</p>
<p>2- The Benefits of Data Warehousing for Insurance Company Wolfgang Hofbauer, Mannheimer AG Holding, Mannheim, Germany</p>
<p>3- Database Systems By Peter Rob, Carlos Coronel, Keeley Crockett – Published by Thomson Learning; International Ed edition (12 Mar 2008)</p>
<p>4- Oracle Data Warehouse Tips by Burleson Consulting.</p>
<p>5- Class notes and research with Insurance companies.</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2011/02/07/case-study-of-an-auto-insurance-company-for-the-data-warehouse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example &#8211; Buliding a sample data warehouse using SQL Server</title>
		<link>http://datamart.org/2010/05/21/example-buliding-a-sample-data-warehouse-using-sql-server/</link>
		<comments>http://datamart.org/2010/05/21/example-buliding-a-sample-data-warehouse-using-sql-server/#comments</comments>
		<pubDate>Sat, 22 May 2010 05:40:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL, BI, IT news]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=1093</guid>
		<description><![CDATA[This post is about an example of populating fact tables in Funds data warehouse. All the data from dbo.tranhistory was extracted along with the foreign keys for four dimensions Managers, Offices, Funds, and Accounts. In writing this post we followed the Funds Database example in SQL Server OLAP Developer’s Guide by William C Amo published [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://datamart.org/wp-content/uploads/2010/05/funds_star.jpg"><img src="http://datamart.org/wp-content/uploads/2010/05/funds_star-300x181.jpg" alt="" title="funds_star" width="300" height="181" class="alignnone size-medium wp-image-1095" /></a><a href="http://datamart.org/wp-content/uploads/2010/05/fundaccnt.jpg"><img src="http://datamart.org/wp-content/uploads/2010/05/fundaccnt-300x227.jpg" alt="" title="fundaccnt" width="300" height="227" class="alignnone size-medium wp-image-1094" /></a>This post is about an example of populating fact tables in Funds data warehouse. All the data from dbo.tranhistory  was extracted along with the foreign keys for four dimensions Managers, Offices, Funds, and Accounts.  </p>
<p>In writing this post we followed the Funds Database example in SQL Server OLAP Developer’s Guide by William C Amo published year 2000, check with Amazon if this is available. We like this  example because it elaborated the process of populating the fact table very well.</p>
<p>The sql statement was executed to populate fact 2 fact tables (Please see funds Star Schema picture)<br />
as follows;<br />
1-	Investments<br />
2-	Dividends </p>
<p>Sql statement for populating fact table Investments<br />
select a.manager_num, M.office_num, f.fund_cd,f.fundacctno,t.trandate,<br />
t.amount from accounts a INNER join managers m on a.manager_num=m.manager_num<br />
inner join fundaccounts f on a.acct_no = f.ACCT_NO<br />
INNER JOIN TRANHISTORY T ON (F.FUND_CD = T.fUND_CD) And f.fundacctno = t.fundacctno<br />
Where t.trantype = ‘invest’<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Sql statement for populating fact table Dividends<br />
select a.manager_num, M.office_num, f.fund_cd,f.fundacctno,t.trandate,<br />
t.amount from accounts a INNER join managers m on a.manager_num=m.manager_num<br />
inner join fundaccounts f on a.acct_no = f.ACCT_NO<br />
INNER JOIN TRANHISTORY T ON (F.FUND_CD = T.fUND_CD) And f.fundacctno = t.fundacctno<br />
Where t.trantype <> ‘invest’</p>
<p>Creating four dimensions &#8211;  Managers, Offices, Funds, and Accounts sions should be simple (Please see Funds OLTP Picture and Funds Star Schema), we will write more in our next post please feel free to add more o this topic.</p>
<p><a href="http://datamart.org/2010/04/27/star-schema-%e2%80%93-fact-table-a-closer-look/">Read similar topic</a></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2010/05/21/example-buliding-a-sample-data-warehouse-using-sql-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating Data Mart by Consolidating Multi-Source Enterprise Operational Data</title>
		<link>http://datamart.org/2010/03/10/creating-data-mart-by-consolidating-multi-source-enterprise-operational-data/</link>
		<comments>http://datamart.org/2010/03/10/creating-data-mart-by-consolidating-multi-source-enterprise-operational-data/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 22:28:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Analysis Services]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[data analyses]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Examples]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=673</guid>
		<description><![CDATA[We have included a very practical Paper on Data Mart by J. D. D. Daniel, K. N. Goh, and S. M. Yusop. Abstract &#8211; Trends in business intelligence, e-commerce and remote access make it necessary and practical to store data in different ways on multiple systems with different operating systems. As business evolve and grow, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://datamart.org/wp-content/uploads/2010/03/migrate.jpg"><img src="http://datamart.org/wp-content/uploads/2010/03/migrate-300x203.jpg" alt="" title="migrate" width="300" height="203" class="alignnone size-medium wp-image-674" /></a>We have included a very practical Paper on Data Mart  by J. D. D. Daniel, K. N. Goh, and S. M. Yusop. </p>
<p>Abstract &#8211; Trends in business intelligence, e-commerce and remote access make it necessary and practical to store data in different ways on multiple systems with different operating systems. As business evolve and grow, they require efficient computerized solution to perform data update and to access data from diverse<br />
enterprise business applications. </p>
<p>The objective of this paper is to demonstrate the capability of DTS [1] as a database solution for automatic data transfer and update in solving business problem. This DTS package is developed for the sales of variety of plants and eventually expanded into commercial supply and landscaping business. </p>
<p>Dimension data modeling is used in DTS package to extract, transform and load data from heterogeneous database systems such as MySQL, Microsoft Access and Oracle that consolidates into a Data Mart residing in SQL Server. Hence, the data transfer from various databases is scheduled to run automatically every quarter of the year to review the efficient sales analysis. Therefore, DTS is absolutely an attractive solution for automatic data transfer and update which meeting today’s business needs.</p>
<p><a href="http://datamart.org/wp-content/uploads/2010/03/v34-64.pdf">Please read the complete Paper</a> <a href="http://datamart.org/wp-content/uploads/2010/03/v34-64.pdf"></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2010/03/10/creating-data-mart-by-consolidating-multi-source-enterprise-operational-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complimentary hands on course in Toronto by Microstrategy</title>
		<link>http://datamart.org/2010/02/24/complimentary-hands-on-course-in-toronto-by-microstrategy/</link>
		<comments>http://datamart.org/2010/02/24/complimentary-hands-on-course-in-toronto-by-microstrategy/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 02:26:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Data Model]]></category>
		<category><![CDATA[Excel / Spread sheets]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=596</guid>
		<description><![CDATA[Get More from Your Data to Make the Most Informed Business Decisions Experience the latest breakthrough in BI, MicroStrategy 9, firsthand through demonstrations and hands-on activities. Don’t miss this chance to be the first in your organization to learn how to: * Create an entire BI application in less than a day * Design dynamic [...]]]></description>
			<content:encoded><![CDATA[<p>Get More from Your Data to Make the Most Informed Business Decisions<br />
Experience the latest breakthrough in BI, MicroStrategy 9, firsthand through demonstrations and hands-on activities. Don’t miss this chance to be the first in your organization to learn how to:</p>
<p>    * Create an entire BI application in less than a day<br />
    * Design dynamic and interactive dashboards in just a few minutes<br />
    * Access reports in Microsoft® Office and on your mobile device<br />
    * Interact with reports and dashboards using our easy-to-use Web interface to pivot, drill, and add new KPIs<br />
    * Build reports that bring in data from multiple different sources<br />
    * Set personalized alerts so you receive reports only when you need them<br />
    * Improve user self-service within your BI application<br />
    * Use BI applications to drive strategy and operational efficiency</p>
<p>Find out what the MicroStrategy buzz is all about during this exciting one-day introductory course in Toronto, ON on March 17, 2010. This complimentary hands on course, designed for individuals without MicroStrategy experience, introduces MicroStrategy from the perspective of people who use, develop and manage enterprise BI applications.</p>
<p>We will provide attendees with lunch, as well as useful courseware and class handouts. There is limited seating, so hurry and apply online today—this complimentary class fills up quickly!</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2010/02/24/complimentary-hands-on-course-in-toronto-by-microstrategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DataMart Reporting for University of Nebraska Lincon (UNL)</title>
		<link>http://datamart.org/2009/07/27/datamart-reporting-for-university-of-nebraska-lincon-unl/</link>
		<comments>http://datamart.org/2009/07/27/datamart-reporting-for-university-of-nebraska-lincon-unl/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 03:44:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Examples]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=525</guid>
		<description><![CDATA[DataMart is a data warehouse containing University of Nebraska Lincoln student information. This information is stored on a network server that can be accessed from the user&#8217;s desktop using Excel or Access. Using the desktop software, reporting is greatly simplified and data is available for further analysis. The DataMart replaces the SMART warehouse. Source: http://datamart.unl.edu/]]></description>
			<content:encoded><![CDATA[<p>DataMart is a data warehouse containing University of Nebraska Lincoln student information. This information is stored on a network server that can be accessed from the user&#8217;s desktop using Excel or Access. Using the desktop software, reporting is greatly simplified and data is available for further analysis. The DataMart replaces the SMART warehouse.</p>
<p>Source: <a href="http://datamart.unl.edu/">http://datamart.unl.edu/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/07/27/datamart-reporting-for-university-of-nebraska-lincon-unl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terrorist Identities Datamart Environment</title>
		<link>http://datamart.org/2009/07/27/terrorist-identities-datamart-environment/</link>
		<comments>http://datamart.org/2009/07/27/terrorist-identities-datamart-environment/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 03:23:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[data analyses]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Examples]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=523</guid>
		<description><![CDATA[According to John Scott Redd, Director, National Counterterrorism Center, the Terrorist Identities Datamart Environment, or TIDE, is the U.S. Government&#8217;s central database on known or suspected international terrorists, and contains all source highly classified information provided by members of the Intelligence Community such as CIA, DIA, FBI, NSA, as well as many others. There are [...]]]></description>
			<content:encoded><![CDATA[<p><strong>According to John Scott Redd, Director, National Counterterrorism Center, the Terrorist Identities Datamart Environment, or TIDE, is the U.S. Government&#8217;s central database on known or suspected international terrorists, and contains all source highly classified information provided by members of the Intelligence Community such as CIA, DIA, FBI, NSA, as well as many others. There are more than 300,000 records in TIDE, which represents over 200,000 unique identities when aliases and transliteration issues are taken into account. From the classified TIDE database, an unclassified extract is provided to the FBI&#8217;s Terrorist Screening Center, which in turn is used to compile various watch lists such as the TSA&#8217;s No-fly list, State Department&#8217;s Consular Lookout and Support System, Homeland Security&#8217;s Interagency Border Inspection System, and FBI&#8217;s NCIC (National Crime Information Center) for state and local law enforcement. Redd represented this as a major step forward from the pre-September 11, 2001 status of multiple, disconnected, and incomplete watchlists throughout the government.</strong></p>
<p><strong>Source: Wikipedia.org</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/07/27/terrorist-identities-datamart-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Longtop Develops an Analytical Data Mart for Credit Cards for a National Commercial Bank in China</title>
		<link>http://datamart.org/2009/07/20/longtop-develops-an-analytical-data-mart-for-credit-cards-for-a-national-commercial-bank-in-china/</link>
		<comments>http://datamart.org/2009/07/20/longtop-develops-an-analytical-data-mart-for-credit-cards-for-a-national-commercial-bank-in-china/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 14:16:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[data analyses]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=512</guid>
		<description><![CDATA[HONG KONG, July 6 /PRNewswire-Asia/ &#8212; Longtop Financial Technologies Limited (&#8220;Longtop&#8221;) (NYSE: LFT), a leading software developer and solutions provider targeting the financial services industry in China, today announced that it has won a contract to develop a customized analytical data mart for credit cards for a National Commercial Bank in China. As a Business [...]]]></description>
			<content:encoded><![CDATA[<p>HONG KONG, July 6 /PRNewswire-Asia/ &#8212; Longtop Financial Technologies Limited (&#8220;Longtop&#8221;) (NYSE: LFT), a leading software developer and solutions provider targeting the financial services industry in China, today announced that it has won a contract to develop a customized analytical data mart for credit cards for a National Commercial Bank in China.</p>
<p>As a Business Intelligence (BI) application, the analytical data mart system enables the National Commercial bank&#8217;s credit card division to generate meaningful information about its credit card holders, which allows the bank to identify, segment and classify the most valuable members within a target group and better understand customers&#8217; needs. The system also helps protect the bank against fraudulent transactions.</p>
<p>&#8220;As the competition in the banking industry has intensified in recent years, Chinese banks increasingly rely on Longtop&#8217;s BI applications to differentiate service offerings and improve customer satisfaction. Having developed similar solutions for other leading banks in China, we are very pleased to work with this customer to enhance its business intelligence capabilities,&#8221; commented Weizhou Lian, Chief Executive Officer of Longtop.</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/07/20/longtop-develops-an-analytical-data-mart-for-credit-cards-for-a-national-commercial-bank-in-china/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Mart case study</title>
		<link>http://datamart.org/2009/07/09/data-mart-case-study/</link>
		<comments>http://datamart.org/2009/07/09/data-mart-case-study/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 19:53:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[data analyses]]></category>
		<category><![CDATA[Data Governance]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Sql Server 2005]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=480</guid>
		<description><![CDATA[This post is about a case study of ASB Bank, a wholly owned subsidiary of Commonwealth Bank of Australia (CBA). ASB built a Basel II risk management data mart on Microsoft® SQL Server™ 2005 Enterprise Edition. Using the new features and technologies in SQL Server 2005, the bank was able to meet the requirements in [...]]]></description>
			<content:encoded><![CDATA[<p>This post is about a case study of ASB Bank, a wholly owned subsidiary of Commonwealth Bank of Australia (CBA). ASB built a Basel II risk management data mart on Microsoft® SQL Server™ 2005 Enterprise Edition. Using the new features and technologies in SQL Server 2005, the bank was able to meet the requirements in less than nine months, ensure the integrity of business processes and data, reduce operational losses, lower funding costs, enhance its existing risk framework, and reduce hands-on management.</p>
<p><a href="http://www.microsoft.com/casestudies/Case_Study_Detail.aspx?CaseStudyID=49227">Read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/07/09/data-mart-case-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decision maker’s needs in Business Intelligence/Data mart</title>
		<link>http://datamart.org/2009/07/02/decision-maker%e2%80%99s-needs-in-business-intelligencedata-mart/</link>
		<comments>http://datamart.org/2009/07/02/decision-maker%e2%80%99s-needs-in-business-intelligencedata-mart/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 11:39:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Mart Examples]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=463</guid>
		<description><![CDATA[Business intelligence should be driven by decision maker’s information needs. Business intelligence should answered there business questions such as;   What fact, figures, statistics, and so forth do they need for effective decision making? How should this information be sliced and diced for analysis? (dimensions) What additional information can aid in finding exactly what is [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Business intelligence should be driven by decision maker’s information needs. Business intelligence should answered there business questions such as;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">What fact, figures, statistics, and so forth do they need for effective decision making?</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">How should this information be sliced and diced for analysis? (dimensions)</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">What additional information can aid in finding exactly what is needed? (attributes)[1]</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"> </p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">Source:</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Times New Roman;">1- Delivering Business Intelligence with Sql Server 2008 by Brian Larson</span></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/07/02/decision-maker%e2%80%99s-needs-in-business-intelligencedata-mart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

