<?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: Finding orphaned stored procedures and user-defined functions in SQL Server</title>
	<atom:link href="http://3poundmass.wordpress.com/2007/11/22/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://3poundmass.wordpress.com/2007/11/22/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/</link>
	<description>Web development with Microsoft technologies</description>
	<lastBuildDate>Mon, 16 Nov 2009 05:06:59 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael B</title>
		<link>http://3poundmass.wordpress.com/2007/11/22/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/#comment-1168</link>
		<dc:creator>Michael B</dc:creator>
		<pubDate>Thu, 11 Jun 2009 15:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://3poundmass.wordpress.com/2007/11/22/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/#comment-1168</guid>
		<description>Another way to refresh, from looking at this problem on other blogs, is this:

EXEC sys.sp_refreshsqlmodule &#039;dbo.MyProcFnOrView&#039;;</description>
		<content:encoded><![CDATA[<p>Another way to refresh, from looking at this problem on other blogs, is this:</p>
<p>EXEC sys.sp_refreshsqlmodule &#8216;dbo.MyProcFnOrView&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalyan</title>
		<link>http://3poundmass.wordpress.com/2007/11/22/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/#comment-1163</link>
		<dc:creator>Kalyan</dc:creator>
		<pubDate>Sat, 28 Mar 2009 06:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://3poundmass.wordpress.com/2007/11/22/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/#comment-1163</guid>
		<description>Thanks a ton :)</description>
		<content:encoded><![CDATA[<p>Thanks a ton <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciz</title>
		<link>http://3poundmass.wordpress.com/2007/11/22/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/#comment-1137</link>
		<dc:creator>Ciz</dc:creator>
		<pubDate>Wed, 12 Mar 2008 22:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://3poundmass.wordpress.com/2007/11/22/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/#comment-1137</guid>
		<description>Great tip Martin, thanks.</description>
		<content:encoded><![CDATA[<p>Great tip Martin, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Smith</title>
		<link>http://3poundmass.wordpress.com/2007/11/22/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/#comment-1136</link>
		<dc:creator>Martin Smith</dc:creator>
		<pubDate>Wed, 12 Mar 2008 14:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://3poundmass.wordpress.com/2007/11/22/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/#comment-1136</guid>
		<description>As you&#039;ve probably discovered the dependencies tables are very unreliable when objects have been created in the wrong order.

I always run an ALTER statement on all my functions and procedures to restore the dependencies before relying on it.</description>
		<content:encoded><![CDATA[<p>As you&#8217;ve probably discovered the dependencies tables are very unreliable when objects have been created in the wrong order.</p>
<p>I always run an ALTER statement on all my functions and procedures to restore the dependencies before relying on it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
