Home Forums Programming Service Broker Asynchronous SP execution via Service Broker RE: Asynchronous SP execution via Service Broker

  • Hi Nils, Hope you can assist.

    Want to move data asap from ServerA to ServerB when user clicks on 'Submit button' in Application front-end of ServerA. Once ServerB receives the data, it gets processed by the data capturers via Application on ServerB, and thereafter some data needs to be pushed back to ServerA.

    Should I use service broker for both parts (from ServerA to ServerB and vice versa) ?

    Can you provide any code to create the server broker, etc. ?