Hi all
I want to know where the body or the text of the stored procedure is stored in the sysobjects or syscolumns or somewhere else?
Actually i need to find which stored procedure are using a particular table,
So i want a list of all stored procedures name which contains that particular table name.
once i know where the vody or text is stored i can write a query on metadata to get it.
Thanks.