i would like my windows service (to be written in .NET) to recognize when new rows are added to a specific table, but instead of pulling the data from the sql-server i would
You could use a trigger with a webservice call from the database. But I have no idea how bad (if any) impact will be against the database.