Just encountered an odd behavior during our regression with a stored procedure which output thousands of records:
The stored procedure could output the results in different orders with same parameters if it's being called more than 20 times in a short while.
Anyone got any idea about this behavior?
For some reason, we are not able to specify the order explicitly in the stored procedure.