<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; UDF &#8211; Function to Convert Text String to Title Case &#8211; Proper Case &#8211; Part 2</title>
	<atom:link href="http://blog.sqlauthority.com/2008/08/22/sql-server-udf-function-to-convert-text-string-to-title-case-proper-case-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/08/22/sql-server-udf-function-to-convert-text-string-to-title-case-proper-case-part-2/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vinoth N</title>
		<link>http://blog.sqlauthority.com/2008/08/22/sql-server-udf-function-to-convert-text-string-to-title-case-proper-case-part-2/#comment-56352</link>
		<dc:creator>Vinoth N</dc:creator>
		<pubDate>Fri, 02 Oct 2009 17:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=866#comment-56352</guid>
		<description>hi,
 If there any way to spilt the sentence using any delimeter and insert into table.

Regards
Vinoth N</description>
		<content:encoded><![CDATA[<p>hi,<br />
 If there any way to spilt the sentence using any delimeter and insert into table.</p>
<p>Regards<br />
Vinoth N</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: el</title>
		<link>http://blog.sqlauthority.com/2008/08/22/sql-server-udf-function-to-convert-text-string-to-title-case-proper-case-part-2/#comment-44516</link>
		<dc:creator>el</dc:creator>
		<pubDate>Wed, 03 Dec 2008 14:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=866#comment-44516</guid>
		<description>Hai, 
If I am not wrong, your codes do not change the value, for you only choose &quot;SELECT&quot; key. How if do I want to change the data permanently (Updated)?

For example, I write these codes to change all strings in a column to upper case :
&quot;update Table_A set Field_A=UPPER(Field_A)....&quot;

My question is how to change the string to Proper or title one.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hai,<br />
If I am not wrong, your codes do not change the value, for you only choose &#8220;SELECT&#8221; key. How if do I want to change the data permanently (Updated)?</p>
<p>For example, I write these codes to change all strings in a column to upper case :<br />
&#8220;update Table_A set Field_A=UPPER(Field_A)&#8230;.&#8221;</p>
<p>My question is how to change the string to Proper or title one.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin</title>
		<link>http://blog.sqlauthority.com/2008/08/22/sql-server-udf-function-to-convert-text-string-to-title-case-proper-case-part-2/#comment-41906</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Fri, 22 Aug 2008 08:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=866#comment-41906</guid>
		<description>Sir,

     This is not regarding for this post.but i want to ask a question.

what happened  when i create a column with int datatype and autoincrement. and finally limit of int datatype has been finished now insertion of next row there will be error or something ?
 
Thanks
Sachin Kulshreshtha</description>
		<content:encoded><![CDATA[<p>Sir,</p>
<p>     This is not regarding for this post.but i want to ask a question.</p>
<p>what happened  when i create a column with int datatype and autoincrement. and finally limit of int datatype has been finished now insertion of next row there will be error or something ?</p>
<p>Thanks<br />
Sachin Kulshreshtha</p>
]]></content:encoded>
	</item>
</channel>
</rss>
