Hi Gopi,
Its' simple just run the following query
Select * from sysobjects where xtype='P'
---V V---
Vikas Vaidya
Please mark this post as thank if u found it useful
Hi Gopi,
Its' simple just run the following query
Select * from sysobjects where xtype='P'
---V V---
Vikas Vaidya
Please mark this post as thank if u found it useful
select * from sysobjects where type='p'