<?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>JohnSterrett.com &#187; Uncategorized</title>
	<atom:link href="http://johnsterrett.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnsterrett.com</link>
	<description>This is a one stop shop for free technical blogs about Database Managment and Software Development.  I will also include posts on whats going on with my personal life too...</description>
	<lastBuildDate>Thu, 26 Aug 2010 14:00:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Building a Data Warehouse with SQL Server</title>
		<link>http://johnsterrett.com/2009/09/29/building-a-data-warehouse-with-sql-server/</link>
		<comments>http://johnsterrett.com/2009/09/29/building-a-data-warehouse-with-sql-server/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 19:31:23 +0000</pubDate>
		<dc:creator>johnsterrett</dc:creator>
				<category><![CDATA[SQLServerPedia Syndication]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Data Warehouse]]></category>
		<category><![CDATA[SSAS]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[SSRS]]></category>

		<guid isPermaLink="false">http://www.johnsterrett.com/?p=65</guid>
		<description><![CDATA[Today, I am going to start a series of blogs on one of my favorite topics Data Warehousing with SQL Server.  I will start by defining a data warehouse.  I will then give some business cases that explain the benefits of a data warehouse.  Finally, I will start writing about the built in tools SQL [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjohnsterrett.com%2F2009%2F09%2F29%2Fbuilding-a-data-warehouse-with-sql-server%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjohnsterrett.com%2F2009%2F09%2F29%2Fbuilding-a-data-warehouse-with-sql-server%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Today, I am going to start a series of blogs on one of my favorite topics Data Warehousing with SQL Server.  I will start by defining a data warehouse.  I will then give some business cases that explain the benefits of a data warehouse.  Finally, I will start writing about  the built in tools SQL Server provides to implement a data warehouse with SQL Server.</p>
<h2>What is a Data Warehouse?</h2>
<table border="0" cellspacing="0" cellpadding="2" width="400">
<tbody>
<tr>
<td width="200" valign="top"><img src="http://farm3.static.flickr.com/2268/2473469841_646e4d2b25.jpg" alt="" width="253" height="190" /></td>
<td width="200" valign="top"><img src="http://farm3.static.flickr.com/2494/3727557494_9014c6302d.jpg" alt="" width="203" height="191" /></td>
</tr>
</tbody>
</table>
<p>In its simplest form a Data Warehouse is a way to store <span style="text-decoration: line-through;">data</span> information and facts in an format that is informational.  Hopefully, you were able to pull this information from the photos above.   Personally, I like to think of a Data Warehouse as a tool used by decision makers to improve decision‐making.</p>
<h2>Business cases for a Data Warehouse</h2>
<p>The following are several <span style="text-decoration: line-through;">reasons</span> business cases that explain how “insert company name here” can benefit from a data warehouse.</p>
<ul>
<li>A Data Warehouse is <em>fast to query</em>. After the initial setup is complete, queries can run up to 1000% faster in an OLAP database than in an OLTP database.</li>
<li>A Data Warehouses <em>improves ROI </em>by allowing end users to make more efficient use of enterprise information so many companies have all the information they need.</li>
<li>A Data Warehouse is a good solution for application’s that are great for data entry but lacks in depth reporting and drilldown capabilities.</li>
<li>A Data Warehouse could be used to bring several applications and/or data sources together.</li>
<li>If you are a service company a data warehouse could be used to analyze work completed to estimate future flat fee engagements. (I can go on and on on these examples&#8230;)</li>
<li>If you already own SQL Server you can implement a data warehouse solution with the built in tools.  This means <strong><em>no additional cost for software is needed</em>.</strong></li>
</ul>
<h2>What tools are needed to Build a Data Warehouse?</h2>
<p>Both SQL Server 2005 and SQL Server 2008 include three tools that are very helpful towards implementing a Data Warehouse. These three tools allow you to create an killer data warehouse.</p>
<ul>
<li>Analysis Services (SSAS)</li>
<li>Integration Services (SSIS)</li>
<li>Reporting Services (SSRS).</li>
</ul>
<p>We will go over these tools in great detail in future posts.  For now, let’s just think of SSAS as the tool that provides storage for the data used in cubes for your data warehouse. SSIS is the tool we will use to extract, transform and load (ETL) data into our data warehouse.  SSRS is a tool used to view the data in our data warehouse.</p>
<p style="text-align: center;">Next post : <a href="http://johnsterrett.com/2009/11/01/introduction-to-dimensions/">Introduction to Data Warehouse Dimensions</a></p>
]]></content:encoded>
			<wfw:commentRss>http://johnsterrett.com/2009/09/29/building-a-data-warehouse-with-sql-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQLSaturday Update &amp; Future Presentations</title>
		<link>http://johnsterrett.com/2009/09/29/sqlsaturday-update-future-presentations/</link>
		<comments>http://johnsterrett.com/2009/09/29/sqlsaturday-update-future-presentations/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 19:27:59 +0000</pubDate>
		<dc:creator>johnsterrett</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[SQLServerPedia Syndication]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Greater Wheeling AITP]]></category>
		<category><![CDATA[SQLSaturday]]></category>

		<guid isPermaLink="false">http://www.johnsterrett.com/?p=64</guid>
		<description><![CDATA[I wanted to give a quick update and thank everyone who has responded to my initial posting about bringing SQL Saturday to Wheeling, WV.    I have spoken to a couple technology groups and several individuals and everyone is very supportive of this event. The following are upcoming work items: Establish a budget Build a support [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjohnsterrett.com%2F2009%2F09%2F29%2Fsqlsaturday-update-future-presentations%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjohnsterrett.com%2F2009%2F09%2F29%2Fsqlsaturday-update-future-presentations%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I wanted to give a quick update and thank everyone who has responded to my initial posting about bringing <a href="http://www.johnsterrett.com/2009/08/16/can-sqlsaturday-work-in-wheeling-wv/">SQL Saturday to Wheeling, WV</a>.    I have spoken to a couple technology groups and several individuals and everyone is very supportive of this event.</p>
<p>The following are upcoming work items:</p>
<ol>
<li>Establish a budget</li>
<li>Build a support team that will help with organizing the event.</li>
<li>Find a location and pinpoint a date (tentatively First Quarter 2010.)</li>
</ol>
<p>I look forward to blogging the status of these work items.</p>
<p>On another note, It looks like I will be presenting the following topic “Building a Data Warehouse with SQL Server” twice in November.  I will present first at the <a href="http://www.aitp-wheeling.org">Greater Wheeling Chapter of AITP</a> meeting on November 11th.  I will also give the same presentation at the <a href="http://www.pghtech.org/networks/Pssug/Default.aspx">Pittsburgh SQL Server User Group</a> Meeting on November 16th.</p>
<p>You will soon see a series of blog post that go over building a data warehouse.  You can find the first one <a href="http://www.johnsterrett.com/2009/09/29/building-a-data-warehouse-with-sql-server" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://johnsterrett.com/2009/09/29/sqlsaturday-update-future-presentations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WD My Passport Review</title>
		<link>http://johnsterrett.com/2009/06/21/wd-my-passport-review/</link>
		<comments>http://johnsterrett.com/2009/06/21/wd-my-passport-review/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 18:53:56 +0000</pubDate>
		<dc:creator>johnsterrett</dc:creator>
				<category><![CDATA[Tech Toys]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.johnsterrett.com/?p=35</guid>
		<description><![CDATA[This past week I took a trip over to my local Best Buy and decided to purchase a portable hard drive.&#160; I noticed that one of my mentors was using a similar device for hosting Virtual PCs so I thought I would give it a try.&#160; The following are my initial reasons for purchase: Consolidate [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjohnsterrett.com%2F2009%2F06%2F21%2Fwd-my-passport-review%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjohnsterrett.com%2F2009%2F06%2F21%2Fwd-my-passport-review%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://johnsterrett.com/img/WDMyPassportReview_DABB/WDPassport2.jpg"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="WDPassport2" border="0" alt="WDPassport2" src="http://johnsterrett.com/img/WDMyPassportReview_DABB/WDPassport2_thumb.jpg" width="244" height="136" /></a></p>
<p>This past week I took a trip over to my local Best Buy and decided to purchase a <a href="http://www.wdc.com/en/products/products.asp?driveid=391" target="_blank">portable hard drive</a>.&#160; I noticed that one of my <a href="http://philippetruche.wordpress.com/2007/10/19/mobile-workers-best-friends/" target="_blank">mentors</a> was using a similar device for hosting Virtual PCs so I thought I would give it a try.&#160; The following are my initial reasons for purchase:</p>
<ol>
<li>Consolidate Virtual PC’s and Demos </li>
<li>Need to Synchronize documents on multiple computers </li>
<li>Good disk I/O for portable drive </li>
</ol>
<h2></h2>
<h2>Consolidate Virtual PC’s and Demos</h2>
<p>From time to time I do quite a few demos at work, <a href="http://aitp-wheeling.org" target="_blank">AITP</a>, code camp etc.&#160; I want to consolidate all my presentations, sample code, virtual drives etc. so I could repeat a presentation on the go as needed.&#160; This device works great for this purpose.&#160; A benefit of the WD My Passport is that the device is so small it fits in my pockets.&#160; I now take the portable drive almost everywhere I go.&#160; </p>
<h2>Synchronize Documents</h2>
<p>I have many files going all the way back to college on several computers.&#160; I want to be able store and/or modify versions of these files on a single device without having to worry about manual synchronization.&#160; Basically, If I make a modification to a document on the portable device I want to be able to synchronize these changes when I connect the portable hard drive back to the computer that hosts the original version of the file.</p>
<p>The WD Sync application that comes with the WD Passport accomplishes this task.&#160; This application allows you to create profiles for computers and allows you to sync documents, photos, videos, email and more.&#160; I was easily able to modify documents from different computers and sync them back with the original pc.&#160; I am very impressed with WD Sync.&#160; It takes a few minutes to understand the functionality but its a great free tool.</p>
<h2>Test Disk I/O</h2>
<p>Using SQLIO and perfmon I was able to create a quick test to put this portable hard drive to the test.&#160; From the following screen shot below you can see an average disk transfers/sec is 102.093.&#160; This result isn’t great but I believe its workable for a portable hard drive.</p>
<p><a href="http://johnsterrett.com/img/WDMyPassportReview_DABB/image.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://johnsterrett.com/img/WDMyPassportReview_DABB/image_thumb.png" width="610" height="312" /></a>&#160;</p>
<p>&#160;</p>
<h2>Conclusion</h2>
<p>For only spending $90 I believe this is a good device.&#160; Are you currently using portable hard drives? If so, which model are you are using? What are your favorite features? </p>
]]></content:encoded>
			<wfw:commentRss>http://johnsterrett.com/2009/06/21/wd-my-passport-review/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My First Post.</title>
		<link>http://johnsterrett.com/2009/01/29/my-first-post/</link>
		<comments>http://johnsterrett.com/2009/01/29/my-first-post/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 16:43:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.johnsterrett.com/?p=3</guid>
		<description><![CDATA[Being an IT professional with a focus on the legal industry I am glad to say that I have a place on the web.  With Justin Siebert and Ted Cromwell pleading WordPress I am joining the dark side and leaving the Microsoft stack for this blog.  I am primarly a ASP.NET developer and a SQL [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fjohnsterrett.com%2F2009%2F01%2F29%2Fmy-first-post%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fjohnsterrett.com%2F2009%2F01%2F29%2Fmy-first-post%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Being an IT professional with a focus on the legal industry I am glad to say that I have a place on the web.  With <a title="Justin Seibert" href="http://www.directom.com/bios/justin-seibert.php" target="_blank">Justin Siebert</a> and Ted Cromwell pleading WordPress I am joining the dark side and leaving the Microsoft stack for this blog.  I am primarly a ASP.NET developer and a SQL Server guru. I look forward to communicating with several IT professionals through this site.</p>
]]></content:encoded>
			<wfw:commentRss>http://johnsterrett.com/2009/01/29/my-first-post/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
