Hi All,
I have a scenario to update Winforms application GUI when ever there is a data change in database table.Is any body using SQL Service broker to do same?
For example:
I have a customer and order tables in SQl Server 2005 database and I have winform(WPF) application which resides on Call Center executives(say CCE-A,CCE-B,CCE-C,CCE-D) desks to show pending customer orders.
All those Call Center Executives will process pending orders simultaniously.As a developer my challenge is update Call Cener Executives GUIs when ever there is a change in Customer and Order tables.
Thanks in advance for your valuable time.