Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bad Data from an SP

Status
Not open for further replies.

JohnEck

Programmer
Aug 21, 2001
103
US
I have a stored procedure that runs in SQL Server 7.0 the SP calculates a rank for sales based on month to date then compares this year to last year. The problem is when I call the stored procedure in CR to produce a report it does not order the table properly. The SP does order the tables properly when it is run under the Query analyzer in SQL Server. Does any one know if this is a CR, SQL, or PC problem.
 
If you do any Grouping and/or Sorting
within Crystal, it could override the sort order
of data returned by the SP.

Cheers,
- Ido
ixm7@psu.edu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top