<?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: SQL SERVER - UDF - Function to Convert Text String to Title Case - Proper Case - 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>
	<pubDate>Wed, 07 Jan 2009 20:28:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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 "SELECT" 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 :
"update Table_A set Field_A=UPPER(Field_A)...."

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>
