<?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 for vty.cc</title>
	<atom:link href="http://vty.cc/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://vty.cc</link>
	<description>networking with shoelaces</description>
	<lastBuildDate>Thu, 31 Mar 2011 17:18:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Lizamoon.com knows SEO! Or how to fix an MSSQL injection. (NEW) &#8211;t6ryt56.info/ur.php by vty</title>
		<link>http://vty.cc/2011/03/29/lizamoon-com-knows-seo-or-how-to-fix-an-mssql-injection/comment-page-1/#comment-39</link>
		<dc:creator>vty</dc:creator>
		<pubDate>Thu, 31 Mar 2011 17:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://vty.cc/?p=63#comment-39</guid>
		<description>I&#039;ve actually never tested with something such as quotes/double quotes, but I&#039;d imagine it would be the same. Make sure you back up your database before testing this (I&#039;m no DBA myself).

SET @stringToFind = &#039;&quot;&#039;
SET @stringToReplace = &#039;&#039;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve actually never tested with something such as quotes/double quotes, but I&#8217;d imagine it would be the same. Make sure you back up your database before testing this (I&#8217;m no DBA myself).</p>
<p>SET @stringToFind = &#8216;&#8221;&#8216;<br />
SET @stringToReplace = &#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lizamoon.com knows SEO! Or how to fix an MSSQL injection. (NEW) &#8211;t6ryt56.info/ur.php by Stavros</title>
		<link>http://vty.cc/2011/03/29/lizamoon-com-knows-seo-or-how-to-fix-an-mssql-injection/comment-page-1/#comment-38</link>
		<dc:creator>Stavros</dc:creator>
		<pubDate>Thu, 31 Mar 2011 12:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://vty.cc/?p=63#comment-38</guid>
		<description>Nevermind mate...i figured it out!
Nevertheless, i have another question...
Can i use the same procedure to find and replace anything i want?
e.g. There are many authorized users that submits articles in my system and although i specificaly instructed them NOT to use single or double quotes they still do...
Can i use the same procedure in order to find and replace all double quotes ? And most of all.....HOW?
:p

P.S. I am not even close to newbie on SQL....</description>
		<content:encoded><![CDATA[<p>Nevermind mate&#8230;i figured it out!<br />
Nevertheless, i have another question&#8230;<br />
Can i use the same procedure to find and replace anything i want?<br />
e.g. There are many authorized users that submits articles in my system and although i specificaly instructed them NOT to use single or double quotes they still do&#8230;<br />
Can i use the same procedure in order to find and replace all double quotes ? And most of all&#8230;..HOW?<br />
:p</p>
<p>P.S. I am not even close to newbie on SQL&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lizamoon.com knows SEO! Or how to fix an MSSQL injection. (NEW) &#8211;t6ryt56.info/ur.php by Stavros</title>
		<link>http://vty.cc/2011/03/29/lizamoon-com-knows-seo-or-how-to-fix-an-mssql-injection/comment-page-1/#comment-37</link>
		<dc:creator>Stavros</dc:creator>
		<pubDate>Thu, 31 Mar 2011 10:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://vty.cc/?p=63#comment-37</guid>
		<description>Could you please be more specific...
when declaring...
DECLARE @stringToFind VARCHAR(100)
DECLARE @stringToReplace VARCHAR(100)
DECLARE @schema sysname
DECLARE @table

I get error msg
Msg 102, Level 15, State 1, Line 4
Incorrect syntax near &#039;@table&#039;.

What am i doing wrong?</description>
		<content:encoded><![CDATA[<p>Could you please be more specific&#8230;<br />
when declaring&#8230;<br />
DECLARE @stringToFind VARCHAR(100)<br />
DECLARE @stringToReplace VARCHAR(100)<br />
DECLARE @schema sysname<br />
DECLARE @table</p>
<p>I get error msg<br />
Msg 102, Level 15, State 1, Line 4<br />
Incorrect syntax near &#8216;@table&#8217;.</p>
<p>What am i doing wrong?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

