<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Made2Manage Lacks Referential Integrity</title>
	<atom:link href="http://www.made2mentor.com/2009/08/made2manage-lacks-referential-integrity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.made2mentor.com/2009/08/made2manage-lacks-referential-integrity/</link>
	<description>My Path Toward Business Intelligence Mastery</description>
	<lastBuildDate>Mon, 06 Sep 2010 04:23:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: That&#8217;s Quite a View &#8211; INMast &#124; Made2Mentor</title>
		<link>http://www.made2mentor.com/2009/08/made2manage-lacks-referential-integrity/comment-page-1/#comment-8977</link>
		<dc:creator>That&#8217;s Quite a View &#8211; INMast &#124; Made2Mentor</dc:creator>
		<pubDate>Wed, 17 Feb 2010 17:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.made2mentor.com/?p=1792#comment-8977</guid>
		<description>[...] take the opportunity to normalize the database (or at least significant portions of it) and enforce  referential integrity while migrating to the .Net platform. I think they should drop VFP entirely, train users to use SQL [...]</description>
		<content:encoded><![CDATA[<p>[...] take the opportunity to normalize the database (or at least significant portions of it) and enforce  referential integrity while migrating to the .Net platform. I think they should drop VFP entirely, train users to use SQL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orphaned Records and Technical Hypochondria &#124; Made2Mentor</title>
		<link>http://www.made2mentor.com/2009/08/made2manage-lacks-referential-integrity/comment-page-1/#comment-8383</link>
		<dc:creator>Orphaned Records and Technical Hypochondria &#124; Made2Mentor</dc:creator>
		<pubDate>Fri, 05 Feb 2010 01:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.made2mentor.com/?p=1792#comment-8383</guid>
		<description>[...] table with an order by clause. Once again, this occurs because in my opinion the M2M database is not properly designed. Here’s a quick walk-through on how I found it. Incidentally, the screen shots are from TOAD [...]</description>
		<content:encoded><![CDATA[<p>[...] table with an order by clause. Once again, this occurs because in my opinion the M2M database is not properly designed. Here’s a quick walk-through on how I found it. Incidentally, the screen shots are from TOAD [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.made2mentor.com/2009/08/made2manage-lacks-referential-integrity/comment-page-1/#comment-4456</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 26 Aug 2009 04:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.made2mentor.com/?p=1792#comment-4456</guid>
		<description>Just today I had to call support because I had a duplicate record in the Job Order Master Table (JOMAST).  These kinds of problems should not occur in a properly designed SQL database.</description>
		<content:encoded><![CDATA[<p>Just today I had to call support because I had a duplicate record in the Job Order Master Table (JOMAST).  These kinds of problems should not occur in a properly designed SQL database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Ozar</title>
		<link>http://www.made2mentor.com/2009/08/made2manage-lacks-referential-integrity/comment-page-1/#comment-4445</link>
		<dc:creator>Brent Ozar</dc:creator>
		<pubDate>Tue, 25 Aug 2009 12:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.made2mentor.com/?p=1792#comment-4445</guid>
		<description>Good post!  I&#039;ve heard people say that adding referential integrity inside the database slows the database server down, but hey, so does adding data.  I love having double-checks inside the database engine to prevent something truly bad from happening.  Programs have bugs, and adding referential integrity inside the database server is like Reagan&#039;s quote: &quot;Trust, but verify.&quot;</description>
		<content:encoded><![CDATA[<p>Good post!  I&#8217;ve heard people say that adding referential integrity inside the database slows the database server down, but hey, so does adding data.  I love having double-checks inside the database engine to prevent something truly bad from happening.  Programs have bugs, and adding referential integrity inside the database server is like Reagan&#8217;s quote: &#8220;Trust, but verify.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Griffith</title>
		<link>http://www.made2mentor.com/2009/08/made2manage-lacks-referential-integrity/comment-page-1/#comment-4428</link>
		<dc:creator>Jason Griffith</dc:creator>
		<pubDate>Mon, 24 Aug 2009 15:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.made2mentor.com/?p=1792#comment-4428</guid>
		<description>Orphaned records are something I run into no matter what form of database system we&#039;re talking about. I do notice quite a bit in M2M, but I have seen much worse with other systems.

Consona&#039;s apparent focus on short term rather than long term is likely due to the code they are using. Would you want to put a serious amount of effort into robust VFP code? I certainly wouldn&#039;t. That sorry language should have died a long time ago. Oh wait, it did die a long time ago....It&#039;s really more valuable for them to give short term fixes and quick new releases than it is to devote the time/effort/money into developing robust code for the Latin of programming languages. 

I have hopes (not too high, of course) that the .NET version will have a more solid and robust foundation that what we have right now.</description>
		<content:encoded><![CDATA[<p>Orphaned records are something I run into no matter what form of database system we&#8217;re talking about. I do notice quite a bit in M2M, but I have seen much worse with other systems.</p>
<p>Consona&#8217;s apparent focus on short term rather than long term is likely due to the code they are using. Would you want to put a serious amount of effort into robust VFP code? I certainly wouldn&#8217;t. That sorry language should have died a long time ago. Oh wait, it did die a long time ago&#8230;.It&#8217;s really more valuable for them to give short term fixes and quick new releases than it is to devote the time/effort/money into developing robust code for the Latin of programming languages. </p>
<p>I have hopes (not too high, of course) that the .NET version will have a more solid and robust foundation that what we have right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scott</title>
		<link>http://www.made2mentor.com/2009/08/made2manage-lacks-referential-integrity/comment-page-1/#comment-4426</link>
		<dc:creator>scott</dc:creator>
		<pubDate>Mon, 24 Aug 2009 14:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.made2mentor.com/?p=1792#comment-4426</guid>
		<description>I have on several ocasions found orphan records. In fact M2M support often has me check for these when I run into issues.

While I agree that refriential integrety should exists, it is my guess that M2M is more concerned with issues and features that have a more direct pay back. Thier overall pholosify seems to be to write quick and dirty code rather then to spend the time and effert necessary for robust code. While there method is best for the short term, they don&#039;t seem to realize the long term benifits of robust code.</description>
		<content:encoded><![CDATA[<p>I have on several ocasions found orphan records. In fact M2M support often has me check for these when I run into issues.</p>
<p>While I agree that refriential integrety should exists, it is my guess that M2M is more concerned with issues and features that have a more direct pay back. Thier overall pholosify seems to be to write quick and dirty code rather then to spend the time and effert necessary for robust code. While there method is best for the short term, they don&#8217;t seem to realize the long term benifits of robust code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
