<?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: Stored Procedure Myth Busters</title>
	<atom:link href="http://techwhizbang.com/2010/06/stored-procedure-myth-busters/feed/" rel="self" type="application/rss+xml" />
	<link>http://techwhizbang.com/2010/06/stored-procedure-myth-busters/</link>
	<description>my work, life, and ideas</description>
	<lastBuildDate>Thu, 03 Nov 2011 10:04:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: techwhizbang</title>
		<link>http://techwhizbang.com/2010/06/stored-procedure-myth-busters/comment-page-1/#comment-93</link>
		<dc:creator>techwhizbang</dc:creator>
		<pubDate>Thu, 01 Jul 2010 20:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://techwhizbang.com/?p=265#comment-93</guid>
		<description>Good point Todd, I didn&#039;t consider that.</description>
		<content:encoded><![CDATA[<p>Good point Todd, I didn&#8217;t consider that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://techwhizbang.com/2010/06/stored-procedure-myth-busters/comment-page-1/#comment-92</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Thu, 01 Jul 2010 19:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://techwhizbang.com/?p=265#comment-92</guid>
		<description>You are wrong about security. Stored procs are more secure. If you grant a user write permissions to a table, the user can circumvent an application create a linked table in access. If the user only has access to the stored procedure the user can not update the table directly. Since auditing (such as storing the user who does the update in the table) can be coded in the stored proc, they are more secure.</description>
		<content:encoded><![CDATA[<p>You are wrong about security. Stored procs are more secure. If you grant a user write permissions to a table, the user can circumvent an application create a linked table in access. If the user only has access to the stored procedure the user can not update the table directly. Since auditing (such as storing the user who does the update in the table) can be coded in the stored proc, they are more secure.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.666 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-20 09:51:33 -->

