What this [sp_procedure_params_managed] do?
I have the next problem, I am making a trace in two enviromentes, the same process.
In one I saw:
exec FV_COMISIONES_ConsultaHojasNivel @VAL_ID_NIVEL=261,@VAL_ID_ESTRUCTURA=31,@VAL_PROMOTORIA=34
And in the new enviroment the call is:
And in the other:
exec [SIPDB_ETE].[sys].[sp_procedure_params_managed] @procedure_name=N'FV_COMISIONES_ConsultaHojasNivel'
And I really don't have a clue of why this happen.
Any help will be wellcome, thanks