<?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; User Defined Functions (UDF) to Reverse String &#8211; UDF_ReverseString</title>
	<atom:link href="http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/</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: Bobby</title>
		<link>http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-35910</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Tue, 29 Apr 2008 06:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-35910</guid>
		<description>Hi Pinal,

Please solve my problem.
I have fired 1 &#039;UPDATE&quot; query which updated some thousand plus records in the table which I never wanted. This is because I had forgotten to mention the &#039;where&#039;&#039; clause in the query so it the entire record.
Now I want to know is there some way in which I can get original records.
I had run the query without &#039;BEGIN TRAN&#039; so ROLLBACK command is also not working.

Thanks,
Bobby</description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Please solve my problem.<br />
I have fired 1 &#8216;UPDATE&#8221; query which updated some thousand plus records in the table which I never wanted. This is because I had forgotten to mention the &#8216;where&#8221; clause in the query so it the entire record.<br />
Now I want to know is there some way in which I can get original records.<br />
I had run the query without &#8216;BEGIN TRAN&#8217; so ROLLBACK command is also not working.</p>
<p>Thanks,<br />
Bobby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sathish</title>
		<link>http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-35476</link>
		<dc:creator>sathish</dc:creator>
		<pubDate>Thu, 24 Apr 2008 07:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-35476</guid>
		<description>with some examples of the diffence


Regards,
sathish</description>
		<content:encoded><![CDATA[<p>with some examples of the diffence</p>
<p>Regards,<br />
sathish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sathish</title>
		<link>http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-35475</link>
		<dc:creator>sathish</dc:creator>
		<pubDate>Thu, 24 Apr 2008 07:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-35475</guid>
		<description>Hi,
    I sathish can u tell difference between the predefined &amp; userdefined in the stored procedured sql server 2005</description>
		<content:encoded><![CDATA[<p>Hi,<br />
    I sathish can u tell difference between the predefined &amp; userdefined in the stored procedured sql server 2005</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anupama</title>
		<link>http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-35316</link>
		<dc:creator>Anupama</dc:creator>
		<pubDate>Tue, 22 Apr 2008 12:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-35316</guid>
		<description>Good example</description>
		<content:encoded><![CDATA[<p>Good example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paresh</title>
		<link>http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-31123</link>
		<dc:creator>Paresh</dc:creator>
		<pubDate>Fri, 04 Jan 2008 10:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-31123</guid>
		<description>Hi pinal..


How can i export data in execel file in predefined excel format...

Example suppose one excel file like..

&#039;Report of newmwmber os year 2000 are following&#039; --- this is fix as header (for every ouput)

field name ----these are fields name
data -- -these are data
.
.
.
.
.



so, hearder is not in sql data...

i want this solution...</description>
		<content:encoded><![CDATA[<p>Hi pinal..</p>
<p>How can i export data in execel file in predefined excel format&#8230;</p>
<p>Example suppose one excel file like..</p>
<p>&#8216;Report of newmwmber os year 2000 are following&#8217; &#8212; this is fix as header (for every ouput)</p>
<p>field name &#8212;-these are fields name<br />
data &#8212; -these are data<br />
.<br />
.<br />
.<br />
.<br />
.</p>
<p>so, hearder is not in sql data&#8230;</p>
<p>i want this solution&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen Kumar</title>
		<link>http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-4522</link>
		<dc:creator>Praveen Kumar</dc:creator>
		<pubDate>Tue, 10 Jul 2007 06:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-4522</guid>
		<description>I am facing one problem. My requirement is to reverse the string like this. str = &#039;ab&#039;,&#039;bc&#039;,&#039;cd&#039;,&#039;de&#039; i want to get the output like &#039;de&#039;,&#039;cd&#039;,&#039;bc&#039;,&#039;ab&#039;

could u help me out to achieve the desire result.

thanx a lot in advance..

Praveen</description>
		<content:encoded><![CDATA[<p>I am facing one problem. My requirement is to reverse the string like this. str = &#8216;ab&#8217;,'bc&#8217;,'cd&#8217;,'de&#8217; i want to get the output like &#8216;de&#8217;,'cd&#8217;,'bc&#8217;,'ab&#8217;</p>
<p>could u help me out to achieve the desire result.</p>
<p>thanx a lot in advance..</p>
<p>Praveen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-3419</link>
		<dc:creator>pinaldave</dc:creator>
		<pubDate>Thu, 07 Jun 2007 13:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-3419</guid>
		<description>Hi Sankoch,

SELECT AVG(CAST(yourvarcharcol AS INT)) 
FROM yourTable.

Kind Regards,
Pinal Dave (http://www.SQLAuthority.com)</description>
		<content:encoded><![CDATA[<p>Hi Sankoch,</p>
<p>SELECT AVG(CAST(yourvarcharcol AS INT))<br />
FROM yourTable.</p>
<p>Kind Regards,<br />
Pinal Dave (<a href="http://www.SQLAuthority.com" rel="nofollow">http://www.SQLAuthority.com</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sankoch</title>
		<link>http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-3413</link>
		<dc:creator>Sankoch</dc:creator>
		<pubDate>Thu, 07 Jun 2007 11:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-3413</guid>
		<description>I have a problm

In Sql Server 2005 i have a colum which contain Varchar(50) datatype but data within colum is numeric.
How can i convert it into a numeric value in my sql statemrnt in which i want the average value of column?</description>
		<content:encoded><![CDATA[<p>I have a problm</p>
<p>In Sql Server 2005 i have a colum which contain Varchar(50) datatype but data within colum is numeric.<br />
How can i convert it into a numeric value in my sql statemrnt in which i want the average value of column?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mei</title>
		<link>http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-2807</link>
		<dc:creator>Mei</dc:creator>
		<pubDate>Thu, 31 May 2007 17:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/01/sql-server-user-defined-functions-udf-to-reverse-string-udf_reversestring/#comment-2807</guid>
		<description>Hi
can you help?
i need to get a segment of string from a string, using sql
( using SUBSTRING ?)

lets say that this is my string (ofcourse its yours)

&quot;If you have to reverse &quot;complete&quot;  string. I would rather suggest use following script rather than using the UDF above. The purpose of the UDF is to reverse&quot;

my search looks for the word &quot;complete&quot; inside the string
but i need it to return a string that contains ten words before &quot;complete&quot; and ten words after &quot;complete&quot;

this is my sql:

SELECT    Title, URL, LEFT(News, CHARINDEX(&#039; &#039;, News, 10)) AS ShortDescr 
FROM         MyTable
WHERE   FREETEXT(News, &#039;complete&#039;)


Thanks in advance
Mei 
Israel</description>
		<content:encoded><![CDATA[<p>Hi<br />
can you help?<br />
i need to get a segment of string from a string, using sql<br />
( using SUBSTRING ?)</p>
<p>lets say that this is my string (ofcourse its yours)</p>
<p>&#8220;If you have to reverse &#8220;complete&#8221;  string. I would rather suggest use following script rather than using the UDF above. The purpose of the UDF is to reverse&#8221;</p>
<p>my search looks for the word &#8220;complete&#8221; inside the string<br />
but i need it to return a string that contains ten words before &#8220;complete&#8221; and ten words after &#8220;complete&#8221;</p>
<p>this is my sql:</p>
<p>SELECT    Title, URL, LEFT(News, CHARINDEX(&#8216; &#8216;, News, 10)) AS ShortDescr<br />
FROM         MyTable<br />
WHERE   FREETEXT(News, &#8216;complete&#8217;)</p>
<p>Thanks in advance<br />
Mei<br />
Israel</p>
]]></content:encoded>
	</item>
</channel>
</rss>
