Beginnen Sie hier
select * from information_schema.PARAMETERS
where SPECIFIC_NAME = 'YourStoredProcedureName'
order by ORDINAL_POSITION
suchen Sie nach parameter_name, data_type, parameter_mode
Beginnen Sie hier
select * from information_schema.PARAMETERS
where SPECIFIC_NAME = 'YourStoredProcedureName'
order by ORDINAL_POSITION
suchen Sie nach parameter_name, data_type, parameter_mode