<?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: RegexReplace in SQL Server</title>
	<atom:link href="http://jrwren.wrenfam.com/blog/2009/04/23/regexreplace-in-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrwren.wrenfam.com/blog/2009/04/23/regexreplace-in-sql-server/</link>
	<description>babblings of a computer loving fool</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:52:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Patrick Steele</title>
		<link>http://jrwren.wrenfam.com/blog/2009/04/23/regexreplace-in-sql-server/comment-page-1/#comment-30991</link>
		<dc:creator>Patrick Steele</dc:creator>
		<pubDate>Fri, 24 Apr 2009 11:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2009/04/23/regexreplace-in-sql-server/#comment-30991</guid>
		<description>While it&#039;s been a few years since I&#039;ve used SQL Server in a production environment, I can tell you that I was able to live without this functionality quite easily.  Stuff like this would just be done in client code that sends data to the database.

And these days, I&#039;d probably be more inclined to keep this stuff out of the database anyway and make it part of my unit tests.  Sure, the UDF you wrote could be unit tested, but I&#039;d like to verify that my client code is sending the proper data (ready to be inserted/updated) to the database.

Then again, I&#039;m getting old too...  :)</description>
		<content:encoded><![CDATA[<p>While it&#8217;s been a few years since I&#8217;ve used SQL Server in a production environment, I can tell you that I was able to live without this functionality quite easily.  Stuff like this would just be done in client code that sends data to the database.</p>
<p>And these days, I&#8217;d probably be more inclined to keep this stuff out of the database anyway and make it part of my unit tests.  Sure, the UDF you wrote could be unit tested, but I&#8217;d like to verify that my client code is sending the proper data (ready to be inserted/updated) to the database.</p>
<p>Then again, I&#8217;m getting old too&#8230;  <img src='http://jrwren.wrenfam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

