J
J
I create a windows application to delete old data in sql server without any
problem. Then I create a windows service to handle this task due to this task is
a daily basis job. I also have let this service write to log file before and
after service to start and finisheddelete job. When I opened log file,
everything is fine, no error message, but data is SQL server did not deleted.
So, does windows service acts different than normal windows application?
Thanks.
problem. Then I create a windows service to handle this task due to this task is
a daily basis job. I also have let this service write to log file before and
after service to start and finisheddelete job. When I opened log file,
everything is fine, no error message, but data is SQL server did not deleted.
So, does windows service acts different than normal windows application?
Thanks.