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.
 
Have you tried using try..catch and logging an exception from the catch
section?
 

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