M
Marina Levit [MVP]
Hi,
It seems that this issue is occurring at several client sites, though never
in house.
At some point, some (all?) queries run by our software start returning no
rows. But the rows are there in the database - and restarting IIS (this is a
web product) seems to resolve the issue. Even the following query:
SELECT SERVERPROPERTY('productversion')
Returns no rows under these conditions.
Like I said, restarting IIS, makes things go back to normal, and all the
queries being run by the .NET code are returning the expected results. There
is no apparent way to reproduce the problem or force it to happen.
There are no exceptions from the ADO.NET code - other then obviously our own
code, relying on certain pieces of data that isn't being retrieved for some
reason. No apparent problems opening connections or closing them, or running
the queries. Just
Anyone seen anything like this? Some sort of odd networking issue? Any
ideas?
It seems that this issue is occurring at several client sites, though never
in house.
At some point, some (all?) queries run by our software start returning no
rows. But the rows are there in the database - and restarting IIS (this is a
web product) seems to resolve the issue. Even the following query:
SELECT SERVERPROPERTY('productversion')
Returns no rows under these conditions.
Like I said, restarting IIS, makes things go back to normal, and all the
queries being run by the .NET code are returning the expected results. There
is no apparent way to reproduce the problem or force it to happen.
There are no exceptions from the ADO.NET code - other then obviously our own
code, relying on certain pieces of data that isn't being retrieved for some
reason. No apparent problems opening connections or closing them, or running
the queries. Just
Anyone seen anything like this? Some sort of odd networking issue? Any
ideas?