SQL Results missing in Service
Newb and first time poster.
I am creating a service that calls a stored procedure in SQL Server*. It uses the JDBC connector. The results I see when testing the service don't match what is returned when executed on the SQL Server. Some numbers are completely missing, presumably because of their format? If I change the query to return random integers in the Eff column, then I can get results back. It doesn't seem to matter if I bind my output to a data shape or just to text.
Thanks in advance for any tips.
* it doesn't matter if I am calling a stored proc or running the code in the service. Same result.


