1
Answer

Connections via Windows service

Photo of Jeff Grace

Jeff Grace

15y
2.5k
1
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)