Setting server options for RPC security model B

For RPC security model B, you can set options with the sp_serveroption system procedure. The syntax is:

sp_serveroption server, optname, optvalue

where:

For example, to set up the local server to execute RPCs on a remote server, TEST3, which will use the “dce” security mechanism, and to use mutual authentication for all RPCs between the two servers, execute:

sp_serveroption TEST3, "security mechanism", dce
sp_serveroption TEST3, "mutual authentication",
     true