Returns information about stored procedure input and return parameters.
DirectConnect supports syntax for SQL Server versions
10 and 11.
sp_sproc_columns sp_name [, sp_owner] [, sp_qualifier] [, column_name]
or
sp_sproc_columns procedure_name [, procedure_owner] [, procedure_qualifier] [, column_name]
is the name of the stored procedure. Wildcard-character search patterns are not supported.
is the owner of the stored procedure. Wildcard-character search patterns are not supported.
is ignored. Leave blank or set to NULL.
is the name of the parameter about which you want information. If you do not supply a parameter name, this procedure returns information about all input parameters.
This procedure corresponds to the ODBC function SQLProcedureColumns.
In DirectConnect, sp_sproc_columns returns
extra, unsolicited columns.