Hello All
i created an smo which takes 1 input and 3 output parameters.Executed storproc in sql and works as expected when i send input parameter which is required parameter and get my output.
when i create an smo to execute storeproc execute method in smo tester tool it asks all 4 parameters(1 input and 3 output) as REQUIRED.
In sql while executing it works as expected passing 1 parameter which is input iam getting 3 output parameter result.
Anyone faced this and any suggestion
Username input i get output parameters as expeced