Connections via Windows service
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?