<?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>Linchpin People, LLC</title>
	<atom:link href="http://linchpinpeople.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://linchpinpeople.com</link>
	<description></description>
	<lastBuildDate>Wed, 15 May 2013 01:52:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Some Considerations When Using the SSIS Work Pile Pattern</title>
		<link>http://linchpinpeople.com/2013/05/some-considerations-when-using-the-ssis-work-pile-pattern/</link>
		<comments>http://linchpinpeople.com/2013/05/some-considerations-when-using-the-ssis-work-pile-pattern/#comments</comments>
		<pubDate>Wed, 15 May 2013 01:52:05 +0000</pubDate>
		<dc:creator>Andy Leonard</dc:creator>
				<category><![CDATA[Data Integration]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://linchpinpeople.com/?p=772</guid>
		<description><![CDATA[<p>I have designed systems that implement many features of the work pile pattern, but not what I consider a truly dynamic, elastic-scale work pile. Locking is one reason I prefer determinism in a load strategy. In a perfect work pile a large portion of the design &#8211; which processes to execute in parallel &#8211; is [...]</p><p>The post <a href="http://linchpinpeople.com/2013/05/some-considerations-when-using-the-ssis-work-pile-pattern/">Some Considerations When Using the SSIS Work Pile Pattern</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I have designed systems that implement many features of the work pile pattern, but not what I consider a truly dynamic, elastic-scale work pile. Locking is one reason I prefer determinism in a load strategy. In a perfect work pile a large portion of the design &#8211; which processes to execute in parallel &#8211; is driven by factors outside the domain of the execution framework. It has more to do with the mechanics of the data being loaded and how the individual packages are built. A perfectly functioning work pile execution engine can result in locking if two packages attempt to fast-load the same table.</p>
<p>Unless otherwise directed, my usual approach is to start with serialized execution and then look for opportunities to parallel-ize execution. In many cases, I achieve parallel execution with a package I call a Controller. I&#8217;ve seen frameworks that rely on Controller packages, which are merely parent packages with hard-coded and precedence-constrained Execute Package Tasks. This sounds brute-force-ish because it is, but there are advantages such as deterministic parallel execution and, believe it or not, a printable process work flow diagram.</p>
<p>Determinism is important and easy to overlook. To avoid locking in a true work pile, you need to either define precedence or block concurrence to avoid locking. Neither requirement is trivial; either adds orders of magnitude to the complexity of an execution framework.</p>
<p>These are some considerations when designing data integration automation.</p>
<p>:{&gt;</p>
<p>&nbsp;</p>
<p>The post <a href="http://linchpinpeople.com/2013/05/some-considerations-when-using-the-ssis-work-pile-pattern/">Some Considerations When Using the SSIS Work Pile Pattern</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://linchpinpeople.com/2013/05/some-considerations-when-using-the-ssis-work-pile-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scripting And SSIS</title>
		<link>http://linchpinpeople.com/2013/05/scripting-and-ssis/</link>
		<comments>http://linchpinpeople.com/2013/05/scripting-and-ssis/#comments</comments>
		<pubDate>Wed, 08 May 2013 20:41:16 +0000</pubDate>
		<dc:creator>Andy Leonard</dc:creator>
				<category><![CDATA[Data Integration]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://linchpinpeople.com/?p=768</guid>
		<description><![CDATA[<p>In this video, SQL Server MVP Tim Mitchell and Andy Leonard discuss and demonstrate scripting in SSIS! In this demo-packed session, two co-authors of the book SSIS Design Patterns share their experience using the Script Task and Script Component to accomplish difficult transformations and improve data integration performance. SSISAndScripting from Andy Leonard on Vimeo. The [...]</p><p>The post <a href="http://linchpinpeople.com/2013/05/scripting-and-ssis/">Scripting And SSIS</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>In this video, SQL Server MVP Tim Mitchell and Andy Leonard discuss and demonstrate scripting in SSIS! In this demo-packed session, two co-authors of the book <a href="http://www.amazon.com/SSIS-Design-Patterns-Matt-Masson/dp/1430237716" target="_blank">SSIS Design Patterns</a> share their experience using the Script Task and Script Component to accomplish difficult transformations and improve data integration performance.<br />
<iframe src="http://player.vimeo.com/video/65765607" height="281" width="500" allowfullscreen="" frameborder="0"></iframe></p>
<p><a href="http://vimeo.com/65765607">SSISAndScripting</a> from <a href="http://vimeo.com/user9843602">Andy Leonard</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>The demonstration code is available <a href="http://a.timmitchell.net/files/downloads/presentations/ScriptingAndSSIS_Linchpin.zip" target="_blank">here</a>.</p>
<p>:{&gt;</p>
<p>The post <a href="http://linchpinpeople.com/2013/05/scripting-and-ssis/">Scripting And SSIS</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://linchpinpeople.com/2013/05/scripting-and-ssis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Little Data Remains Important in Healthcare IT</title>
		<link>http://linchpinpeople.com/2013/04/medicaldataintergationpart2/</link>
		<comments>http://linchpinpeople.com/2013/04/medicaldataintergationpart2/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 14:44:36 +0000</pubDate>
		<dc:creator>Andy Leonard</dc:creator>
				<category><![CDATA[Data Integration]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[2012]]></category>
		<category><![CDATA[Medical Data Integration]]></category>

		<guid isPermaLink="false">http://linchpinpeople.com/?p=757</guid>
		<description><![CDATA[<p>In his article Healthcare&#8217;s Big Problem With Little Data, author Dan Munro raises salient points about the state of health-related data. Electronic Health Records (EHR) were promoted as the end-all-be-all solution for the industry – a standardization that, I suppose, many thought would organically and naturally occur, stabilize, and be maintained. It hasn’t. At least [...]</p><p>The post <a href="http://linchpinpeople.com/2013/04/medicaldataintergationpart2/">Little Data Remains Important in Healthcare IT</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.youtube.com/watch?v=I1wg1DNHbNU"><img class="alignnone size-full wp-image-758" style="background-image: none; float: left; padding-top: 0px; padding-left: 0px; margin: 0px 5px 5px 0px; display: inline; padding-right: 0px; border-width: 0px;" alt="SameAsItEverWas" src="http://linchpinpeople.com/wp-content/uploads/2013/04/SameAsItEverWas.jpg" width="200" align="left" border="0" /></a>In his article <a href="http://ht.ly/ky1ee" target="_blank">Healthcare&#8217;s Big Problem With Little Data</a>, author Dan Munro raises salient points about the state of health-related data. Electronic Health Records (EHR) were promoted as the end-all-be-all solution for the industry – a standardization that, I suppose, many thought would organically and naturally occur, stabilize, and be maintained.</p>
<p>It hasn’t. At least not yet.</p>
<p>My doctor and I speak about this almost each time I visit with him. The corporation that operates his practice nowadays seems endlessly locked in cycles of changing billing and EHR systems in search of low-cost compliance and integration. They’ve (literally) spent millions of dollars and my doctor hates the interfaces forced upon him and his patients (well, one, at least) hates the complexity of the billing and patient records systems. Can’t these systems all just get along?</p>
<p>The result? Higher medical data management costs. I’ll give you one guesses who pays these costs.</p>
<p>Munro posits the following from his <a href="http://ht.ly/ky1ee" target="_blank">article</a>:</p>
<blockquote><p>By at least one estimate (<a href="http://www.hitconsultant.net/2013/03/27/many-ehr-vendors-will-not-survive-to-see-meaningful-use-stage-2/">here</a>) there are now about 500 independent EHR vendors.  Out of that large group is a subset of about 400 with at least one customer that has applied for Federal stimulus dollars through the labyrinthine process of meaningful use attestation. That would suggest a “first-cut” of about 100 vendors who made some commitment around certification – but have no reported customers (at least to date). That’s a staggering number of single-purpose software vendors for any industry to support – even bloated healthcare. The simple fact is it can’t. While there have been a few high-profile cases of EHR vendors shutting down, this last week was the first high-profile example of a vendor that was effectively decertified by the Feds for both their “ambulatory” and their “inpatient” EHR products. From the <a href="http://www.hhs.gov/news/press/2013pres/04/20130425a.html">HHS.gov website</a> last Thursday:</p>
<p><em>“We and our certification bodies take complaints and our follow-up seriously. By revoking the certification of these EHR products, we are making sure that certified electronic health record products meet the requirements to protect patients and providers,” </em>said Dr. Mostashari.<em>“Because EHRMagic was unable to show that their EHR products met ONC’s certification requirements, their EHRs will no longer be certified under the ONC HIT Certification Program.”</em></p></blockquote>
<p><a href="http://www.youtube.com/watch?v=I1wg1DNHbNU" target="_blank">You may ask yourself, well, how did we get here?</a> This, folks, is a mess. What’s missing? Applied standards.</p>
<p><strong>“But Andy, you’ve told us standards slow down development!”</strong></p>
<p>And I stand by that statement; standards <em>do</em> slow down development…unless you’re building interfaces. And then standards become the means for decoupled snippets, functions, methods, applications, and even platforms to communicate with each other. In some cases, we simply cannot be productive without standards – like TCP/IP. What would happen if everyone coded their own version of internet traffic? If that was the case, very few of you would reading this post.</p>
<p>Yes, standards slow things down. And yes, they are necessary to insure base functionality. In my humble opinion, we <em>have</em> to get this right with healthcare data. We simply <em>must</em>. While we see similar issues of data management across many fields, medical data is too important to mess around with; it’s (often literally) life and death. And it is certainly a high cost.</p>
<p><strong>More to Consider</strong></p>
<p><a href="http://www.healthit.gov/providers-professionals/certification-process-ehr-technologies" target="_blank">Standards exist</a>. Administering and certifying 400-500 vendor solutions is hard.</p>
<p><strong>Part of the Solution</strong></p>
<p>From the <a href="http://www.hhs.gov/news/press/2013pres/04/20130425a.html" target="_blank">actions of the Department of Health and Human Services</a> last week, one can ascertain HHS is taking steps to address the matter. But will all 400-500 companies voluntarily congeal their schemas? Possibly, but doubtful.</p>
<p>My experience delivering US state Medicaid ETL solutions informs me there will be a need for data integration – regardless of the existence of standards and in spite of certification. Why? Standards are not static. The idea of <em>de facto</em> standards emerges from the life cycle of software because <a href="http://sqlblog.com/blogs/andy_leonard/archive/2010/02/17/software-is-organic-part-1.aspx" target="_blank">software is organic</a>. Even if everyone agreed on the same interpretation of rigid standards (and they won’t), versions 2.0 through <em>n.n</em> will – at a minimum – add fields to the schema. And with additional fields comes additional data.</p>
<p>Standards will be revised when enough product schemas adopt the <em>de facto</em>, and this will drive the need for yet more integration. Don’t take my word for it, examine the entropic history of <a href="http://en.wikipedia.org/wiki/List_of_ICD-9_codes" target="_blank">ICD-9</a> and <a href="http://www.cms.gov/Medicare/Coding/ICD10/index.html?redirect=/icd10" target="_blank">ICD-10</a> codes – the direction of progress is more data, not less.</p>
<p><strong>Learn More</strong></p>
<p>This is one reason we at <a href="http://linchpinpeople.com/" target="_blank">Linchpin People</a> are focusing on Medical Data Integration. The recording of our first (free!) webinar about Medical Data Integration with SSIS 2012 is available <a href="http://linchpinpeople.com/2013/04/medical-data-integration-with-ssis-2012-part-1-loading-claims-data/" target="_blank">here</a>. Kent Bradshaw and I continue the series tomorrow presenting <a href="http://linchpinpeople.enterthemeeting.com/m/MHEG4QRJ" target="_blank">Medical Data Integration with SSIS 2012, Part 2</a> in which we focus on loading Provider and Drug data.</p>
<p>I hope to see you there!</p>
<p>:{&gt;</p>
<p>The post <a href="http://linchpinpeople.com/2013/04/medicaldataintergationpart2/">Little Data Remains Important in Healthcare IT</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://linchpinpeople.com/2013/04/medicaldataintergationpart2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scripting and SSIS &#8211; A Free Webinar 8 May!</title>
		<link>http://linchpinpeople.com/2013/04/scripting-and-ssis-a-free-webinar-8-may/</link>
		<comments>http://linchpinpeople.com/2013/04/scripting-and-ssis-a-free-webinar-8-may/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 16:08:44 +0000</pubDate>
		<dc:creator>Andy Leonard</dc:creator>
				<category><![CDATA[Data Integration]]></category>
		<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://linchpinpeople.com/?p=752</guid>
		<description><![CDATA[<p>Join SQL Server MVP Tim Mitchell (blog &#124; @Tim_Mitchell) and Andy Leonard as they demonstrate and discuss the many uses of scripting in SQL Server 2012 Integration Services! In this demo-packed session, two co-authors of the book SSIS Design Patterns share their experience using the Script Task and Script Component to accomplish difficult transformations and [...]</p><p>The post <a href="http://linchpinpeople.com/2013/04/scripting-and-ssis-a-free-webinar-8-may/">Scripting and SSIS &#8211; A Free Webinar 8 May!</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Join SQL Server MVP Tim Mitchell (<a href="http://timmitchell.net/" target="_blank">blog</a> | <a href="http://twitter.com/Tim_Mitchell" target="_blank">@Tim_Mitchell</a>) and Andy Leonard as they demonstrate and discuss the many uses of scripting in SQL Server 2012 Integration Services! In this demo-packed session, two co-authors of the book <a href="http://www.amazon.com/SSIS-Design-Patterns-Matt-Masson/dp/1430237716" target="_blank">SSIS Design Patterns</a> share their experience using the Script Task and Script Component to accomplish difficult transformations and improve data integration performance.</p>
<p><a href="http://linchpinpeople.enterthemeeting.com/m/GKWLXDZB" target="_blank">Register</a> today!</p>
<p>:{&gt;</p>
<p>The post <a href="http://linchpinpeople.com/2013/04/scripting-and-ssis-a-free-webinar-8-may/">Scripting and SSIS &#8211; A Free Webinar 8 May!</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://linchpinpeople.com/2013/04/scripting-and-ssis-a-free-webinar-8-may/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Medical Data Integration with SSIS 2012, Part 2 &#8211; 1 May 2013 11:00 AM EDT</title>
		<link>http://linchpinpeople.com/2013/04/medical-data-integration-with-ssis-2012-part-2-1-may-2013-1100-am-edt/</link>
		<comments>http://linchpinpeople.com/2013/04/medical-data-integration-with-ssis-2012-part-2-1-may-2013-1100-am-edt/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 17:42:51 +0000</pubDate>
		<dc:creator>Andy Leonard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linchpinpeople.com/?p=750</guid>
		<description><![CDATA[<p>Kent Bradshaw and I are pleased to announce another free webinar: Medical Data Integration with SSIS 2012, Part 2 &#8211; Providers and Drugs. Register today! The recording of the first part of this series is available here. :{&#62;</p><p>The post <a href="http://linchpinpeople.com/2013/04/medical-data-integration-with-ssis-2012-part-2-1-may-2013-1100-am-edt/">Medical Data Integration with SSIS 2012, Part 2 &#8211; 1 May 2013 11:00 AM EDT</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Kent Bradshaw and I are pleased to announce another free webinar: Medical Data Integration with SSIS 2012, Part 2 &#8211; Providers and Drugs. <a href="http://linchpinpeople.enterthemeeting.com/m/MHEG4QRJ" target="_blank">Register</a> today!</p>
<p>The recording of the first part of this series is available <a href="http://linchpinpeople.com/2013/04/medical-data-integration-with-ssis-2012-part-1-loading-claims-data/" target="_blank">here</a>.</p>
<p>:{&gt;</p>
<p>The post <a href="http://linchpinpeople.com/2013/04/medical-data-integration-with-ssis-2012-part-2-1-may-2013-1100-am-edt/">Medical Data Integration with SSIS 2012, Part 2 &#8211; 1 May 2013 11:00 AM EDT</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://linchpinpeople.com/2013/04/medical-data-integration-with-ssis-2012-part-2-1-may-2013-1100-am-edt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing the Linchpin People SSIS Event Task</title>
		<link>http://linchpinpeople.com/2013/04/announcing-the-linchpin-people-ssis-event-task/</link>
		<comments>http://linchpinpeople.com/2013/04/announcing-the-linchpin-people-ssis-event-task/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 03:36:30 +0000</pubDate>
		<dc:creator>Andy Leonard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linchpinpeople.com/?p=731</guid>
		<description><![CDATA[<p>Linchpin People announces the availability of the SSIS Event Task for SSIS 2012 x64! The Event Task simplifies adding messages to the SSIS log and raising events with custom messages at specific points during execution. To configure, drag the Event Task onto the Control Flow: Open the editor and set the EventName, EventDescription, EventCode, and SubComponent [...]</p><p>The post <a href="http://linchpinpeople.com/2013/04/announcing-the-linchpin-people-ssis-event-task/">Announcing the Linchpin People SSIS Event Task</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://linchpinpeople.com/wp-content/uploads/2013/04/Linchpin-People-Event-Task-product.png"><img class="alignnone size-thumbnail wp-image-717" alt="Linchpin People Event Task product" src="http://linchpinpeople.com/wp-content/uploads/2013/04/Linchpin-People-Event-Task-product-150x150.png" width="150" height="150" /></a></p>
<p>Linchpin People announces the availability of the <a href="http://linchpinpeople.com/product/ssis-event-task/" target="_blank">SSIS Event Task</a> for SSIS 2012 x64!</p>
<p><a href="http://linchpinpeople.com/wp-content/uploads/2013/04/LPEventTask_12.jpg"><img class="alignnone size-full wp-image-738" alt="LPEventTask_1" src="http://linchpinpeople.com/wp-content/uploads/2013/04/LPEventTask_12.jpg" /></a></p>
<p>The Event Task simplifies adding messages to the SSIS log and raising events with custom messages at specific points during execution.</p>
<p>To configure, drag the Event Task onto the Control Flow:</p>
<p><a href="http://linchpinpeople.com/wp-content/uploads/2013/04/LPEventTask_0.jpg"><img class="alignnone size-thumbnail wp-image-733" alt="LPEventTask_0" src="http://linchpinpeople.com/wp-content/uploads/2013/04/LPEventTask_0-150x150.jpg" /></a></p>
<p>Open the editor and set the EventName, EventDescription, EventCode, and SubComponent properties:</p>
<p><a href="http://linchpinpeople.com/wp-content/uploads/2013/04/LPEventTask_2.jpg"><img class="alignnone  wp-image-735" alt="LPEventTask_2" src="http://linchpinpeople.com/wp-content/uploads/2013/04/LPEventTask_2.jpg" width="386" height="229" /></a></p>
<p>&nbsp;</p>
<p>When the package executes in SSDT you can view the message on the Progress / Execution Results tab:</p>
<p><a href="http://linchpinpeople.com/wp-content/uploads/2013/04/LPEventTask_31.jpg"><img class="alignnone size-full wp-image-736" alt="LPEventTask_3" src="http://linchpinpeople.com/wp-content/uploads/2013/04/LPEventTask_31.jpg" width="297" height="50" /></a></p>
<p>The task is priced at only $49.99 USD!</p>
<p>&nbsp;</p>
<p>For more information, I created a demo screencast:</p>
<p><iframe src="http://player.vimeo.com/video/63874361" height="333" width="500" allowfullscreen="" frameborder="0"></iframe></p>
<p><a href="http://vimeo.com/63874361">LPEventTask2</a> from <a href="http://vimeo.com/user9843602">Andy Leonard</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>The post <a href="http://linchpinpeople.com/2013/04/announcing-the-linchpin-people-ssis-event-task/">Announcing the Linchpin People SSIS Event Task</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://linchpinpeople.com/2013/04/announcing-the-linchpin-people-ssis-event-task/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Medical Data Integration with SSIS 2012, Part 1 &#8211; Loading Claims Data</title>
		<link>http://linchpinpeople.com/2013/04/medical-data-integration-with-ssis-2012-part-1-loading-claims-data/</link>
		<comments>http://linchpinpeople.com/2013/04/medical-data-integration-with-ssis-2012-part-1-loading-claims-data/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 02:22:48 +0000</pubDate>
		<dc:creator>Andy Leonard</dc:creator>
				<category><![CDATA[Data Integration]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://linchpinpeople.com/?p=690</guid>
		<description><![CDATA[<p>Update: Don&#8217;t miss Part 2 of this series 1 May 2013 at 11:00 AM EDT! Register today. Kent and I had an AWESOME time presenting Medical Data Integration with SSIS 2012, Part 1! We hope you enjoy the video: MedicalDataIntegrationWithSSIS2012 Part1 from Andy Leonard on Vimeo. &#160; :{&#62;</p><p>The post <a href="http://linchpinpeople.com/2013/04/medical-data-integration-with-ssis-2012-part-1-loading-claims-data/">Medical Data Integration with SSIS 2012, Part 1 &#8211; Loading Claims Data</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p><em>Update: Don&#8217;t miss Part 2 of this series 1 May 2013 at 11:00 AM EDT! <a title="Medical Data Integration with SSIS 2012 Part 2" href="http://linchpinpeople.enterthemeeting.com/m/MHEG4QRJ" target="_blank">Register today</a>.</em></p>
<p>Kent and I had an AWESOME time presenting Medical Data Integration with SSIS 2012, Part 1! We hope you enjoy the video:</p>
<p><iframe src="http://player.vimeo.com/video/63788781" height="338" width="500" frameborder="0"></iframe></p>
<p><a href="http://vimeo.com/63788781">MedicalDataIntegrationWithSSIS2012 Part1</a> from <a href="http://vimeo.com/user9843602">Andy Leonard</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>&nbsp;</p>
<p>:{&gt;</p>
<p>The post <a href="http://linchpinpeople.com/2013/04/medical-data-integration-with-ssis-2012-part-1-loading-claims-data/">Medical Data Integration with SSIS 2012, Part 1 &#8211; Loading Claims Data</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://linchpinpeople.com/2013/04/medical-data-integration-with-ssis-2012-part-1-loading-claims-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presenting at SQL Saturday 189–Costa Rica!</title>
		<link>http://linchpinpeople.com/2013/04/presenting-at-sql-saturday-189-costa-rica/</link>
		<comments>http://linchpinpeople.com/2013/04/presenting-at-sql-saturday-189-costa-rica/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 17:25:17 +0000</pubDate>
		<dc:creator>Andy Leonard</dc:creator>
				<category><![CDATA[Data Integration]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://linchpinpeople.com/?p=686</guid>
		<description><![CDATA[<p>I am honored to present Creating a Custom SSIS Task this Saturday – 13 Apr 2013 – at SQL Saturday 189 – Costa Rica! Espero que se unan a mí! :{&#62;</p><p>The post <a href="http://linchpinpeople.com/2013/04/presenting-at-sql-saturday-189-costa-rica/">Presenting at SQL Saturday 189–Costa Rica!</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>I am honored to present <a href="http://sqlsaturday.com/viewsession.aspx?sat=189&amp;sessionid=12650" target="_blank">Creating a Custom SSIS Task</a> this Saturday – 13 Apr 2013 – at <a href="http://sqlsaturday.com/189/eventhome.aspx" target="_blank">SQL Saturday 189 – Costa Rica</a>!</p>
<p>Espero que se unan a mí!</p>
<p>:{&gt;</p>
<p>The post <a href="http://linchpinpeople.com/2013/04/presenting-at-sql-saturday-189-costa-rica/">Presenting at SQL Saturday 189–Costa Rica!</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://linchpinpeople.com/2013/04/presenting-at-sql-saturday-189-costa-rica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;What if I fail?&#8221;</title>
		<link>http://linchpinpeople.com/2013/04/what-if-i-fail/</link>
		<comments>http://linchpinpeople.com/2013/04/what-if-i-fail/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 18:02:39 +0000</pubDate>
		<dc:creator>Andy Leonard</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linchpinpeople.com/?p=680</guid>
		<description><![CDATA[<p>Fear. It is the mind-killer. You want to do something. Something big. And there is fear. Here is my advice for overcoming fear and accomplishing something big: Break it into Pieces Did you hear about that person who climbed Mt. Everest in a single step? Me neither. Break that big project down into smaller steps&#8230; and [...]</p><p>The post <a href="http://linchpinpeople.com/2013/04/what-if-i-fail/">&#8220;What if I fail?&#8221;</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>Fear. It is the mind-killer. You want to do something. Something big. And there is fear. Here is my advice for overcoming fear and accomplishing something big:</p>
<p><strong>Break it into Pieces</strong></p>
<p>Did you hear about that person who climbed Mt. Everest in a single step? Me neither. Break that big project down into smaller steps&#8230; and then resist the urge to collect metrics about each step. (More later&#8230;)</p>
<p><strong>Start Small</strong></p>
<p>Once you have the big project broken into smaller chunks, start executing on the chunks!</p>
<p><strong>Don&#8217;t Stop</strong></p>
<p>Something has to give. Fine. Make the obstacles give up before you give up.</p>
<p><strong>The Metric</strong></p>
<p>If you start producing someone will show up and want to measure your work. You know, to help. They will be drawn to your practice of breaking down the solution into smaller chunks because this provides more things to measure.</p>
<p>You cannot divide art.</p>
<p>Well, you can, but it&#8217;s no longer art &#8211; it&#8217;s pieces formerly known as art. Measuring the steps is like taking scissors to the Mona Lisa.</p>
<p>There is only one metric. Like da Vinci&#8217;s famous painting, software is either finished or not.</p>
<p><strong>Courage &lt;&gt; Absence of Fear</strong></p>
<p>Courage is action in spite of fear. If you are waiting until you have no fear before moving forward, you will never move forward.</p>
<p><strong>Conclusion</strong></p>
<p>Do not ask, &#8220;What if I fail?&#8221; You are <em>going to fail</em> &#8211; plan on it. And then transcend the failure. Rinse, repeat; until you succeed. You can do anything you set your mind to accomplish.</p>
<div>:{&gt;</div>
<p>The post <a href="http://linchpinpeople.com/2013/04/what-if-i-fail/">&#8220;What if I fail?&#8221;</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://linchpinpeople.com/2013/04/what-if-i-fail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free Licenses: Red Gate SQL Source Control for Oracle!</title>
		<link>http://linchpinpeople.com/2013/04/free-licenses-red-gate-sql-source-control-for-oracle/</link>
		<comments>http://linchpinpeople.com/2013/04/free-licenses-red-gate-sql-source-control-for-oracle/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 22:06:04 +0000</pubDate>
		<dc:creator>Andy Leonard</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[RedGate]]></category>
		<category><![CDATA[SQL Source Control]]></category>

		<guid isPermaLink="false">http://linchpinpeople.com/?p=674</guid>
		<description><![CDATA[<p>That’s right, I have two free licenses for Red Gate’s SQL Source Control for Oracle that are burning a hole in my virtual pocket! I like Red Gate’s SQL Source Control for SQL Server a lot. At Linchpin People, we are using SQL Source Control for several projects. It. just. works. It’s so cool to [...]</p><p>The post <a href="http://linchpinpeople.com/2013/04/free-licenses-red-gate-sql-source-control-for-oracle/">Free Licenses: Red Gate SQL Source Control for Oracle!</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></description>
				<content:encoded><![CDATA[<p>That’s right, I have two free licenses for <a href="http://www.red-gate.com/products/oracle-development/source-control-for-oracle/" target="_blank">Red Gate’s SQL Source Control for Oracle</a> that are burning a hole in my virtual pocket!</p>
<p>I like <a href="http://www.red-gate.com/products/sql-development/sql-source-control/" target="_blank">Red Gate’s SQL Source Control for SQL Server</a> a lot. At <a href="http://linchpinpeople.com/" target="_blank">Linchpin People</a>, we are using SQL Source Control for several projects. It. just. works. It’s so cool to be able to store the database schema in the same source control engine as the other code (SSIS or .Net for us). We even use it with the <a href="http://tfs.visualstudio.com/" target="_blank">Team Foundation Service</a> which is <em><a href="http://tfs.visualstudio.com/en-us/pricing/information/" target="_blank">free for teams of five or fewer users</a></em>.</p>
<p>Barriers to entry are dropping like flies!</p>
<p>If you use Oracle and develop databases, I encourage you to participate in my little contest:</p>
<p><strong>My Little Contest</strong></p>
<p>To win, all you have to do is tell me about the cool stuff you’re going to do with your free SQL Source Control for Oracle license. Add a comment to this blog with your response. (Comments are moderated and will not appear right away.)</p>
<p>That’s it!</p>
<p>Winners will be announced in a few weeks.</p>
<p>:{&gt;</p>
<p>The post <a href="http://linchpinpeople.com/2013/04/free-licenses-red-gate-sql-source-control-for-oracle/">Free Licenses: Red Gate SQL Source Control for Oracle!</a> appeared first on <a href="http://linchpinpeople.com">Linchpin People, LLC</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://linchpinpeople.com/2013/04/free-licenses-red-gate-sql-source-control-for-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
