I am using SP in C# project to retrieve the output using SqlDataReader. Below is the code.
It is very Simple SP with the select statement. SP return the output when executed from SQL 2014 but when implemented in the above method it doesn't return any output. Both of them has same parameters and DB pointing to the correct server and DB Below is the screen for reference.
It is returning count 43. But in the code it is empty.
Kindly help.