започнете тук
select * from information_schema.PARAMETERS
where SPECIFIC_NAME = 'YourStoredProcedureName'
order by ORDINAL_POSITION
потърсете parameter_name, data_type, parameter_mode
започнете тук
select * from information_schema.PARAMETERS
where SPECIFIC_NAME = 'YourStoredProcedureName'
order by ORDINAL_POSITION
потърсете parameter_name, data_type, parameter_mode