﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / Development  / stored procedures in a database / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 02:44:09 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: stored procedures in a database</title><link>http://www.sqlservercentral.com/Forums/Topic549824-145-1.aspx</link><description>You can use below query:sp_stored_procedures. Just try it once.Thanks,Arif.</description><pubDate>Fri, 17 May 2013 06:22:36 GMT</pubDate><dc:creator>Arifresume</dc:creator></item><item><title>RE: stored procedures in a database</title><link>http://www.sqlservercentral.com/Forums/Topic549824-145-1.aspx</link><description>[quote][b]Steve Jones - Editor (8/10/2008)[/b][hr]I'd recommend select * from information_schema.routines[/quote]Oh yeah, I forgot about this one.  I like it much better.</description><pubDate>Sun, 10 Aug 2008 18:56:19 GMT</pubDate><dc:creator>RBarryYoung</dc:creator></item><item><title>RE: stored procedures in a database</title><link>http://www.sqlservercentral.com/Forums/Topic549824-145-1.aspx</link><description>Either of the other suggestions will work, but I would agree with Steve because INFORMATION_SCHEMA is an ANSI standard while sys.procedures is a Microsoft view that could be deprecated or changed.</description><pubDate>Sun, 10 Aug 2008 18:35:44 GMT</pubDate><dc:creator>  Jack Corbett</dc:creator></item><item><title>RE: stored procedures in a database</title><link>http://www.sqlservercentral.com/Forums/Topic549824-145-1.aspx</link><description>I'd recommend select * from information_schema.routines</description><pubDate>Sun, 10 Aug 2008 17:00:46 GMT</pubDate><dc:creator>Steve Jones - SSC Editor</dc:creator></item><item><title>RE: stored procedures in a database</title><link>http://www.sqlservercentral.com/Forums/Topic549824-145-1.aspx</link><description>Select * from sys,procedures</description><pubDate>Sat, 09 Aug 2008 22:59:54 GMT</pubDate><dc:creator>RBarryYoung</dc:creator></item><item><title>stored procedures in a database</title><link>http://www.sqlservercentral.com/Forums/Topic549824-145-1.aspx</link><description>Hi to all,I have a small doubt.If we want to know the see all the tables in a database we normally use sp_tables.I want to see all the stored procedures ina database. how we can see all the stored procedures in a database.Thanks,sandhya</description><pubDate>Sat, 09 Aug 2008 22:11:39 GMT</pubDate><dc:creator>sandhyarao49</dc:creator></item></channel></rss>