I have some requirement in which I have to send data to the sever in CRUD operation performed in any of the tables in the database. I want to send the updated data into server and update the corresponding table. After searching a lot, I found that all
are suggesting that to use service broker in sql server. But I am not able to find out the proper procedure to do that. How can I do ?
S.K. Satpathy