Hi All,
Ive got a pretty wierd problem.
A simple table with a stored procedure which essentially does:
SELECT * FROM MyTable WHERE MyIntCol=@MyParamValue
This is on SQL 7 SP2
sporadically (approx 1 in 3000 times) the call returns too few rows. ive traced it with profiler, loged rowcounts etc etc. dbcc checkdb and dbcc checktable say there is no issues.
Whats interesting is that it always returns 8 rows when it goes wrong. For all legal values of the parameter the expected rowcount is between 50 and 1000 rows. The table its querying is a static table (updated only once a month in a batch process).
My suspicion is this this is a bug in SQL 7 SP2 since i can find no other tangiable explination.
Any ideas ? or references to such a bug documented ?
Cheers
Start Free Trial