Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Parameters for a extended procedure

Author  Topic 

zFudge
Starting Member

12 Posts

Posted - 2005-07-01 : 07:24:56
Hi,

Is there a way the get the parameter information from a extended stored procedure.

A supplier made the procedure but we want to know the parameters.
We can't use the profiler because the procedure isn't called untill a sertain time (could take days). It unpacks a sertain archive.

Regards,
Ferry

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-07-01 : 08:50:22
I dont think you will get the parameter information as they are developed in VC++
You can know the general information by using

sp_help 'Name'

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -