
June 10th, 2004, 04:10 AM
|
|
Registered User
|
|
Join Date: Feb 2004
Location: Pakistan
Posts: 18
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Type Of Stored Procedure
Hello every 1
Is there any way to find the type of Stored Procedure in SQL Server 2000.
I am developing an application in which i am processing every stored procedure in the given dataBase and i need to know what type of stored procedure it is i-e, Selection, Insertion , Deletion, Updation etc...
Is there any System Stored Procedure present that can help me in finding this or i have to Parse it?
Thank you.
Best Regards.
|