rabbanishaik.net
SSC Journeyman
Points: 99
More actions
May 27, 2018 at 11:12 pm
#406081
Hi Team,
How to select sp without using modify click I need the SQL query please help me
HappyGeek
SSCoach
Points: 18729
May 28, 2018 at 12:07 am
#1992093
If you mean you want the text of the proc then
select ROUTINE_NAME, ROUTINE_DEFINITION from information_schema.routines
where ROUTINE_TYPE = 'PROCEDURE'
or
exec sp_helptext 'MyDb.dbo.myproc'
HTH
...
May 28, 2018 at 5:26 am
#1992102
Thanks, Team.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply