I have created a stored procedure within MS SQL which contains a @STARTDATE and @ENDDATE. Within the SP, there are < <= and >= in the select statements.
When I EXEC this SP within Query Analzer, I get amount x, but when it is run within Crystal Reports 8.5, using the same dates, I get different amounts. I have verified that the data that QA shows is correct. I believe Crystal may not be taking the beginning and end dates into consideration when crystal passes that query. Why would the same SP yield different data?
When I EXEC this SP within Query Analzer, I get amount x, but when it is run within Crystal Reports 8.5, using the same dates, I get different amounts. I have verified that the data that QA shows is correct. I believe Crystal may not be taking the beginning and end dates into consideration when crystal passes that query. Why would the same SP yield different data?