Incorrect Data Retrival from Windows Services

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

Hello ,

I am Having Windows Service built on .net 1.0 using Sql Server2000 Db.
My Services PErforms Some Set of Activities By Retrieving Data From Db and Store it in Some Temp Collections..
While Executing the Activities For some instance if found that the incorrect data was retrieved
from the Db for that Instance.
I restored BAck the Old DB and Executed then the Execution was proper.But again After 10 instances the same problem occured and i have to restore back the DB.
After restoring the Problem goes for sometime ..
Is there any Data Corruption ? Why such things happen ???

Thanks ,
Jay
 
Make sure your code in your Windows Service is bug free.

chanmm

Hello ,

I am Having Windows Service built on .net 1.0 using Sql Server2000 Db.
My Services PErforms Some Set of Activities By Retrieving Data From Db and Store it in Some Temp Collections..
While Executing the Activities For some instance if found that the incorrect data was retrieved
from the Db for that Instance.
I restored BAck the Old DB and Executed then the Execution was proper.But again After 10 instances the same problem occured and i have to restore back the DB.
After restoring the Problem goes for sometime ..
Is there any Data Corruption ? Why such things happen ???

Thanks ,
Jay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top