SP vs .NET results

  • Thread starter Thread starter wdewebserver
  • Start date Start date
W

wdewebserver

Hi

Can someone give me guidance on the following scenario?
I have a windows service application that kicks off a job that perform
complex processing and call a stored procedure that run for +- 45 minutes.
I need a mechanism to notify the service to throw an exception when the
database connection is lost or there's a critical error on the database
server. Currently, if there is an error on the database, say db connection,
no notification is sent.

The windows service fire the jobs using multi-threading.
 
Back
Top