<?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: Cannot schema bind %S_MSG &#8216;%.*ls&#8217; because name &#8216;%.*ls&#8217; is invalid for schema binding. Names must be in two-part format and an object cannot reference itself.</title>
	<atom:link href="http://www.sql-server-performance.com/2007/cannot-bind-schema/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com/2007/cannot-bind-schema/</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Fri, 17 May 2013 13:31:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Craig</title>
		<link>http://www.sql-server-performance.com/2007/cannot-bind-schema/#comment-1762</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Tue, 20 Mar 2012 19:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1138#comment-1762</guid>
		<description><![CDATA[Why doesn&#039;t this work as a view:
SELECT
requirementId,
requirementName = replace(TP_Policy.dbo.urlDecode(requirementName),&#039;+&#039;,&#039; &#039;),
requirementLabel,
active
FROM mydb..requirements
If I remove the three part reference the error message says the function is not recognizable.]]></description>
		<content:encoded><![CDATA[<p>Why doesn&#8217;t this work as a view:</p>
<p>SELECT<br />
requirementId,<br />
requirementName = replace(TP_Policy.dbo.urlDecode(requirementName),&#8217;+',&#8217; &#8216;),<br />
requirementLabel,<br />
active<br />
FROM mydb..requirements</p>
<p>If I remove the three part reference the error message says the function is not recognizable.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
