commencer ici
select * from information_schema.PARAMETERS
where SPECIFIC_NAME = 'YourStoredProcedureName'
order by ORDINAL_POSITION
recherchez parameter_name, data_type, parameter_mode
commencer ici
select * from information_schema.PARAMETERS
where SPECIFIC_NAME = 'YourStoredProcedureName'
order by ORDINAL_POSITION
recherchez parameter_name, data_type, parameter_mode