<?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: Finding orphaned stored procedures and user-defined functions in SQL Server</title>
	<atom:link href="http://chrisfulstow.com/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisfulstow.com/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/</link>
	<description>ASP.NET Tech Lead and Web Developer</description>
	<lastBuildDate>Thu, 17 Jun 2010 12:19:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael B</title>
		<link>http://chrisfulstow.com/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/comment-page-1/#comment-87</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-87</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://chrisfulstow.com/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/comment-page-1/#comment-86</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-86</guid>
		<description>Thanks a ton :)</description>
		<content:encoded><![CDATA[<p>Thanks a ton <img src='http://chrisfulstow.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciz</title>
		<link>http://chrisfulstow.com/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/comment-page-1/#comment-85</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-85</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://chrisfulstow.com/finding-orphaned-stored-procedures-and-user-defined-functions-in-sql-server/comment-page-1/#comment-84</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-84</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>
