|
Posted by Erland Sommarskog on 09/30/97 12:01
(RodStrongo1@gmail.com) writes:
> Sorry for the confusion in the last posting, I accidentally included a
> line that is commented out. As I said, I kind of got tossed into this
> one, and I'm trying to wade through and learn how everything works
> here.
OK. I had a vain hope that something more substantial was hidden for me.
> I have a development version of this table, and things work fine in
> there, with the same statement, so it leads me to believe there is
> some inconsistency in the data,
> as the number of records is not huge (~1000, ~300 international
> records) and there appears to be no blocking going on.
I will have to admit that I'm out of ideas. The only thing I can think
of is that there is some corruption. You could run DBCC CHECKTABLE on
the table, or DBCC CHECKDB on the entire database. I would not really
expect anything to come out of this, but at least we could tick it off
the list.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
[Back to original message]
|