Category Archives: Sql Server Service Broker

Event based interop with Service Broker

When integrating with legacy databases you’re often required detect changes by polling. This method have some quirks that can be problematic at times. The first issue is that you need to figure out when rows has been inserted or updated. If your legacy db has timestamp columns for inserts and updates this is quite straight [...]

Also posted in Interop, NServiceBus | Comments closed