If I have a stored procedure containing input and output parameters, is it possible to access this information some how? What I would like is a list identifying the parameters and whether they are input or output.
If I have a stored procedure containing input and output parameters, is it possible to access this information some how? What I would like is a list identifying the parameters and whether they are input or output.