Groups | Blog | Home
all groups > sql server (alternate) > january 2006 >

sql server (alternate) : show stored procedure


Paul
1/11/2006 6:32:07 PM
Hello,

I only have remote access to the db via textual interface.

Now I try to find out what an existing stored procedure is doing.
I tried like 'desc sp_sale_pro' and 'show sp_sale_pro' - but that is not
working.

Can anybody help?

Thanks!!
Paul

Dirk Van de moortel
1/11/2006 6:57:05 PM

[quoted text, click to view]

select Routine_definition
from Information_Schema.Routines
where Routine_name = 'sp_sale_pro'

Dirk Vdm

AddThis Social Bookmark Button