Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 how do i get a list of all user-owned ...

Author  Topic 

PeterG
Posting Yak Master

156 Posts

Posted - 2005-01-10 : 11:20:35
stored procedures from the database? what's the syntax?

nr
SQLTeam MVY

12543 Posts

Posted - 2005-01-10 : 11:38:35
select routine_name, routine_type, routine_schema
from information_schema.routines

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -