Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameter Default Values

Status
Not open for further replies.

jafisher2000

Programmer
May 5, 2002
25
JM
Hi
Does anyone know if one can retrieve the parameter default values specified in a stored procedure creation statement. I get the parameter columns of the stored procedure <xproc>
by executing sp_stored_proc_columns <xproc>. The rows returned does not indicate whether the column is required.
 
I can't beleive there is no one out there with this information !
 
check out the INFORMATION_SCHEMA.ROUTINE_COLUMNS view.
 
Interestng... It will actually give you the column data for functions, no sp's.

Let me take a look.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top