Service broker with only domain account
问题 I am new to MS Sql's service broker. I've examined a couple of tutorials. But I could not find an answer. I have distributed servers, but luckily all of them are under the same domain. Is it possible to accomplish a structure without using any certificate? 回答1: Yes. Do no use dialog security. Make sure all your BEGIN DIALOG statements use ENCRYPTION = OFF clause: BEGIN DIALOG @handle FROM SERVICE @from_service TO SERVICE @to_service ON CONTRACT @contract WITH ENCRYPTION = OFF; Grant SEND