<?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 Transformation</title>
	<atom:link href="http://datamart.org/category/data-transformation/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>Data Quality and Data Profiling</title>
		<link>http://datamart.org/2010/05/14/data-quality-and-data-profiling/</link>
		<comments>http://datamart.org/2010/05/14/data-quality-and-data-profiling/#comments</comments>
		<pubDate>Fri, 14 May 2010 18:59:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Transformation]]></category>
		<category><![CDATA[Quality Assurance]]></category>
		<category><![CDATA[SQL, BI, IT news]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=1014</guid>
		<description><![CDATA[A Glossary of Terms by Brian Marshall * Data Quality * Data Quality Domain * Data Quality Rule * Data Profiling * Data Quality Profiling * Database Profiling Data Quality is a measure of the value of data in relation to potential data problems: * missing data records or data values * incorrect or out-dated [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://datamart.org/wp-content/uploads/2010/05/dataprofiling.jpg"><img src="http://datamart.org/wp-content/uploads/2010/05/dataprofiling-300x178.jpg" alt="" title="dataprofiling" width="300" height="178" class="alignnone size-medium wp-image-1015" /></a>A Glossary of Terms<br />
by Brian Marshall</p>
<p>        * Data Quality<br />
        * Data Quality Domain<br />
        * Data Quality Rule<br />
        * Data Profiling<br />
        * Data Quality Profiling<br />
        * Database Profiling</p>
<p>Data Quality is a measure of the value of data in relation to<br />
potential data problems:</p>
<p>    * missing data records or data values<br />
    * incorrect or out-dated data values<br />
    * inconsistent abbreviations and spelling<br />
    * inconsistent data formats and units of measure<br />
    * inconsistent data organization<br />
    * duplicate data<br />
    * violations of data-rules or business-rules</p>
<p>Data quality can be analyzed in relation to a particular<br />
Data Quality Domain, making it possible to determine the<br />
importance of different data problems.</p>
<p>[Back to Top]</p>
<p>A Data Quality Domain is an application or use of data that<br />
imposes a set of Data Quality Rules, each of which is associated<br />
with a degree-of-importance for the domain.</p>
<p>[Back to Top]</p>
<p>A Data Quality Rule is a specification of one or more data<br />
quality problems which should not exist in a set of data.</p>
<p>For example, a data quality rule might specify that in the<br />
EMPLOYEE table, EMPLOYEE_NAME must be set and<br />
that it must contain only letters and spaces. Another rule<br />
might specify that EMPLOYEE_NAME should not contain<br />
multiple consecutive spaces. These two rules might be specified<br />
separately so that, in a particular Data Quality Domain,<br />
they can be assigned different degrees-of-importance.</p>
<p>[Back to Top]</p>
<p>Data Profiling can refer to: Data Quality Profiling or Database Profiling.</p>
<p>[Back to Top]</p>
<p>Data Quality Profiling is the process of analyzing a database<br />
in relation to a Data Quality Domain, to identify and prioritize<br />
data quality problems. The results can include:</p>
<p>    * Summaries (with counts and percentages) describing&#8230;<br />
          o completeness of datasets and data records<br />
          o problems organized by importance<br />
          o the distribution of problems in a dataset<br />
    * Details &#8211; lists of&#8230;<br />
          o missing data records<br />
          o data problems in existing records</p>
<p>Data quality profiling can be useful when planning and managing<br />
data cleanup projects.</p>
<p>[Back to Top]</p>
<p>Database Profiling is the process of analyzing a database to determine<br />
its structure and internal relationships:</p>
<p>    * the tables used, their keys and number of rows<br />
    * the columns used and the number of rows with a value<br />
    * relationships between tables<br />
    * columns copied or derived from other columns</p>
<p>Database Profiling can also include analysis of:</p>
<p>    * tables and columns used by different applications<br />
    * how tables and columns are populated and changed<br />
    * the importance of different tables and columns<br />
Database profiling can be useful when planning and managing<br />
data conversion and data cleanup projects.</p>
<p>Database profiling can be an initial step in defining a<br />
Data Quality Domain, which is used in Data Quality Profiling. </p>
<p><a href="http://www.telusplanet.net/public/bmarshal/dataqual.htm">Got to that website to read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2010/05/14/data-quality-and-data-profiling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Traditional Approaches Of Data Cleansing</title>
		<link>http://datamart.org/2010/03/01/traditional-approaches-of-data-cleansing/</link>
		<comments>http://datamart.org/2010/03/01/traditional-approaches-of-data-cleansing/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 17:23:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Import and export]]></category>
		<category><![CDATA[Data Transformation]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=607</guid>
		<description><![CDATA[This post is about &#8220;traditional approaches&#8221; a title we found in MSDN for data cleansing. We are including this in our website because we use various methods for data cleansing. For experienced professionals there is hard and fast rule because of task on hand requirement. But a traditional approach title is included in datamart.org to [...]]]></description>
			<content:encoded><![CDATA[<p>This post is about &#8220;traditional approaches&#8221; a title we found in MSDN for data cleansing. We are including this in our website because we use various methods for data cleansing. For experienced professionals there is hard and fast rule because of task on hand requirement. But a traditional approach title is included in datamart.org to identify which approach was used in data cleansing, enjoy that post.</p>
<p>Any number of techniques and tools can be employed to handle these kinds of situations. Specialized structured query language constructs such as the T-SQL LIKE and CONTAINS clauses can be used for basic wildcard searches. But LIKE queries are limited in their ability to handle misspellings, and CONTAINS queries are used in conjunction with SQL Server Full Text indexing.<br />
Fuzzy search databases can be amassed that compile common misspellings (or variants) of specific words which can then be substituted during the cleansing process. This technique works better for applications that check one word at a time, like Microsoft® Word, which employs a similar technique for making spelling corrections on the fly.</p>
<p>Phonetic matching algorithms, implemented in SQL Server as SOUNDEX queries, also detect similarities between single words by matching prominent phonetic characteristics that are then scored numerically for comparison. Key drawbacks to SOUNDEX are that the input string must be contiguous with no spaces, and if the first character of the input string is not correct, the probability of a match being made drops down to zero.</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2010/03/01/traditional-approaches-of-data-cleansing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Scrubbing / Cleansing</title>
		<link>http://datamart.org/2009/06/22/data-scrubbing-cleansing/</link>
		<comments>http://datamart.org/2009/06/22/data-scrubbing-cleansing/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 15:22:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Transformation]]></category>
		<category><![CDATA[E Reporting Services by EReporting.net]]></category>
		<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[Sql Server 2005]]></category>
		<category><![CDATA[Sql Server 2008]]></category>
		<category><![CDATA[SQL, BI, IT news]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=402</guid>
		<description><![CDATA[Data scrubbing also called data cleansing, is the process of amending or removing incorrect data in a database. Sometimes data incomplete, improperly formatted like postal code should be in this format &#8220;N9B 1W7&#8243; not in “N9B1W7&#8243;or first name and last name in 1 field, instead separate fields or duplicated. Sometimes zip codes are missing or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://datamart.org/wp-content/uploads/2009/06/DataCleansing.jpg"><img src="http://datamart.org/wp-content/uploads/2009/06/DataCleansing-300x299.jpg" alt="" title="DataCleansing" width="300" height="299" class="alignnone size-medium wp-image-712" /></a>Data scrubbing also called data cleansing, is the process of amending or removing incorrect data in a database. Sometimes data incomplete, improperly formatted like postal code should be in this format &#8220;N9B 1W7&#8243; not in “N9B1W7&#8243;or first name and last name in 1 field, instead separate fields or duplicated. </p>
<p>Sometimes zip codes are missing or in one case we found data was separated using incorrect SQL functions resulting in erroneous data. Data scrubbing / cleansing a dirty data is always different in different companies. </p>
<p>We have a successfully accomplished various complicated tasks using various tools and SQL language. </p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/22/data-scrubbing-cleansing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Architect &#8211; Overview</title>
		<link>http://datamart.org/2009/06/17/data-architect-overview/</link>
		<comments>http://datamart.org/2009/06/17/data-architect-overview/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 15:34:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Governance]]></category>
		<category><![CDATA[Data Model]]></category>
		<category><![CDATA[Data Transformation]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[Sql Server 2005]]></category>
		<category><![CDATA[Sql Server 2008]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=367</guid>
		<description><![CDATA[Many times in the job descrition a title Data Architect is used. According to DAMA (Data Management Association) , Data Architect is often interchangeable with, but includes enterprise architecture considerations. A DAMA recognized Certified Data Management Professional would have a wide range of such skills. Translating this to Data architecture helps defining the role of [...]]]></description>
			<content:encoded><![CDATA[<p>Many times in the job descrition a title Data Architect is used.  According to DAMA (Data Management Association) , Data Architect is often interchangeable with, but includes enterprise architecture considerations. A DAMA recognized Certified Data Management Professional would have a wide range of such skills.</p>
<p>Translating this to Data architecture helps defining the role of the data architect as the one responsible for developing and maintaining a formal description of the data and data structures &#8211; this can include data definitions, data models, data flow diagrams, etc. (in short metadata). Data architecture includes topics such as metadata management, business semantics, data modeling and metadata workflow management.</p>
<p>Source: WikiPedia</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/17/data-architect-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between operational databases and Business Intelligence</title>
		<link>http://datamart.org/2009/06/12/difference-between-operational-databases-and-business-intelligence/</link>
		<comments>http://datamart.org/2009/06/12/difference-between-operational-databases-and-business-intelligence/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 03:18:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Model]]></category>
		<category><![CDATA[Data Transformation]]></category>
		<category><![CDATA[Operational Databases Vrs Business Intelligence]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=326</guid>
		<description><![CDATA[          1-     Operational databases are design to remove redundancy, accurate updates and removal of repetitive   operations for example deposits, flight reservation. Business intelligence has the goal of business reporting and data analyses.   2-     Operational data bases are highly normalized in relational database format to facilitate data update. Business intelligence databases are highly demoralized for [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 0pt;">          <span style="font-family: Times New Roman;"><span style="mso-list: Ignore;"><span style="font-size: small;">1-</span><span style="font: 7pt &quot;Times New Roman&quot;;">     </span></span><span style="font-size: small;"><strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;">Operational</em></strong> databases are design to remove redundancy, accurate updates and removal of repetitive   operations for example deposits, flight reservation. <strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;">Business intelligence</em></strong> has the goal of business reporting and data analyses.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in;"> </p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in;"><span style="font-family: Times New Roman;"><span style="mso-list: Ignore;"><span style="font-size: small;">2-</span><span style="font: 7pt &quot;Times New Roman&quot;;">     </span></span><span style="font-size: small;"><strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;">Operationa</em></strong>l data bases are highly normalized in relational database format to facilitate data update. <strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;">Business intelligence</em></strong> databases are highly demoralized for fast retrieval and analyses of large amount of data.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in;"> </p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in;"><span style="font-family: Times New Roman;"><span style="mso-list: Ignore;"><span style="font-size: small;">3-</span><span style="font: 7pt &quot;Times New Roman&quot;;">     </span></span><span style="font-size: small;">In <strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;">operational</em></strong> databases most of the data is raw and stored without any calculations, calculations are usually done when required through queries. In <strong style="mso-bidi-font-weight: normal;"><em style="mso-bidi-font-style: normal;">business intelligence</em></strong> large amount of data is pre-calculated or derived to save time when running queries.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in;"> </p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1; tab-stops: list .5in;"><span style="font-size: small; font-family: Times New Roman;">The above are few general difference between Business intelligence and operational databases, we are keep researching and will update more.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/12/difference-between-operational-databases-and-business-intelligence/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Proactive Caching (Dimensions)</title>
		<link>http://datamart.org/2009/06/09/proactive-caching-dimensions/</link>
		<comments>http://datamart.org/2009/06/09/proactive-caching-dimensions/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 18:02:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Schema]]></category>
		<category><![CDATA[Data Transformation]]></category>
		<category><![CDATA[Integeration Services]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=264</guid>
		<description><![CDATA[Source: SQL Server 2008 Books Online (May 2009) Proactive caching provides automatic MOLAP cache creation and management for OLAP objects. The cubes immediately incorporate changes that are made to the data in the database, based upon notifications received from the database. The goal of proactive caching is to provide the performance of traditional MOLAP, while [...]]]></description>
			<content:encoded><![CDATA[<div class="topic">
<div class="majorTitle">Source: SQL Server 2008 Books Online (May 2009)</div>
<div class="majorTitle">Proactive caching provides automatic MOLAP cache creation and management for OLAP objects. The cubes immediately incorporate changes that are made to the data in the database, based upon notifications received from the database. The goal of proactive caching is to provide the performance of traditional MOLAP, while retaining the immediacy and ease of management offered by ROLAP.</div>
<div class="majorTitle">A simple ProactiveCaching object is composed of: timing specification, and table notification. The timing specification defines the timeframe for updating the cache after a change notification has been received. The table notification defines the notification schema between the data table and the ProactiveCaching object.</div>
<div id="mainSection">
<div id="mainBody">
<p> </p>
<p> </p></div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/09/proactive-caching-dimensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World&#8217;s Business contacts Database by Datamart.org</title>
		<link>http://datamart.org/2009/06/06/worlds-business-contacts-database-by-datamartorg/</link>
		<comments>http://datamart.org/2009/06/06/worlds-business-contacts-database-by-datamartorg/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 04:26:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP Classic]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Transformation]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=244</guid>
		<description><![CDATA[We have initiated a web database where important business and government conacts of all all countries are searchable at WorldOnline.biz We are working on this database and adding more information on different angles. However at present there are about nearly 10,000 contacts are added and are searchable.]]></description>
			<content:encoded><![CDATA[<p>We have initiated a web database where important business and government conacts of all all countries are searchable <a href="http://worldonline.biz">at WorldOnline.biz</a></p>
<p>We are working on this database and adding more information on different angles. However at present there are about nearly 10,000 contacts are added and are searchable.</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/06/worlds-business-contacts-database-by-datamartorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heterogeneous Databases and Legacy Databases</title>
		<link>http://datamart.org/2009/06/04/heterogeneous-databases-and-legacy-databases/</link>
		<comments>http://datamart.org/2009/06/04/heterogeneous-databases-and-legacy-databases/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 02:42:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Import and export]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mining]]></category>
		<category><![CDATA[Data Model]]></category>
		<category><![CDATA[Data Transformation]]></category>
		<category><![CDATA[Excel / Spread sheets]]></category>
		<category><![CDATA[Integeration Services]]></category>
		<category><![CDATA[MS Access]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=222</guid>
		<description><![CDATA[As we are driven by the goal making information technology understandable by business decision makers and end-users, therefore when ever we find any simple word made unnecessarily technical term, we made best efforts to make them original / understandable. So Legacy database is a group of heterogeneous data bases that combines different kind of data [...]]]></description>
			<content:encoded><![CDATA[<p>As we are driven by the goal making information technology understandable by business decision makers and end-users, therefore when ever we find any simple word made unnecessarily   technical term, we made best efforts to make them original / understandable. So Legacy database is a group of heterogeneous data bases that combines different kind of data systems, such as relational or objects oriented databases, hierarchical databases, network databases, spreadsheets, multimedia databases, or file systems. The heterogeneous databases in legacy database may be connected by intra or inter computer networks.</p>
<p>Source: Data mining concepts and techniques by Jiawei Han and Micheline Kamber</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/04/heterogeneous-databases-and-legacy-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latency IN Business Intelligence</title>
		<link>http://datamart.org/2009/06/02/latency-in-business-intelligence/</link>
		<comments>http://datamart.org/2009/06/02/latency-in-business-intelligence/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 19:28:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart vrs Data Warehouse]]></category>
		<category><![CDATA[Data Transformation]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=187</guid>
		<description><![CDATA[Latency is defined as the time of occurance of a transaction and loading of that transaction&#8217;s information in Business Intelligence system. It depend on the task of Business managers some time they need to see measures daily level for example daily poduction quantity, weekly production to compare with there poject requirements Sometime decision makers are [...]]]></description>
			<content:encoded><![CDATA[<p>Latency is defined as the time of occurance of a transaction and loading of that transaction&#8217;s information in Business Intelligence system. It depend on the task of Business managers some time they need to see measures daily level for example daily poduction quantity, weekly production to compare with there poject requirements Sometime decision makers are concern with monthly sales analysis. Operational level managers are faced with day to day tasks and hence need low latency.</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/02/latency-in-business-intelligence/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Dynamics Overview by Datamart.org</title>
		<link>http://datamart.org/2009/05/27/microsoft-dynamics-overview-by-datamartorg/</link>
		<comments>http://datamart.org/2009/05/27/microsoft-dynamics-overview-by-datamartorg/#comments</comments>
		<pubDate>Wed, 27 May 2009 19:34:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Crystal Reports]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Transformation]]></category>
		<category><![CDATA[Microsoft Dynamics]]></category>
		<category><![CDATA[Sql Reporting Services]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=163</guid>
		<description><![CDATA[This is our first post relating to Microsoft Dynamics, in this post we will focus on its functionality.  As our goal is to present information keeping in view business users, information is presented below; Financial management through general ledger, payables, receivables, inventory, sales process, purchasing, analytical accounting, fixed assets, cash flows, collections and bank reconciliations. [...]]]></description>
			<content:encoded><![CDATA[<p>This is our first post relating to Microsoft Dynamics, in this post we will focus on its functionality.  As our goal is to present information keeping in view business users, information is presented below;</p>
<p><strong><em>Financial management</em></strong> through general ledger, payables, receivables, inventory, sales process, purchasing, analytical accounting, fixed assets, cash flows, collections and bank reconciliations.</p>
<p><strong><em> Business Intelligence and reporting</em></strong>  That brings strategic insight into your business processes with sophisticated reporting, analysis and budgeting solutions to help you make an informed decision making. Manage budgets reports and look for trends and relationship in any functional area of your business. Browser based access to graphical key performance indicators (KPI&#8217;s) via Business portal.</p>
<p><strong><em>Human Resource</em></strong> Manage your human resources, from skills mapping, recruitment and employee registration, to skills development and help in meeting government reporting requirements accurately and timely.</p>
<p><strong><em>Project Management Management</em></strong> your resources, forecast your costs and budgets, track time and expenses, and manage contract and billings.</p>
<p><strong><em>Custom Relationship management</em></strong> Manage your customer groups, create and launch marketing campaigns, track customers sales and after sales. Accessible from Microsoft Outlook and web.</p>
<p><strong><em>Manufacturing</em></strong> Manage your entire manufacturing process from product configuration, supply and capacity planning, to scheduling and shop floor.</p>
<p><strong><em>Supply Chain Management</em></strong> Improve inventory management, manage single or multi-site warehouses and handle order prcessing, demand planning.</p>
<p><strong><em>Collaborative Workspace</em></strong> Simple to sophisticated, Business to Business or Business to Consumer, and from buy side to sell side. enable customers and suppliers do business with you through websites or by connecting their systems directly to yours.</p>
<p><strong><em>Configuration and Development</em></strong> Customization capabilities enable system administrators and programmers to add new functionality and modify existing functionality quickly and with limited coding.</p>
<p><strong><em>Our experiance</em></strong>; We have worked on few projects relating to Microsoft Dynamics involving customized reporting in Crystal reports as the canned reports were not meeting the management&#8217;s information needs. That project was related to Accounting part of Microsoft Dynamics. Customized is always required in most of softwares.</p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/05/27/microsoft-dynamics-overview-by-datamartorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

