We'll never know for sure unless you post the offending code, describe the table structure, and give us some information about what kind of indexes the table has.
In the meantime, make sure the table has a Primary Key (even if you just make an IDENTITY column for it) and the correct indexes to support your queries.
--Jeff Moden
|