A
Andrea Caldarone
Hi all,
I have SQL Server Agent and under it I've some jobs that runs with a definde
schedule (they can run at the same time).
SQL Server Agente doesn't belongs to SQL Server Express edition, so I'm
lookig for a way to build a such schema with a .net windows service.
Let's say I need 10 jobs:
1) it is better to have 10 windows services?
2) it is better to have 1 windows services with 10 threads?
in the first case, I need to have 10 different project that installs 10
different services with 10 different name (it is correct?)
in the secound case, how can I tell the service (from the outside) to
start/stop a single thread? I need to use remoting...
Any suggestions are well accepted.
I have SQL Server Agent and under it I've some jobs that runs with a definde
schedule (they can run at the same time).
SQL Server Agente doesn't belongs to SQL Server Express edition, so I'm
lookig for a way to build a such schema with a .net windows service.
Let's say I need 10 jobs:
1) it is better to have 10 windows services?
2) it is better to have 1 windows services with 10 threads?
in the first case, I need to have 10 different project that installs 10
different services with 10 different name (it is correct?)
in the secound case, how can I tell the service (from the outside) to
start/stop a single thread? I need to use remoting...
Any suggestions are well accepted.