<?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; Find Referenced or Referencing Object in SQL Server using sys.sql_expression_dependencies</title>
	<atom:link href="http://blog.sqlauthority.com/2012/12/02/sql-server-find-referenced-or-referencing-object-in-sql-server-using-sys-sql_expression_dependencies/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/12/02/sql-server-find-referenced-or-referencing-object-in-sql-server-using-sys-sql_expression_dependencies/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sat, 25 May 2013 01:31:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #007 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2012/12/02/sql-server-find-referenced-or-referencing-object-in-sql-server-using-sys-sql_expression_dependencies/#comment-393508</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #007 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 15 Dec 2012 01:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21796#comment-393508</guid>
		<description><![CDATA[[...] Find Stored Procedure Related to Table in Database – Search in All Stored Procedure In 2006 I wrote a small script which will help user  find all the Stored Procedures (SP) which are related to one or more specific tables. This was quite a popular script however, in SQL Server 2012 the same can be achieved using new DMV sys.sql-expression_dependencies. I recently blogged about it over Find Referenced or Referencing Object in SQL Server using sys.sql_expression_dependencies. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Find Stored Procedure Related to Table in Database – Search in All Stored Procedure In 2006 I wrote a small script which will help user  find all the Stored Procedures (SP) which are related to one or more specific tables. This was quite a popular script however, in SQL Server 2012 the same can be achieved using new DMV sys.sql-expression_dependencies. I recently blogged about it over Find Referenced or Referencing Object in SQL Server using sys.sql_expression_dependencies. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hitesh Shah</title>
		<link>http://blog.sqlauthority.com/2012/12/02/sql-server-find-referenced-or-referencing-object-in-sql-server-using-sys-sql_expression_dependencies/#comment-391164</link>
		<dc:creator><![CDATA[Hitesh Shah]]></dc:creator>
		<pubDate>Tue, 11 Dec 2012 09:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21796#comment-391164</guid>
		<description><![CDATA[Nice Pinal, but the output of second query is same as first one, which is wrong. I think it is wrongly pasted.]]></description>
		<content:encoded><![CDATA[<p>Nice Pinal, but the output of second query is same as first one, which is wrong. I think it is wrongly pasted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girijesh Pandey</title>
		<link>http://blog.sqlauthority.com/2012/12/02/sql-server-find-referenced-or-referencing-object-in-sql-server-using-sys-sql_expression_dependencies/#comment-386321</link>
		<dc:creator><![CDATA[Girijesh Pandey]]></dc:creator>
		<pubDate>Mon, 03 Dec 2012 17:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21796#comment-386321</guid>
		<description><![CDATA[nice one...]]></description>
		<content:encoded><![CDATA[<p>nice one&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naveen2cool</title>
		<link>http://blog.sqlauthority.com/2012/12/02/sql-server-find-referenced-or-referencing-object-in-sql-server-using-sys-sql_expression_dependencies/#comment-386240</link>
		<dc:creator><![CDATA[naveen2cool]]></dc:creator>
		<pubDate>Mon, 03 Dec 2012 14:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21796#comment-386240</guid>
		<description><![CDATA[sp_depends objname works as well]]></description>
		<content:encoded><![CDATA[<p>sp_depends objname works as well</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rainmaker</title>
		<link>http://blog.sqlauthority.com/2012/12/02/sql-server-find-referenced-or-referencing-object-in-sql-server-using-sys-sql_expression_dependencies/#comment-386115</link>
		<dc:creator><![CDATA[rainmaker]]></dc:creator>
		<pubDate>Mon, 03 Dec 2012 10:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21796#comment-386115</guid>
		<description><![CDATA[How about use 「sp_depends」?  
EXEC sp_depends @objname = N&#039;Customer&#039;;]]></description>
		<content:encoded><![CDATA[<p>How about use 「sp_depends」?<br />
EXEC sp_depends @objname = N&#8217;Customer&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen McGuire</title>
		<link>http://blog.sqlauthority.com/2012/12/02/sql-server-find-referenced-or-referencing-object-in-sql-server-using-sys-sql_expression_dependencies/#comment-385236</link>
		<dc:creator><![CDATA[Allen McGuire]]></dc:creator>
		<pubDate>Sun, 02 Dec 2012 01:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=21796#comment-385236</guid>
		<description><![CDATA[Nice post Pinal - great little tool!]]></description>
		<content:encoded><![CDATA[<p>Nice post Pinal &#8211; great little tool!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
