I developed a console application that will continually check a message
queue to watch for any incoming data that needs to be inserted into MS
SQL database.
What would be a low-cost method I could use inside this console
application to make sure the MS SQL database is operational before I
perform the insert?
queue to watch for any incoming data that needs to be inserted into MS
SQL database.
What would be a low-cost method I could use inside this console
application to make sure the MS SQL database is operational before I
perform the insert?
Comment