Stored procedure in a table
Hi..
Any one can u tell me How to get name of all stored procedure which are used in a table?
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeswari nathanPosted Sep 21, 2009, 1:36 AM
This answer is helpful for me.
Purushottam RathorePosted Sep 11, 2009, 8:51 AM
Roei BarPosted Sep 11, 2009, 7:13 AM
select * from sys.objects where type='p'
or i am missing something