Ever increasing number of rows returned for SQL Server database
Posted
by Maestro1024
on Stack Overflow
See other posts from Stack Overflow
or by Maestro1024
Published on 2010-06-16T17:27:35Z
Indexed on
2010/06/16
19:42 UTC
Read the original article
Hit count: 195
sql
|sql-server-express
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
© Stack Overflow or respective owner