G
guevara_81
Ok. I can't figure this one out, but maybe someone has some experience
with this.
Seperate boxes (1 running SQL Server 2k, 1 app server, both running win
Server 2003). .Net app that connects from app server to SqlServer box,
does a select count(*) from a table, if count == 0, then process
aborts, else process continues.
For the last two wednesdays in a row, at the same time, the process
counts 0 instead of the actual number. I can take the Sql for the
count and run it manually through QA and get back the correct count. I
can take the app down to my dev environment and run it, everything runs
as expected.
The app is able to connect to the DB, but when it runs the select
count(*), then it returns 0. Has anyone ever experienced this
behavior, know what causes it?
TIA
AP
with this.
Seperate boxes (1 running SQL Server 2k, 1 app server, both running win
Server 2003). .Net app that connects from app server to SqlServer box,
does a select count(*) from a table, if count == 0, then process
aborts, else process continues.
For the last two wednesdays in a row, at the same time, the process
counts 0 instead of the actual number. I can take the Sql for the
count and run it manually through QA and get back the correct count. I
can take the app down to my dev environment and run it, everything runs
as expected.
The app is able to connect to the DB, but when it runs the select
count(*), then it returns 0. Has anyone ever experienced this
behavior, know what causes it?
TIA
AP