<?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 Stored Procedure Related to Table in Database &#8211; Search in All Stored Procedure</title>
	<atom:link href="http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/</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: ABC</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-395090</link>
		<dc:creator><![CDATA[ABC]]></dc:creator>
		<pubDate>Mon, 17 Dec 2012 19:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-395090</guid>
		<description><![CDATA[Your script returns wrong results. Did you realize that?]]></description>
		<content:encoded><![CDATA[<p>Your script returns wrong results. Did you realize that?</p>
]]></content:encoded>
	</item>
	<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/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-393507</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:08 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-393507</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: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #007 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-393506</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:08 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-393506</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: SQL SERVER &#8211; Beginning New Weekly Series &#8211; Memory Lane &#8211; #002 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-371913</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Beginning New Weekly Series &#8211; Memory Lane &#8211; #002 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 10 Nov 2012 01:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-371913</guid>
		<description><![CDATA[[...] Version 1: This version finds the Stored Procedures related to Table [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Version 1: This version finds the Stored Procedures related to Table [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ras rass</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-361894</link>
		<dc:creator><![CDATA[Ras rass]]></dc:creator>
		<pubDate>Fri, 19 Oct 2012 07:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-361894</guid>
		<description><![CDATA[heyy, nice post. thanks a lot.
but i&#039;m looking for the oracle version. can you help me ??]]></description>
		<content:encoded><![CDATA[<p>heyy, nice post. thanks a lot.<br />
but i&#8217;m looking for the oracle version. can you help me ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayur</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-353855</link>
		<dc:creator><![CDATA[Mayur]]></dc:creator>
		<pubDate>Fri, 28 Sep 2012 08:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-353855</guid>
		<description><![CDATA[Great work :) Thanks alot :)]]></description>
		<content:encoded><![CDATA[<p>Great work :) Thanks alot :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-352465</link>
		<dc:creator><![CDATA[Arun]]></dc:creator>
		<pubDate>Mon, 24 Sep 2012 06:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-352465</guid>
		<description><![CDATA[thanks for reply jens......]]></description>
		<content:encoded><![CDATA[<p>thanks for reply jens&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Johanneson</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-352125</link>
		<dc:creator><![CDATA[Jens Johanneson]]></dc:creator>
		<pubDate>Sat, 22 Sep 2012 16:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-352125</guid>
		<description><![CDATA[To my knowledge there is no built in function in mssql. A script could do this, but it would be too extensive to paste and explain it in a comment like this. Maybe Pinal can write an article and show us an example.

Before you go further with encryption, I would like to give you our reason why we DEcrypted our sprocs.

First the good sides of encryption:
* you want to hide what the sprocs are doing
* you want to minimize the risk of someone changing sprocs on the fly

Now to the not so good sides:
* It gives you a false impression of security. We had encrypted sprocs, developed by a former employee, that we couldn&#039;t understand what they were doing so we decrypted them (yes, you can decrypt encrypted sprocs)
* you can&#039;t see what is going on inside a sproc because the code is hidden!

Read the the bad sides again, especially the last one. Weigh the (partly false) advantages of encryption and the disadvantage and soon you end up understanding it is better to restrict databases access and implement a professional version handling process of sprocs so you are able to &quot;roll back&quot; to the version that once was accepted, before that creative developer did her/his &quot;on the fly&quot;-hack which messed up everything.]]></description>
		<content:encoded><![CDATA[<p>To my knowledge there is no built in function in mssql. A script could do this, but it would be too extensive to paste and explain it in a comment like this. Maybe Pinal can write an article and show us an example.</p>
<p>Before you go further with encryption, I would like to give you our reason why we DEcrypted our sprocs.</p>
<p>First the good sides of encryption:<br />
* you want to hide what the sprocs are doing<br />
* you want to minimize the risk of someone changing sprocs on the fly</p>
<p>Now to the not so good sides:<br />
* It gives you a false impression of security. We had encrypted sprocs, developed by a former employee, that we couldn&#8217;t understand what they were doing so we decrypted them (yes, you can decrypt encrypted sprocs)<br />
* you can&#8217;t see what is going on inside a sproc because the code is hidden!</p>
<p>Read the the bad sides again, especially the last one. Weigh the (partly false) advantages of encryption and the disadvantage and soon you end up understanding it is better to restrict databases access and implement a professional version handling process of sprocs so you are able to &#8220;roll back&#8221; to the version that once was accepted, before that creative developer did her/his &#8220;on the fly&#8221;-hack which messed up everything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-352081</link>
		<dc:creator><![CDATA[Arun]]></dc:creator>
		<pubDate>Sat, 22 Sep 2012 13:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-352081</guid>
		<description><![CDATA[is there any way to add With Encrypt in every all ready created stored procedures....]]></description>
		<content:encoded><![CDATA[<p>is there any way to add With Encrypt in every all ready created stored procedures&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Shah</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-352023</link>
		<dc:creator><![CDATA[Kevin Shah]]></dc:creator>
		<pubDate>Sat, 22 Sep 2012 06:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-352023</guid>
		<description><![CDATA[Hello,
I wan to get particular record from database.
suppose i have 1000 rows and i want to get record from 75 to 100 than what i have to do...]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
I wan to get particular record from database.<br />
suppose i have 1000 rows and i want to get record from 75 to 100 than what i have to do&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amitava Sengupta</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-343122</link>
		<dc:creator><![CDATA[Amitava Sengupta]]></dc:creator>
		<pubDate>Wed, 12 Sep 2012 10:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-343122</guid>
		<description><![CDATA[thanks a lot !!]]></description>
		<content:encoded><![CDATA[<p>thanks a lot !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-339085</link>
		<dc:creator><![CDATA[Simon]]></dc:creator>
		<pubDate>Thu, 30 Aug 2012 06:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-339085</guid>
		<description><![CDATA[Good Clean Info  Thanks]]></description>
		<content:encoded><![CDATA[<p>Good Clean Info  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucas</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-322597</link>
		<dc:creator><![CDATA[Lucas]]></dc:creator>
		<pubDate>Tue, 31 Jul 2012 20:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-322597</guid>
		<description><![CDATA[Great work! Thanks alot :)]]></description>
		<content:encoded><![CDATA[<p>Great work! Thanks alot :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saru</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-318742</link>
		<dc:creator><![CDATA[saru]]></dc:creator>
		<pubDate>Wed, 25 Jul 2012 05:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-318742</guid>
		<description><![CDATA[create procedure proc_purchase_det(@p_id int)
AS
Begin
select SUM(TotalCost)as [Month Total] from PurchaseItemDetails 
where TotalCost &gt; 25000
select * from PurchaseItemDetails where purchaseid = @p_id
END]]></description>
		<content:encoded><![CDATA[<p>create procedure proc_purchase_det(@p_id int)<br />
AS<br />
Begin<br />
select SUM(TotalCost)as [Month Total] from PurchaseItemDetails<br />
where TotalCost &gt; 25000<br />
select * from PurchaseItemDetails where purchaseid = @p_id<br />
END</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saravana</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-318736</link>
		<dc:creator><![CDATA[saravana]]></dc:creator>
		<pubDate>Wed, 25 Jul 2012 05:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-318736</guid>
		<description><![CDATA[Thanks it is working good...]]></description>
		<content:encoded><![CDATA[<p>Thanks it is working good&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anisa</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-318377</link>
		<dc:creator><![CDATA[anisa]]></dc:creator>
		<pubDate>Tue, 24 Jul 2012 12:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-318377</guid>
		<description><![CDATA[Hi 
does stored procedure execute only one select query

 create procedure proc_purchase_det(@p_id int)
 AS
 Begin
 select SUM(TotalCost)as &#039;Month Total&#039; from PurchaseItemDetails where
 TotalCost &gt; 25000
 select * from PurchaseItemDetails where purchaseid = @p_id
 END
 

 i m getting error for this SP
please clarify me]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
does stored procedure execute only one select query</p>
<p> create procedure proc_purchase_det(@p_id int)<br />
 AS<br />
 Begin<br />
 select SUM(TotalCost)as &#8216;Month Total&#8217; from PurchaseItemDetails where<br />
 TotalCost &gt; 25000<br />
 select * from PurchaseItemDetails where purchaseid = @p_id<br />
 END</p>
<p> i m getting error for this SP<br />
please clarify me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Find Column Used in Stored Procedure &#8211; Search Stored Procedure for Column Name &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-313508</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Find Column Used in Stored Procedure &#8211; Search Stored Procedure for Column Name &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sun, 15 Jul 2012 01:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-313508</guid>
		<description><![CDATA[[...] Find Stored Procedure Related to Table in Database – Search in All Stored Procedure [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Find Stored Procedure Related to Table in Database – Search in All Stored Procedure [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinay</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-306305</link>
		<dc:creator><![CDATA[vinay]]></dc:creator>
		<pubDate>Wed, 27 Jun 2012 05:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-306305</guid>
		<description><![CDATA[Hi

It is very Helpfull]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>It is very Helpfull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DigitalRanter</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-305629</link>
		<dc:creator><![CDATA[DigitalRanter]]></dc:creator>
		<pubDate>Mon, 25 Jun 2012 13:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-305629</guid>
		<description><![CDATA[Tried the first SQL Script given. Not sure how much it makes sence. Using &#039;LIKE&#039; means you&#039;ll get way lot more results than you need. And, removing &#039;LIKE&#039; and using &#039;=&#039; apparently doesn&#039;t give any o/p.

sp_depends on the other hand gives just the results that you need.]]></description>
		<content:encoded><![CDATA[<p>Tried the first SQL Script given. Not sure how much it makes sence. Using &#8216;LIKE&#8217; means you&#8217;ll get way lot more results than you need. And, removing &#8216;LIKE&#8217; and using &#8216;=&#8217; apparently doesn&#8217;t give any o/p.</p>
<p>sp_depends on the other hand gives just the results that you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-302671</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Mon, 18 Jun 2012 06:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-302671</guid>
		<description><![CDATA[You can use two SELECT statements to return two resultsets. The application JAVA will be able to catche each of them using NEXTRECORDSET property]]></description>
		<content:encoded><![CDATA[<p>You can use two SELECT statements to return two resultsets. The application JAVA will be able to catche each of them using NEXTRECORDSET property</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajendra</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-302620</link>
		<dc:creator><![CDATA[Rajendra]]></dc:creator>
		<pubDate>Mon, 18 Jun 2012 03:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-302620</guid>
		<description><![CDATA[hi pinal i m ur fan....for dot net N ms sql ser
i m having problem how can return two table in stored procedure in mysql
and how can hold those two table in java seprately IN JAVA]]></description>
		<content:encoded><![CDATA[<p>hi pinal i m ur fan&#8230;.for dot net N ms sql ser<br />
i m having problem how can return two table in stored procedure in mysql<br />
and how can hold those two table in java seprately IN JAVA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ching</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-291149</link>
		<dc:creator><![CDATA[ching]]></dc:creator>
		<pubDate>Wed, 30 May 2012 19:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-291149</guid>
		<description><![CDATA[This is a very nice article.... thanks for sharing.]]></description>
		<content:encoded><![CDATA[<p>This is a very nice article&#8230;. thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhinav</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-258487</link>
		<dc:creator><![CDATA[Abhinav]]></dc:creator>
		<pubDate>Fri, 02 Mar 2012 09:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-258487</guid>
		<description><![CDATA[hi
how i find that a particular query is used in how many store procedures
thanx]]></description>
		<content:encoded><![CDATA[<p>hi<br />
how i find that a particular query is used in how many store procedures<br />
thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikash</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-235106</link>
		<dc:creator><![CDATA[vikash]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 05:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-235106</guid>
		<description><![CDATA[thanks, very good solution .]]></description>
		<content:encoded><![CDATA[<p>thanks, very good solution .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neeraj</title>
		<link>http://blog.sqlauthority.com/2006/12/10/sql-server-find-stored-procedure-related-to-table-in-database-search-in-all-stored-procedure/#comment-232609</link>
		<dc:creator><![CDATA[Neeraj]]></dc:creator>
		<pubDate>Fri, 06 Jan 2012 21:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/2006/12/10/find-stored-procedure-related-to-table-in-database/#comment-232609</guid>
		<description><![CDATA[Hello, 

I am looking for the following information, can some one help.

Looking for help, I am looking for SQL script which will provide me the 
•	store procedure name
•	Schedule of this procedure
•	Last Run time
•	Run by
•	Table Name/Database against that procedure is running.]]></description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>I am looking for the following information, can some one help.</p>
<p>Looking for help, I am looking for SQL script which will provide me the<br />
•	store procedure name<br />
•	Schedule of this procedure<br />
•	Last Run time<br />
•	Run by<br />
•	Table Name/Database against that procedure is running.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
