1
Reply

Connections via Windows service

Jeff Grace

Jeff Grace

May 11 2010 8:39 AM
2.1k
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)