Jeff Grace

Jeff Grace

  • NA
  • 4
  • 0

Connections via Windows service

May 11 2010 8:39 AM
I created a service in C# that opens a connection to SQL and continually reads from a table...I now need a second independent process to do the same thing to a different table (either same or different database, doesn't matter). The first service runs like a charm, but the second one won't complete the open...I assume because the PC already has a connection open... Is there a way to do this?

Answers (1)