<?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, Crystal Reports and Sql Reporting Services Consultants &#187; Integeration Services</title>
	<atom:link href="http://datamart.org/category/integeration-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://datamart.org</link>
	<description>Feel free to ask tough questions relating to Crystal Reports / SQL Reporting Services / SQL  and get answers from Collective intelligence</description>
	<lastBuildDate>Wed, 08 Feb 2012 09:01:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Tutorial: Creating a Simple ETL Package</title>
		<link>http://datamart.org/2010/05/13/tutorial-creating-a-simple-etl-package/</link>
		<comments>http://datamart.org/2010/05/13/tutorial-creating-a-simple-etl-package/#comments</comments>
		<pubDate>Fri, 14 May 2010 04:23:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Integeration Services]]></category>
		<category><![CDATA[Sql Server 2008]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=1011</guid>
		<description><![CDATA[We recently did a hands on experience on using sql server 2008 Integration Services by creating a package. We followed the microsoft tutorial  and found it a very good to get started with Integration Services 2008. We would like  to share it with our reader, so lets enjoy; In this tutorial, you will learn how to use SSIS [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://datamart.org/wp-content/uploads/2010/05/1371_SQLServerIntegrationServices_Example.gif"><img src="http://datamart.org/wp-content/uploads/2010/05/1371_SQLServerIntegrationServices_Example-300x242.gif" alt="" title="1371_SQLServerIntegrationServices_Example" width="300" height="242" class="alignnone size-medium wp-image-1012" /></a>We recently did a hands on experience on using sql server 2008 Integration Services by creating a package. We followed the microsoft tutorial  and found it a very good to get started with Integration Services 2008. We would like  to share it with our reader, so lets enjoy;</p>
<p>In this tutorial, you will learn how to use SSIS Designer to create a simple Microsoft SQL Server Integration Services package. The package that you create takes data from a flat file, reformats the data, and then inserts the reformatted data into a fact table. In following lessons, the package will be expanded to demonstrate looping, package configurations, logging and error flow.</p>
<p>When you install the sample data that the tutorial uses, you also install the completed versions of the packages that you will create in each lesson of the tutorial. By using the completed packages, you can skip ahead and begin the tutorial at a later lesson if you like. If this is your first time working with packages or the new development environment, we recommend that you begin with Lesson1.</p>
<p><a href="http://msdn.microsoft.com/en-us/library/ms169917.aspx">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2010/05/13/tutorial-creating-a-simple-etl-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UDM Vrs Data Mart</title>
		<link>http://datamart.org/2009/06/12/udm-vrs-data-mart/</link>
		<comments>http://datamart.org/2009/06/12/udm-vrs-data-mart/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 15:44:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP Classic]]></category>
		<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[Data Import and export]]></category>
		<category><![CDATA[Data mart]]></category>
		<category><![CDATA[Data Mart Examples]]></category>
		<category><![CDATA[Excel / Spread sheets]]></category>
		<category><![CDATA[Integeration Services]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=306</guid>
		<description><![CDATA[We are writing some more on the topic of UDM Vs. Data Mart because of our hand on experiance, reconciled with some documented research.We have worked on creating large data text files, which were to be further exported into a business intelligence system. So data to be consumed in business intelligence may be stored in various [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;">We are writing some more on the topic of UDM Vs. Data Mart because of our hand on experiance, reconciled with some documented research.We have worked on creating large data text files, which were to be further exported into a business intelligence system. So data to be consumed in business intelligence may be stored in various formats. In these situations, we need data to be imported into a data mart before it can be utilized anywhere. </span></span> </p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"> </p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;">Sometimes data in OLTP may not have a full time connection and hence needed to be exported into Data Mart for further utilized by Business Intelligence via UDM. </span></span><span style="font-size: small;"><span style="font-family: Times New Roman;">In some cases d</span><span style="font-family: Times New Roman;">ata from OLTP is exported via ftp, In our case we have been getting data via FTP which is stored into our data mart and afterwards  transformed as per requirements utilizing Data transformation services / Integration services and stored into our data mart. After that this data is sent to Business Intelligence Systems.</span></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;"><span style="font-family: Times New Roman;">In case of dirty data as mentioned above sometime data have to be cleaned from errors so it can be utilized into the Business intelligence, again data mart would be required. </span></span><span style="font-size: small;"><span style="font-family: Times New Roman;">Here we would like to add an example </span></span><span style="font-size: small;"><span style="font-family: Times New Roman;">we are getting data feeds of worldwide business contacts  from somewhere via ftp. This data is then transformed and cleaned from errors stored in our data mart/Data war house, and then regularly u</span></span><span style="font-size: small;"><span style="font-family: Times New Roman;">ploaded into a system where people can utilize that. We are presenting a link for your information</span></span><span style="font-size: small;"><span style="font-family: Times New Roman;">  <a href="http://worldonline.biz/">http://worldonline.biz/</a> a</span></span><span style="font-size: small; font-family: Times New Roman;">nd <a href="http://worldonline.biz/cheap-rent/">www.cheaprent.org</a>. </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;">The reason for giving this example is because of the need of data mart, In addition to that we are doing more work on stored data, as per people&#8217;s needs, to produce high value information.</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;"><span style="font-family: Times New Roman;">In addion to our hands on experience, We are thankfull to Brian Larson for writing such a great book &#8220;Delivering business intelligence with  SQL Server 2005&#8243;. We regularly consult this book for our projects.</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"> </p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small;"><span style="font-family: Times New Roman;">At the end we would like also to add that data projects are not always similar and may require some tools in some situation and some other tools in other situations and the goal is always to accomplish the task.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/06/12/udm-vrs-data-mart/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>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>Integeration Services</title>
		<link>http://datamart.org/2009/05/26/integeration-services/</link>
		<comments>http://datamart.org/2009/05/26/integeration-services/#comments</comments>
		<pubDate>Tue, 26 May 2009 15:19:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Data Import and export]]></category>
		<category><![CDATA[Data Transformation]]></category>
		<category><![CDATA[Integeration Services]]></category>

		<guid isPermaLink="false">http://datamart.org/?p=149</guid>
		<description><![CDATA[Few words about integeration Services, It was introduced in SQL Server 2005, prior to that i.e in SQl Server 2000 it was a Data Transformation Services (DTS). Integeration Services has all the functionality of DTS plus more capabilities with less programming. Inaddition to that it has large performance boost over DTS and is even better [...]]]></description>
			<content:encoded><![CDATA[<p>Few words about integeration Services, It was introduced in SQL Server 2005, prior to that i.e in SQl Server 2000 it was a Data Transformation Services (DTS). Integeration Services has all the functionality of DTS plus more capabilities  with less programming. Inaddition to that it has large performance boost over DTS and is even better in SQL server 2008. We will write more about integeration services, as we have added a separate category i.e Integeration Services.  </p>
]]></content:encoded>
			<wfw:commentRss>http://datamart.org/2009/05/26/integeration-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

