views:

38

answers:

0

I have a SQL Server Express database that has a query that should return about 230 thousand rows.

Problem is the query returns about 5 more rows each time you run the query.

What would cause something like this?

I ran 'DBCC CHECKDB' but that did not change the behavior. Any ideas.

thanks