<?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; 2005 &#8211; List All Stored Procedure in Database</title>
	<atom:link href="http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sun, 12 Feb 2012 09:22:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: satish voleti</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-241329</link>
		<dc:creator><![CDATA[satish voleti]]></dc:creator>
		<pubDate>Fri, 20 Jan 2012 14:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-241329</guid>
		<description><![CDATA[in programmablity]]></description>
		<content:encoded><![CDATA[<p>in programmablity</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-240990</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Thu, 19 Jan 2012 23:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-240990</guid>
		<description><![CDATA[How can I find stored procedures that have never been executed. Not only in the time the log persists in memory? Any idea?
If is not posible I am trying to find out how to save the number of times the stored procedures of my database are executed. Any help please. It is driving me crazy!! Maybe there is a table where all this information is saved.]]></description>
		<content:encoded><![CDATA[<p>How can I find stored procedures that have never been executed. Not only in the time the log persists in memory? Any idea?<br />
If is not posible I am trying to find out how to save the number of times the stored procedures of my database are executed. Any help please. It is driving me crazy!! Maybe there is a table where all this information is saved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrkraju</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-204284</link>
		<dc:creator><![CDATA[Mrkraju]]></dc:creator>
		<pubDate>Fri, 25 Nov 2011 10:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-204284</guid>
		<description><![CDATA[select parameter_name from information_schema.parameters where specific_name = &#039;SP Name&#039;]]></description>
		<content:encoded><![CDATA[<p>select parameter_name from information_schema.parameters where specific_name = &#8216;SP Name&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajit D</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-174879</link>
		<dc:creator><![CDATA[Ajit D]]></dc:creator>
		<pubDate>Tue, 04 Oct 2011 07:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-174879</guid>
		<description><![CDATA[I want to display all the system stored procedures name with input/output parameters name along with their datatypes.

Select * from sys.all_objects where type=&#039;p&#039; doesn&#039;t give information about input/output parameter names.

exec sp_stored_procedures displays information about i/o parameters name but what is PROCEDURE_TYPE.

What is the name of main tab;e and where can I find that..

Same thing I want to know for System Functions.]]></description>
		<content:encoded><![CDATA[<p>I want to display all the system stored procedures name with input/output parameters name along with their datatypes.</p>
<p>Select * from sys.all_objects where type=&#8217;p&#8217; doesn&#8217;t give information about input/output parameter names.</p>
<p>exec sp_stored_procedures displays information about i/o parameters name but what is PROCEDURE_TYPE.</p>
<p>What is the name of main tab;e and where can I find that..</p>
<p>Same thing I want to know for System Functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-168175</link>
		<dc:creator><![CDATA[Fred]]></dc:creator>
		<pubDate>Thu, 15 Sep 2011 00:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-168175</guid>
		<description><![CDATA[:)) That was really funny]]></description>
		<content:encoded><![CDATA[<p>:)) That was really funny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yash</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-164846</link>
		<dc:creator><![CDATA[yash]]></dc:creator>
		<pubDate>Fri, 02 Sep 2011 17:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-164846</guid>
		<description><![CDATA[Hi Pinal / All,

is there any way to restore the deleted stored procedure in SQL 2005 ?


Thanks,
Yash]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal / All,</p>
<p>is there any way to restore the deleted stored procedure in SQL 2005 ?</p>
<p>Thanks,<br />
Yash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sqlfrndz</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-152467</link>
		<dc:creator><![CDATA[sqlfrndz]]></dc:creator>
		<pubDate>Mon, 01 Aug 2011 22:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-152467</guid>
		<description><![CDATA[Simple and exec sp_stored_procedures]]></description>
		<content:encoded><![CDATA[<p>Simple and exec sp_stored_procedures</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raj</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-131733</link>
		<dc:creator><![CDATA[raj]]></dc:creator>
		<pubDate>Thu, 28 Apr 2011 12:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-131733</guid>
		<description><![CDATA[Hi Jack

First select database name master then you query execute.]]></description>
		<content:encoded><![CDATA[<p>Hi Jack</p>
<p>First select database name master then you query execute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramesh</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-124816</link>
		<dc:creator><![CDATA[Ramesh]]></dc:creator>
		<pubDate>Thu, 24 Mar 2011 09:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-124816</guid>
		<description><![CDATA[The above Query is not working in list the all procedures in Database]]></description>
		<content:encoded><![CDATA[<p>The above Query is not working in list the all procedures in Database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephane</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-118665</link>
		<dc:creator><![CDATA[Stephane]]></dc:creator>
		<pubDate>Tue, 15 Feb 2011 17:57:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-118665</guid>
		<description><![CDATA[Would it possible to create a query that would extract the code of each stored procedure into distinct files?]]></description>
		<content:encoded><![CDATA[<p>Would it possible to create a query that would extract the code of each stored procedure into distinct files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sabarish</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-92213</link>
		<dc:creator><![CDATA[Sabarish]]></dc:creator>
		<pubDate>Tue, 12 Oct 2010 04:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-92213</guid>
		<description><![CDATA[Hi,

I need to get the stored procedures from two different database. Is that possible? If so, help me.

I was using this query to retrieve stored procedures from the SQL Server. But it retrieves ONLY from the currently mounted database.

select specific_name,specific_catalog,created, last_altered from information_schema.routines
where routine_type=&#039;PROCEDURE&#039; 
order by created, last_altered


What I need is,

(i.e) Consider Database1 and Database2

=========================================
specific_name   specific_catalog   created      last_altered 
=========================================
Sp_getname      Database1      2009-01-09    2009-01-09 
Sp_getage        Database2        2009-01-09    2009-01-09 
=========================================


Thanks,
Sabarish]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I need to get the stored procedures from two different database. Is that possible? If so, help me.</p>
<p>I was using this query to retrieve stored procedures from the SQL Server. But it retrieves ONLY from the currently mounted database.</p>
<p>select specific_name,specific_catalog,created, last_altered from information_schema.routines<br />
where routine_type=&#8217;PROCEDURE&#8217;<br />
order by created, last_altered</p>
<p>What I need is,</p>
<p>(i.e) Consider Database1 and Database2</p>
<p>=========================================<br />
specific_name   specific_catalog   created      last_altered<br />
=========================================<br />
Sp_getname      Database1      2009-01-09    2009-01-09<br />
Sp_getage        Database2        2009-01-09    2009-01-09<br />
=========================================</p>
<p>Thanks,<br />
Sabarish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sabarish</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-92212</link>
		<dc:creator><![CDATA[Sabarish]]></dc:creator>
		<pubDate>Tue, 12 Oct 2010 04:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-92212</guid>
		<description><![CDATA[Hi,

I need to get the stored procedures from two different database. Is that possible? If so, help me.

I was using this query to retrieve stored procedures from the SQL Server. But it retrieves ONLY from the currently mounted database.

select specific_name,specific_catalog,created, last_altered from information_schema.routines
where routine_type=&#039;PROCEDURE&#039; 
order by created, last_altered


What I need is,

(i.e) Consider Database1 and Database2

specific_namespecific_catalog,created, last_altered 

Thanks,
Sabarish]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I need to get the stored procedures from two different database. Is that possible? If so, help me.</p>
<p>I was using this query to retrieve stored procedures from the SQL Server. But it retrieves ONLY from the currently mounted database.</p>
<p>select specific_name,specific_catalog,created, last_altered from information_schema.routines<br />
where routine_type=&#8217;PROCEDURE&#8217;<br />
order by created, last_altered</p>
<p>What I need is,</p>
<p>(i.e) Consider Database1 and Database2</p>
<p>specific_namespecific_catalog,created, last_altered </p>
<p>Thanks,<br />
Sabarish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PRATIK M</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-88798</link>
		<dc:creator><![CDATA[PRATIK M]]></dc:creator>
		<pubDate>Tue, 21 Sep 2010 13:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-88798</guid>
		<description><![CDATA[Hi Imran Mohammed,
                                Can you tell me how to  list ALL of the parameters for ALL stored procedures simultaneously in a single query ?? It would make learning stored procedures of SQL Server 2005 very easy. Is there any keyboard shortcut for this ??

Thanks &amp; Regards,
Pratik.]]></description>
		<content:encoded><![CDATA[<p>Hi Imran Mohammed,<br />
                                Can you tell me how to  list ALL of the parameters for ALL stored procedures simultaneously in a single query ?? It would make learning stored procedures of SQL Server 2005 very easy. Is there any keyboard shortcut for this ??</p>
<p>Thanks &amp; Regards,<br />
Pratik.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alonso</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-88128</link>
		<dc:creator><![CDATA[Alonso]]></dc:creator>
		<pubDate>Fri, 17 Sep 2010 15:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-88128</guid>
		<description><![CDATA[try this:

    select o.name as sp_name,  
    (len(c.text) - len(replace(c.text, char(10), &#039;&#039;))) as lines_of_code, 
    case when o.xtype = &#039;P&#039; then &#039;Stored Procedure&#039; 
    when o.xtype in (&#039;FN&#039;, &#039;IF&#039;, &#039;TF&#039;) then &#039;Function&#039; 
    end as type_desc 
    from sysobjects o 
    inner join syscomments c 
    on c.id = o.id 
    where o.xtype in (&#039;P&#039;, &#039;FN&#039;, &#039;IF&#039;, &#039;TF&#039;) 
    and o.category = 0 
    and o.name not in (&#039;fn_diagramobjects&#039;, &#039;sp_alterdiagram&#039;, &#039;sp_creatediagram&#039;, &#039;sp_dropdiagram&#039;, &#039;sp_helpdiagramdefinition&#039;, &#039;sp_helpdiagrams&#039;, &#039;sp_renamediagram&#039;, &#039;sp_upgraddiagrams&#039;, &#039;sysdiagrams&#039;)]]></description>
		<content:encoded><![CDATA[<p>try this:</p>
<p>    select o.name as sp_name,<br />
    (len(c.text) &#8211; len(replace(c.text, char(10), &#8221;))) as lines_of_code,<br />
    case when o.xtype = &#8216;P&#8217; then &#8216;Stored Procedure&#8217;<br />
    when o.xtype in (&#8216;FN&#8217;, &#8216;IF&#8217;, &#8216;TF&#8217;) then &#8216;Function&#8217;<br />
    end as type_desc<br />
    from sysobjects o<br />
    inner join syscomments c<br />
    on c.id = o.id<br />
    where o.xtype in (&#8216;P&#8217;, &#8216;FN&#8217;, &#8216;IF&#8217;, &#8216;TF&#8217;)<br />
    and o.category = 0<br />
    and o.name not in (&#8216;fn_diagramobjects&#8217;, &#8216;sp_alterdiagram&#8217;, &#8216;sp_creatediagram&#8217;, &#8216;sp_dropdiagram&#8217;, &#8216;sp_helpdiagramdefinition&#8217;, &#8216;sp_helpdiagrams&#8217;, &#8216;sp_renamediagram&#8217;, &#8216;sp_upgraddiagrams&#8217;, &#8216;sysdiagrams&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nirav</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-87662</link>
		<dc:creator><![CDATA[Nirav]]></dc:creator>
		<pubDate>Mon, 13 Sep 2010 06:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-87662</guid>
		<description><![CDATA[This is very old style.
Please give some thing new code]]></description>
		<content:encoded><![CDATA[<p>This is very old style.<br />
Please give some thing new code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-83883</link>
		<dc:creator><![CDATA[Rahul]]></dc:creator>
		<pubDate>Thu, 12 Aug 2010 21:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-83883</guid>
		<description><![CDATA[Can anyone please tell me, how do I ge the listing of the all the Stored Procs which are updating records or deleting records in/of a give table?]]></description>
		<content:encoded><![CDATA[<p>Can anyone please tell me, how do I ge the listing of the all the Stored Procs which are updating records or deleting records in/of a give table?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinothraja</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-83483</link>
		<dc:creator><![CDATA[vinothraja]]></dc:creator>
		<pubDate>Mon, 09 Aug 2010 10:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-83483</guid>
		<description><![CDATA[hi friend,
i posted the following question in ur all forum,

i have a bulk XML database, i want this database to be import in sql server 2005 table using CREATE PROCEDURE, pls help out this soluition.]]></description>
		<content:encoded><![CDATA[<p>hi friend,<br />
i posted the following question in ur all forum,</p>
<p>i have a bulk XML database, i want this database to be import in sql server 2005 table using CREATE PROCEDURE, pls help out this soluition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-83250</link>
		<dc:creator><![CDATA[sam]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 11:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-83250</guid>
		<description><![CDATA[Guys we got da solution for same:
is like below:

SELECT Name,PARAMETER_NAME,DATA_TYPE,PARAMETER_MODE,Character_Maximum_Length
FROM INFORMATION_SCHEMA.PARAMETERS A
INNER JOIN
Sys.objects B ON
A.SPECIFIC_Name = B.Name
WHERE B.Name LIKE &#039;SprocName%&#039; AND TYPE =&#039;P&#039;]]></description>
		<content:encoded><![CDATA[<p>Guys we got da solution for same:<br />
is like below:</p>
<p>SELECT Name,PARAMETER_NAME,DATA_TYPE,PARAMETER_MODE,Character_Maximum_Length<br />
FROM INFORMATION_SCHEMA.PARAMETERS A<br />
INNER JOIN<br />
Sys.objects B ON<br />
A.SPECIFIC_Name = B.Name<br />
WHERE B.Name LIKE &#8216;SprocName%&#8217; AND TYPE =&#8217;P&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-83233</link>
		<dc:creator><![CDATA[sam]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 08:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-83233</guid>
		<description><![CDATA[How to get list of input parameters of any stored proc which listed by querying sys.objects or dbo.sysobjects in 2005 ???]]></description>
		<content:encoded><![CDATA[<p>How to get list of input parameters of any stored proc which listed by querying sys.objects or dbo.sysobjects in 2005 ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-70727</link>
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Thu, 13 May 2010 16:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-70727</guid>
		<description><![CDATA[Thanks it was helpful]]></description>
		<content:encoded><![CDATA[<p>Thanks it was helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sushant</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-69676</link>
		<dc:creator><![CDATA[Sushant]]></dc:creator>
		<pubDate>Fri, 07 May 2010 14:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-69676</guid>
		<description><![CDATA[Please use :

SELECT *
FROM sys.all_objects where type=&#039;p&#039; order by name]]></description>
		<content:encoded><![CDATA[<p>Please use :</p>
<p>SELECT *<br />
FROM sys.all_objects where type=&#8217;p&#8217; order by name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-65567</link>
		<dc:creator><![CDATA[Imran Mohammed]]></dc:creator>
		<pubDate>Tue, 20 Apr 2010 02:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-65567</guid>
		<description><![CDATA[@Rob

For A quick look, 

use mydb
Exec Sp_help [ownername.spname]

Above script gives you details of procedure including the parameters information for that stored procedure.

~ IM.]]></description>
		<content:encoded><![CDATA[<p>@Rob</p>
<p>For A quick look, </p>
<p>use mydb<br />
Exec Sp_help [ownername.spname]</p>
<p>Above script gives you details of procedure including the parameters information for that stored procedure.</p>
<p>~ IM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-65511</link>
		<dc:creator><![CDATA[rob]]></dc:creator>
		<pubDate>Mon, 19 Apr 2010 22:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-65511</guid>
		<description><![CDATA[PROGRAMMATICALLY - how do you list ALL of the parameters for a given stored procedure?]]></description>
		<content:encoded><![CDATA[<p>PROGRAMMATICALLY &#8211; how do you list ALL of the parameters for a given stored procedure?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yuvi</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-64760</link>
		<dc:creator><![CDATA[yuvi]]></dc:creator>
		<pubDate>Wed, 07 Apr 2010 22:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-64760</guid>
		<description><![CDATA[Hi,

Try this on SQL Prompt, u can view all the Procedures

SELECT OBJECT_NAME, OBJECT_TYPE FROM SYS.ALL_OBJECTS WHERE OBJECT_TYPE=&#039;PROCEDURE&#039;;]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Try this on SQL Prompt, u can view all the Procedures</p>
<p>SELECT OBJECT_NAME, OBJECT_TYPE FROM SYS.ALL_OBJECTS WHERE OBJECT_TYPE=&#8217;PROCEDURE&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ankit</title>
		<link>http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-63848</link>
		<dc:creator><![CDATA[ankit]]></dc:creator>
		<pubDate>Sat, 27 Mar 2010 12:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/11/27/sql-server-2005-list-all-stored-procedure-in-database/#comment-63848</guid>
		<description><![CDATA[yes in sql server]]></description>
		<content:encoded><![CDATA[<p>yes in sql server</p>
]]></content:encoded>
	</item>
</channel>
</rss>

